#CC53D2

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

Shades of Fuchsia #CC53D2

Tints of Fuchsia #CC53D2

Color information

#CC53D2 (or 0xCC53D2) is unknown color: approx Fuchsia. HEX triplet: CC, 53 and D2. RGB value is (204,83,210). Sum of RGB (Red+Green+Blue) = 204+83+210=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC53D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC53D2 is #33AC2D. Grayscale: #858585. Windows color (decimal): -3386414 or 13784012. OLE color: 13784012.

HSL color Cylindrical-coordinate representation of color #CC53D2: hue angle of 297.17º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC53D2 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20483210-
CMYK0.030.6000.18
HSL297.17º58.53%57.45%-
HSV(B)297.17º60.48%82.35%-
XYZ39.6323.6863.45-
YUV133.66171.09178.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 83 (32.81% from 255) = 16.70%
BLUE value IS 210 (82.42% from 255) = 42.25%
R=41.05%
G=16.70%
B=42.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204832100.030.6000.18297.1758.5357.45
HexCC53D233C0121293b39
Octal3141233223740224517371
Binary1100110010100111101001011111100010010100101001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC53D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC53D2; }

 p { color: rgb(204,83,210); }

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

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

 a { background-color: rgb(204,83,210); }

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

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

 span { border-color: rgb(204,83,210); }

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