#cc5cb1

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

Shades of Fuchsia #CC5CB1

Tints of Fuchsia #CC5CB1

Color information

#CC5CB1 (or 0xCC5CB1) is unknown color: approx Fuchsia. HEX triplet: CC, 5C and B1. RGB value is (204,92,177). Sum of RGB (Red+Green+Blue) = 204+92+177=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5CB1 is #33A34E. Grayscale: #868686. Windows color (decimal): -3384143 or 11623628. OLE color: 11623628.

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

Color convert

RGB20492177-
CMYK00.550.130.2
HSL314.46º52.34%58.04%-
HSV(B)314.46º54.9%80%-
XYZ36.6623.6744.23-
YUV135.18151.61177.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 92 (36.33% from 255) = 19.45%
BLUE value IS 177 (69.53% from 255) = 37.42%
R=43.13%
G=19.45%
B=37.42%

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
Decimal2049217700.550.130.2314.4652.3458.04
HexCC5CB1037D1413a343a
Octal31413426106715244726472
Binary110011001011100101100010110111110110100100111010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc5cb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc5cb1; }

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

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

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

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

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

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

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

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