#CC29CC

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

Shades of Deep Magenta #CC29CC

Tints of Deep Magenta #CC29CC

Color information

#CC29CC (or 0xCC29CC) is unknown color: approx Deep Magenta. HEX triplet: CC, 29 and CC. RGB value is (204,41,204). Sum of RGB (Red+Green+Blue) = 204+41+204=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 41 (16.41% from 255 or 9.13% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC29CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC29CC is #33D633. Grayscale: #6B6B6B. Windows color (decimal): -3397172 or 13380044. OLE color: 13380044.

HSL color Cylindrical-coordinate representation of color #CC29CC: hue angle of 300º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC29CC is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB20441204-
CMYK00.8000.2
HSL300º66.53%48.04%-
HSV(B)300º79.9%80%-
XYZ36.5918.7858.82-
YUV108.32182196.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.43%
GREEN value IS 41 (16.41% from 255) = 9.13%
BLUE value IS 204 (80.08% from 255) = 45.43%
R=45.43%
G=9.13%
B=45.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044120400.8000.230066.5348.04
HexCC29CC05001412c4330
Octal31451314012002445410360
Binary1100110010100111001100010100000101001001011001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC29CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC29CC; }

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

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

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

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

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

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

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

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