#CC5CBC

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

Shades of Fuchsia #CC5CBC

Tints of Fuchsia #CC5CBC

Color information

#CC5CBC (or 0xCC5CBC) is unknown color: approx Fuchsia. HEX triplet: CC, 5C and BC. RGB value is (204,92,188). Sum of RGB (Red+Green+Blue) = 204+92+188=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5CBC is #33A343. Grayscale: #888888. Windows color (decimal): -3384132 or 12344524. OLE color: 12344524.

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

Color convert

RGB20492188-
CMYK00.550.080.2
HSL308.57º52.34%58.04%-
HSV(B)308.57º54.9%80%-
XYZ37.8124.1250.24-
YUV136.43157.11176.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.15%
GREEN value IS 92 (36.33% from 255) = 19.01%
BLUE value IS 188 (73.83% from 255) = 38.84%
R=42.15%
G=19.01%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049218800.550.080.2308.5752.3458.04
HexCC5CBC037814135343a
Octal31413427406710244656472
Binary110011001011100101111000110111100010100100110101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5CBC; }

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

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

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

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

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

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

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

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