#CC29E6

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

Shades of Deep Magenta #CC29E6

Tints of Deep Magenta #CC29E6

Color information

#CC29E6 (or 0xCC29E6) is unknown color: approx Deep Magenta. HEX triplet: CC, 29 and E6. RGB value is (204,41,230). Sum of RGB (Red+Green+Blue) = 204+41+230=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 41 (16.41% from 255 or 8.63% from 475); Blue value is 230 (90.23% from 255 or 48.42% from 475); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC29E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC29E6 is #33D619. Grayscale: #6E6E6E. Windows color (decimal): -3397146 or 15083980. OLE color: 15083980.

HSL color Cylindrical-coordinate representation of color #CC29E6: hue angle of 291.75º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC29E6 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20441230-
CMYK0.110.8200.10
HSL291.75º79.08%53.14%-
HSV(B)291.75º82.17%90.2%-
XYZ39.9820.1476.64-
YUV111.28195194.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 41 (16.41% from 255) = 8.63%
BLUE value IS 230 (90.23% from 255) = 48.42%
R=42.95%
G=8.63%
B=48.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal204412300.110.8200.10291.7579.0853.14
HexCC29E6B520A1244f35
Octal314513461312201244411765
Binary110011001010011110011010111010010010101001001001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC29E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC29E6; }

 p { color: rgb(204,41,230); }

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

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

 a { background-color: rgb(204,41,230); }

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

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

 span { border-color: rgb(204,41,230); }

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