#CC5BCD

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

Shades of Fuchsia #CC5BCD

Tints of Fuchsia #CC5BCD

Color information

#CC5BCD (or 0xCC5BCD) is unknown color: approx Fuchsia. HEX triplet: CC, 5B and CD. RGB value is (204,91,205). Sum of RGB (Red+Green+Blue) = 204+91+205=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 91 (35.94% from 255 or 18.2% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC5BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BCD is #33A432. Grayscale: #898989. Windows color (decimal): -3384371 or 13458380. OLE color: 13458380.

HSL color Cylindrical-coordinate representation of color #CC5BCD: hue angle of 299.47º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5BCD is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20491205-
CMYK0.000.5600.20
HSL299.47º53.27%58.04%-
HSV(B)299.47º55.61%80.39%-
XYZ39.6624.7360.44-
YUV137.78165.94175.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.8%
GREEN value IS 91 (35.94% from 255) = 18.2%
BLUE value IS 205 (80.47% from 255) = 41%
R=40.8%
G=18.2%
B=41%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal204912050.000.5600.20299.4753.2758.04
HexCC5BCD03801412b353a
Octal3141333150700244536572
Binary110011001011011110011010111000010100100101011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5BCD; }

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

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

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

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

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

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

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

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