#CC5CCD

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

Shades of Fuchsia #CC5CCD

Tints of Fuchsia #CC5CCD

Color information

#CC5CCD (or 0xCC5CCD) is unknown color: approx Fuchsia. HEX triplet: CC, 5C and CD. RGB value is (204,92,205). Sum of RGB (Red+Green+Blue) = 204+92+205=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC5CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5CCD is #33A332. Grayscale: #8A8A8A. Windows color (decimal): -3384115 or 13458636. OLE color: 13458636.

HSL color Cylindrical-coordinate representation of color #CC5CCD: 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.55%. Process color model (Four color, CMYK) of #CC5CCD is Cyan = 0.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20492205-
CMYK0.000.5500.20
HSL299.47º53.05%58.24%-
HSV(B)299.47º55.12%80.39%-
XYZ39.7524.960.47-
YUV138.37165.61174.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 92 (36.33% from 255) = 18.36%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=40.72%
G=18.36%
B=40.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal204922050.000.5500.20299.4753.0558.24
HexCC5CCD03701412b353a
Octal3141343150670244536572
Binary110011001011100110011010110111010100100101011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5CCD; }

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

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

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

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

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

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

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

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