#CC29BE

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

Shades of Deep Magenta #CC29BE

Tints of Deep Magenta #CC29BE

Color information

#CC29BE (or 0xCC29BE) is unknown color: approx Deep Magenta. HEX triplet: CC, 29 and BE. RGB value is (204,41,190). Sum of RGB (Red+Green+Blue) = 204+41+190=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC29BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC29BE is #33D641. Grayscale: #6A6A6A. Windows color (decimal): -3397186 or 12462540. OLE color: 12462540.

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

Color convert

RGB20441190-
CMYK00.800.070.2
HSL305.15º66.53%48.04%-
HSV(B)305.15º79.9%80%-
XYZ34.9918.1450.37-
YUV106.72175197.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.90%
GREEN value IS 41 (16.41% from 255) = 9.43%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=46.90%
G=9.43%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044119000.800.070.2305.1566.5348.04
HexCC29BE0507141314330
Octal31451276012072446110360
Binary110011001010011011111001010000111101001001100011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC29BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC29BE; }

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

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

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

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

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

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

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

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