#cc2daf

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

Shades of Fuchsia #CC2DAF

Tints of Fuchsia #CC2DAF

Color information

#CC2DAF (or 0xCC2DAF) is unknown color: approx Fuchsia. HEX triplet: CC, 2D and AF. RGB value is (204,45,175). Sum of RGB (Red+Green+Blue) = 204+45+175=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2DAF is #33D250. Grayscale: #6B6B6B. Windows color (decimal): -3396177 or 11480524. OLE color: 11480524.

HSL color Cylindrical-coordinate representation of color #CC2DAF: hue angle of 310.94º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2DAF is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB20445175-
CMYK00.780.140.2
HSL310.94º63.86%48.82%-
HSV(B)310.94º77.94%80%-
XYZ33.5817.8142.23-
YUV107.36166.18196.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.11%
GREEN value IS 45 (17.97% from 255) = 10.61%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=48.11%
G=10.61%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044517500.780.140.2310.9463.8648.82
HexCC2DAF04EE141374031
Octal314552570116162446710061
Binary1100110010110110101111010011101110101001001101111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc2daf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc2daf; }

 p { color: rgb(204,45,175); }

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

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

 a { background-color: rgb(204,45,175); }

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

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

 span { border-color: rgb(204,45,175); }

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