#CC29BB

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

Shades of Deep Magenta #CC29BB

Tints of Deep Magenta #CC29BB

Color information

#CC29BB (or 0xCC29BB) is unknown color: approx Deep Magenta. HEX triplet: CC, 29 and BB. RGB value is (204,41,187). Sum of RGB (Red+Green+Blue) = 204+41+187=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC29BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC29BB is #33D644. Grayscale: #696969. Windows color (decimal): -3397189 or 12265932. OLE color: 12265932.

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

Color convert

RGB20441187-
CMYK00.800.080.2
HSL306.26º66.53%48.04%-
HSV(B)306.26º79.9%80%-
XYZ34.6618.0148.66-
YUV106.38173.5197.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.22%
GREEN value IS 41 (16.41% from 255) = 9.49%
BLUE value IS 187 (73.44% from 255) = 43.29%
R=47.22%
G=9.49%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044118700.800.080.2306.2666.5348.04
HexCC29BB0508141324330
Octal314512730120102446210360
Binary1100110010100110111011010100001000101001001100101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC29BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC29BB; }

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

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

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

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

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

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

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

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