#CC2BDE

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

Shades of Deep Magenta #CC2BDE

Tints of Deep Magenta #CC2BDE

Color information

#CC2BDE (or 0xCC2BDE) is unknown color: approx Deep Magenta. HEX triplet: CC, 2B and DE. RGB value is (204,43,222). Sum of RGB (Red+Green+Blue) = 204+43+222=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 43 (17.19% from 255 or 9.17% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC2BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2BDE is #33D421. Grayscale: #6E6E6E. Windows color (decimal): -3396642 or 14560204. OLE color: 14560204.

HSL color Cylindrical-coordinate representation of color #CC2BDE: hue angle of 293.97º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2BDE is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20443222-
CMYK0.080.8100.13
HSL293.97º73.06%51.96%-
HSV(B)293.97º80.63%87.06%-
XYZ38.9519.8470.88-
YUV111.54190.34193.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.50%
GREEN value IS 43 (17.19% from 255) = 9.17%
BLUE value IS 222 (87.11% from 255) = 47.33%
R=43.50%
G=9.17%
B=47.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204432220.080.8100.13293.9773.0651.96
HexCC2BDE8510D1264934
Octal314533361012101544611164
Binary110011001010111101111010001010001011011001001101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2BDE; }

 p { color: rgb(204,43,222); }

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

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

 a { background-color: rgb(204,43,222); }

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

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

 span { border-color: rgb(204,43,222); }

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