Html Css Color HEX #C35ECC Fuchsia

📋 copy color: '#C35ECC'

red 195 ◦ green 94 ◦ blue 204

#C35ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C35ECC

Tints of Fuchsia #C35ECC

RGB

 RED value IS 195 (76.56% from 255) = 39.55%

 GREEN value IS 94 (37.11% from 255) = 19.07%

 BLUE value IS 204 (80.08% from 255) = 41.38%

R = 39.55%
G = 19.07%
B = 41.38%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C35ECC (or 0xC35ECC) is known color: Fuchsia. HEX triplet: C3, 5E and CC. RGB value is (195,94,204). Sum of RGB (Red+Green+Blue) = 195+94+204=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #C35ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35ECC is #3CA133. Grayscale: #888888. Windows color (decimal): -3973428 or 13393603. OLE color: 13393603.

HSL color Cylindrical-coordinate representation of color #C35ECC: hue angle of 295.09º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C35ECC is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 94 204 -
CMYK 0.04 0.54 0 0.2
HSL 295.09º 0.52% 0.58% -
HSV(B) 295.09º 0.54% 0.8% -
XYZ 37.41 23.97 59.78 -
YUV 136.74 165.96 169.56 -
System Red Green Blue C M Y K H S L
Decimal 195 94 204 0.04 0.54 0 0.2 295.09 0.52 0.58
Hex C3 5E CC 4 36 0 14 127 34 3A
Octal 303 136 314 4 66 0 24 447 64 72
Binary 11000011 1011110 11001100 100 110110 0 10100 100100111 110100 111010

Color Harmonies of #C35ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35ECC

Black with #C35ECC

Text Example


Text Example

White with #C35ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35ECC; }

 p { color: rgb(195,94,204); }

 H1.HeaderClassName
 {
   color: #C35ECC;
 }
 .AnyTagClassName
 {
   color: #C35ECC;
 }
</style>

background-color css

<style>
 a { background-color: #C35ECC; }

 a { background-color: rgb(195,94,204); }

 div.DivClassName
 {
   background-color: #C35ECC;
 }
 .BgClassName
 {
   background-color: #C35ECC;
 }
</style>

border-color css

<style>
 span { border-color: #C35ECC; }

 span { border-color: rgb(195,94,204); }

 td.TdClassName
 {
   border-color: #C35ECC;
 }
 .TagClassName
 {
   border-color: #C35ECC;
 }
</style>