#CC5DBB

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

Shades of Fuchsia #CC5DBB

Tints of Fuchsia #CC5DBB

Color information

#CC5DBB (or 0xCC5DBB) is unknown color: approx Fuchsia. HEX triplet: CC, 5D and BB. RGB value is (204,93,187). Sum of RGB (Red+Green+Blue) = 204+93+187=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5DBB is #33A244. Grayscale: #888888. Windows color (decimal): -3383877 or 12279244. OLE color: 12279244.

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

Color convert

RGB20493187-
CMYK00.540.080.2
HSL309.19º52.11%58.24%-
HSV(B)309.19º54.41%80%-
XYZ37.7924.2549.7-
YUV136.9156.27175.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.15%
GREEN value IS 93 (36.72% from 255) = 19.21%
BLUE value IS 187 (73.44% from 255) = 38.64%
R=42.15%
G=19.21%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049318700.540.080.2309.1952.1158.24
HexCC5DBB036814135343a
Octal31413527306610244656472
Binary110011001011101101110110110110100010100100110101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5DBB; }

 p { color: rgb(204,93,187); }

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

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

 a { background-color: rgb(204,93,187); }

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

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

 span { border-color: rgb(204,93,187); }

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