Html Css Color HEX #CC4CC2 Fuchsia

📋 copy color: '#CC4CC2'

red 204 ◦ green 76 ◦ blue 194

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

Shades of Fuchsia #CC4CC2

Tints of Fuchsia #CC4CC2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.03%

 BLUE value IS 194 (76.17% from 255) = 40.93%

R = 43.04%
G = 16.03%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC4CC2 (or 0xCC4CC2) is known color: Fuchsia. HEX triplet: CC, 4C and C2. RGB value is (204,76,194). Sum of RGB (Red+Green+Blue) = 204+76+194=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4CC2 is #33B33D. Grayscale: #7F7F7F. Windows color (decimal): -3388222 or 12733644. OLE color: 12733644.

HSL color Cylindrical-coordinate representation of color #CC4CC2: hue angle of 304.69º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4CC2 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 76 194 -
CMYK 0 0.63 0.05 0.2
HSL 304.69º 0.56% 0.55% -
HSV(B) 304.69º 0.63% 0.8% -
XYZ 37.22 21.9 53.3 -
YUV 127.72 165.41 182.41 -
System Red Green Blue C M Y K H S L
Decimal 204 76 194 0 0.63 0.05 0.2 304.69 0.56 0.55
Hex CC 4C C2 0 3F 5 14 131 38 37
Octal 314 114 302 0 77 5 24 461 70 67
Binary 11001100 1001100 11000010 0 111111 101 10100 100110001 111000 110111

Color Harmonies of #CC4CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4CC2

Black with #CC4CC2

Text Example


Text Example

White with #CC4CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4CC2; }

 p { color: rgb(204,76,194); }

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

background-color css

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

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

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

border-color css

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

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

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