Html Css Color HEX #CC3EC9 Fuchsia

📋 copy color: '#CC3EC9'

red 204 ◦ green 62 ◦ blue 201

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

Shades of Fuchsia #CC3EC9

Tints of Fuchsia #CC3EC9

RGB

 RED value IS 204 (80.08% from 255) = 43.68%

 GREEN value IS 62 (24.61% from 255) = 13.28%

 BLUE value IS 201 (78.91% from 255) = 43.04%

R = 43.68%
G = 13.28%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC3EC9 (or 0xCC3EC9) is known color: Fuchsia. HEX triplet: CC, 3E and C9. RGB value is (204,62,201). Sum of RGB (Red+Green+Blue) = 204+62+201=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3EC9 is #33C136. Grayscale: #777777. Windows color (decimal): -3391799 or 13188812. OLE color: 13188812.

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

Color convert

RGB 204 62 201 -
CMYK 0 0.70 0.01 0.2
HSL 301.27º 0.58% 0.52% -
HSV(B) 301.27º 0.7% 0.8% -
XYZ 37.17 20.5 57.26 -
YUV 120.3 173.54 187.7 -
System Red Green Blue C M Y K H S L
Decimal 204 62 201 0 0.70 0.01 0.2 301.27 0.58 0.52
Hex CC 3E C9 0 46 1 14 12D 3A 34
Octal 314 76 311 0 106 1 24 455 72 64
Binary 11001100 111110 11001001 0 1000110 1 10100 100101101 111010 110100

Color Harmonies of #CC3EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3EC9

Black with #CC3EC9

Text Example


Text Example

White with #CC3EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3EC9; }

 p { color: rgb(204,62,201); }

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

background-color css

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

 a { background-color: rgb(204,62,201); }

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

border-color css

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

 span { border-color: rgb(204,62,201); }

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