#CC5FCD

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

Shades of Fuchsia #CC5FCD

Tints of Fuchsia #CC5FCD

Color information

#CC5FCD (or 0xCC5FCD) is unknown color: approx Fuchsia. HEX triplet: CC, 5F and CD. RGB value is (204,95,205). Sum of RGB (Red+Green+Blue) = 204+95+205=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC5FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5FCD is #33A032. Grayscale: #8B8B8B. Windows color (decimal): -3383347 or 13459404. OLE color: 13459404.

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

Color convert

RGB20495205-
CMYK0.000.5400.20
HSL299.45º52.38%58.82%-
HSV(B)299.45º53.66%80.39%-
XYZ40.0125.4360.56-
YUV140.13164.61173.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 95 (37.5% from 255) = 18.85%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=40.48%
G=18.85%
B=40.67%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal204952050.000.5400.20299.4552.3858.82
HexCC5FCD03601412b343b
Octal3141373150660244536473
Binary110011001011111110011010110110010100100101011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5FCD; }

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

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

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

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

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

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

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

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