Html Css Color HEX #CC4BB8 Fuchsia

📋 copy color: '#CC4BB8'

red 204 ◦ green 75 ◦ blue 184

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

Shades of Fuchsia #CC4BB8

Tints of Fuchsia #CC4BB8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.2%

 BLUE value IS 184 (72.27% from 255) = 39.74%

R = 44.06%
G = 16.2%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC4BB8 (or 0xCC4BB8) is known color: Fuchsia. HEX triplet: CC, 4B and B8. RGB value is (204,75,184). Sum of RGB (Red+Green+Blue) = 204+75+184=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4BB8 is #33B447. Grayscale: #7D7D7D. Windows color (decimal): -3388488 or 12078028. OLE color: 12078028.

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

Color convert

RGB 204 75 184 -
CMYK 0 0.63 0.10 0.2
HSL 309.3º 0.56% 0.55% -
HSV(B) 309.3º 0.63% 0.8% -
XYZ 36.07 21.33 47.56 -
YUV 126 160.74 183.64 -
System Red Green Blue C M Y K H S L
Decimal 204 75 184 0 0.63 0.10 0.2 309.3 0.56 0.55
Hex CC 4B B8 0 3F A 14 135 38 37
Octal 314 113 270 0 77 12 24 465 70 67
Binary 11001100 1001011 10111000 0 111111 1010 10100 100110101 111000 110111

Color Harmonies of #CC4BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4BB8

Black with #CC4BB8

Text Example


Text Example

White with #CC4BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4BB8; }

 p { color: rgb(204,75,184); }

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

background-color css

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

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

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

border-color css

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

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

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