Html Css Color HEX #CC42CE Fuchsia

📋 copy color: '#CC42CE'

red 204 ◦ green 66 ◦ blue 206

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

Shades of Fuchsia #CC42CE

Tints of Fuchsia #CC42CE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.87%

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 42.86%
G = 13.87%
B = 43.28%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC42CE (or 0xCC42CE) is known color: Fuchsia. HEX triplet: CC, 42 and CE. RGB value is (204,66,206). Sum of RGB (Red+Green+Blue) = 204+66+206=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC42CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC42CE is #33BD31. Grayscale: #7A7A7A. Windows color (decimal): -3390770 or 13517516. OLE color: 13517516.

HSL color Cylindrical-coordinate representation of color #CC42CE: hue angle of 299.14º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC42CE is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 66 206 -
CMYK 0.01 0.68 0 0.19
HSL 299.14º 0.59% 0.53% -
HSV(B) 299.14º 0.68% 0.81% -
XYZ 37.99 21.19 60.48 -
YUV 123.22 174.72 185.62 -
System Red Green Blue C M Y K H S L
Decimal 204 66 206 0.01 0.68 0 0.19 299.14 0.59 0.53
Hex CC 42 CE 1 44 0 13 12B 3B 35
Octal 314 102 316 1 104 0 23 453 73 65
Binary 11001100 1000010 11001110 1 1000100 0 10011 100101011 111011 110101

Color Harmonies of #CC42CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC42CE

Black with #CC42CE

Text Example


Text Example

White with #CC42CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC42CE; }

 p { color: rgb(204,66,206); }

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

background-color css

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

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

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

border-color css

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

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

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