Html Css Color HEX #CC5BB8 Fuchsia

📋 copy color: '#CC5BB8'

red 204 ◦ green 91 ◦ blue 184

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

Shades of Fuchsia #CC5BB8

Tints of Fuchsia #CC5BB8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19%

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

R = 42.59%
G = 19%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC5BB8 (or 0xCC5BB8) is known color: Fuchsia. HEX triplet: CC, 5B and B8. RGB value is (204,91,184). Sum of RGB (Red+Green+Blue) = 204+91+184=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BB8 is #33A447. Grayscale: #878787. Windows color (decimal): -3384392 or 12082124. OLE color: 12082124.

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

Color convert

RGB 204 91 184 -
CMYK 0 0.55 0.10 0.2
HSL 310.62º 0.53% 0.58% -
HSV(B) 310.62º 0.55% 0.8% -
XYZ 37.29 23.78 47.97 -
YUV 135.39 155.44 176.94 -
System Red Green Blue C M Y K H S L
Decimal 204 91 184 0 0.55 0.10 0.2 310.62 0.53 0.58
Hex CC 5B B8 0 37 A 14 137 35 3A
Octal 314 133 270 0 67 12 24 467 65 72
Binary 11001100 1011011 10111000 0 110111 1010 10100 100110111 110101 111010

Color Harmonies of #CC5BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5BB8

Black with #CC5BB8

Text Example


Text Example

White with #CC5BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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