Html Css Color HEX #CC2CC9 Fuchsia

📋 copy color: '#CC2CC9'

red 204 ◦ green 44 ◦ blue 201

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

Shades of Fuchsia #CC2CC9

Tints of Fuchsia #CC2CC9

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.8%

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

R = 45.43%
G = 9.8%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC2CC9 (or 0xCC2CC9) is known color: Fuchsia. HEX triplet: CC, 2C and C9. RGB value is (204,44,201). Sum of RGB (Red+Green+Blue) = 204+44+201=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2CC9 is #33D336. Grayscale: #6D6D6D. Windows color (decimal): -3396407 or 13184204. OLE color: 13184204.

HSL color Cylindrical-coordinate representation of color #CC2CC9: hue angle of 301.12º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2CC9 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 44 201 -
CMYK 0 0.78 0.01 0.2
HSL 301.13º 0.65% 0.49% -
HSV(B) 301.13º 0.78% 0.8% -
XYZ 36.35 18.86 56.98 -
YUV 109.74 179.51 195.23 -
System Red Green Blue C M Y K H S L
Decimal 204 44 201 0 0.78 0.01 0.2 301.13 0.65 0.49
Hex CC 2C C9 0 4E 1 14 12D 41 31
Octal 314 54 311 0 116 1 24 455 101 61
Binary 11001100 101100 11001001 0 1001110 1 10100 100101101 1000001 110001

Color Harmonies of #CC2CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CC9

Black with #CC2CC9

Text Example


Text Example

White with #CC2CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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