#CC29CB

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

Shades of Deep Magenta #CC29CB

Tints of Deep Magenta #CC29CB

Color information

#CC29CB (or 0xCC29CB) is unknown color: approx Deep Magenta. HEX triplet: CC, 29 and CB. RGB value is (204,41,203). Sum of RGB (Red+Green+Blue) = 204+41+203=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC29CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC29CB is #33D634. Grayscale: #6B6B6B. Windows color (decimal): -3397173 or 13314508. OLE color: 13314508.

HSL color Cylindrical-coordinate representation of color #CC29CB: hue angle of 300.37º 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 #CC29CB is Cyan = 0, Magento = 0.80, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB20441203-
CMYK00.800.000.2
HSL300.37º66.53%48.04%-
HSV(B)300.37º79.9%80%-
XYZ36.4718.7458.19-
YUV108.2181.5196.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.54%
GREEN value IS 41 (16.41% from 255) = 9.15%
BLUE value IS 203 (79.69% from 255) = 45.31%
R=45.54%
G=9.15%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044120300.800.000.2300.3766.5348.04
HexCC29CB05001412c4330
Octal31451313012002445410360
Binary1100110010100111001011010100000101001001011001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC29CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC29CB; }

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

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

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

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

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

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

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

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