#CC5CB2

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

Shades of Fuchsia #CC5CB2

Tints of Fuchsia #CC5CB2

Color information

#CC5CB2 (or 0xCC5CB2) is unknown color: approx Fuchsia. HEX triplet: CC, 5C and B2. RGB value is (204,92,178). Sum of RGB (Red+Green+Blue) = 204+92+178=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5CB2 is #33A34D. Grayscale: #878787. Windows color (decimal): -3384142 or 11689164. OLE color: 11689164.

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

Color convert

RGB20492178-
CMYK00.550.130.2
HSL313.93º52.34%58.04%-
HSV(B)313.93º54.9%80%-
XYZ36.7623.7144.76-
YUV135.29152.11177.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.04%
GREEN value IS 92 (36.33% from 255) = 19.41%
BLUE value IS 178 (69.92% from 255) = 37.55%
R=43.04%
G=19.41%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049217800.550.130.2313.9352.3458.04
HexCC5CB2037D1413a343a
Octal31413426206715244726472
Binary110011001011100101100100110111110110100100111010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5CB2; }

 p { color: rgb(204,92,178); }

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

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

 a { background-color: rgb(204,92,178); }

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

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

 span { border-color: rgb(204,92,178); }

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