#cc55cd

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

Shades of Fuchsia #CC55CD

Tints of Fuchsia #CC55CD

Color information

#CC55CD (or 0xCC55CD) is unknown color: approx Fuchsia. HEX triplet: CC, 55 and CD. RGB value is (204,85,205). Sum of RGB (Red+Green+Blue) = 204+85+205=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC55CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC55CD is #33AA32. Grayscale: #858585. Windows color (decimal): -3385907 or 13456844. OLE color: 13456844.

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

Color convert

RGB20485205-
CMYK0.000.5900.20
HSL299.5º54.55%56.86%-
HSV(B)299.5º58.54%80.39%-
XYZ39.1723.7460.28-
YUV134.26167.92177.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 85 (33.59% from 255) = 17.21%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=41.30%
G=17.21%
B=41.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal204852050.000.5900.20299.554.5556.86
HexCC55CD03B01412c3739
Octal3141253150730244546771
Binary110011001010101110011010111011010100100101100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc55cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc55cd; }

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

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

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

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

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

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

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

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