Html Css Color HEX #CC2CCC Fuchsia

📋 copy color: '#CC2CCC'

red 204 ◦ green 44 ◦ blue 204

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

Shades of Fuchsia #CC2CCC

Tints of Fuchsia #CC2CCC

RGB

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

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

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

R = 45.13%
G = 9.73%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC2CCC (or 0xCC2CCC) is known color: Fuchsia. HEX triplet: CC, 2C and CC. RGB value is (204,44,204). Sum of RGB (Red+Green+Blue) = 204+44+204=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 44 (17.58% from 255 or 9.73% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC2CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2CCC is #33D333. Grayscale: #6D6D6D. Windows color (decimal): -3396404 or 13380812. OLE color: 13380812.

HSL color Cylindrical-coordinate representation of color #CC2CCC: hue angle of 300º 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 #CC2CCC is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 44 204 -
CMYK 0 0.78 0 0.2
HSL 300º 0.65% 0.49% -
HSV(B) 300º 0.78% 0.8% -
XYZ 36.7 19 58.86 -
YUV 110.08 181.01 194.99 -
System Red Green Blue C M Y K H S L
Decimal 204 44 204 0 0.78 0 0.2 300 0.65 0.49
Hex CC 2C CC 0 4E 0 14 12C 41 31
Octal 314 54 314 0 116 0 24 454 101 61
Binary 11001100 101100 11001100 0 1001110 0 10100 100101100 1000001 110001

Color Harmonies of #CC2CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CCC

Black with #CC2CCC

Text Example


Text Example

White with #CC2CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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