#CC5BB4

Color #CC5BB4 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CC5BB4

Tints of Fuchsia #CC5BB4

Color information

#CC5BB4 (or 0xCC5BB4) is unknown color: approx Fuchsia. HEX triplet: CC, 5B and B4. RGB value is (204,91,180). Sum of RGB (Red+Green+Blue) = 204+91+180=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BB4 is #33A44B. Grayscale: #868686. Windows color (decimal): -3384396 or 11819980. OLE color: 11819980.

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

Color convert

RGB20491180-
CMYK00.550.120.2
HSL312.74º52.56%57.84%-
HSV(B)312.74º55.39%80%-
XYZ36.8823.6145.79-
YUV134.93153.44177.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 91 (35.94% from 255) = 19.16%
BLUE value IS 180 (70.70% from 255) = 37.89%
R=42.95%
G=19.16%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049118000.550.120.2312.7452.5657.84
HexCC5BB4037C14139353a
Octal31413326406714244716572
Binary110011001011011101101000110111110010100100111001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5BB4; }

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

 H1.HeaderClassName
 {
   color: #CC5BB4;
 }
 .AnyTagClassName
 {
   color: #CC5BB4;
 }
</style>
background-color css

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

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

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

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

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

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