Html Css Color HEX #CC29D9 Deep Magenta

📋 copy color: '#CC29D9'

red 204 ◦ green 41 ◦ blue 217

#CC29D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #CC29D9

Tints of Deep Magenta #CC29D9

RGB

 RED value IS 204 (80.08% from 255) = 44.16%

 GREEN value IS 41 (16.41% from 255) = 8.87%

 BLUE value IS 217 (85.16% from 255) = 46.97%

R = 44.16%
G = 8.87%
B = 46.97%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC29D9 (or 0xCC29D9) is known color: Deep Magenta. HEX triplet: CC, 29 and D9. RGB value is (204,41,217). Sum of RGB (Red+Green+Blue) = 204+41+217=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 41 (16.41% from 255 or 8.87% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC29D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC29D9 is #33D626. Grayscale: #6D6D6D. Windows color (decimal): -3397159 or 14232012. OLE color: 14232012.

HSL color Cylindrical-coordinate representation of color #CC29D9: hue angle of 295.57º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC29D9 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 41 217 -
CMYK 0.06 0.81 0 0.15
HSL 295.57º 0.7% 0.51% -
HSV(B) 295.57º 0.81% 0.85% -
XYZ 38.22 19.43 67.38 -
YUV 109.8 188.5 195.19 -
System Red Green Blue C M Y K H S L
Decimal 204 41 217 0.06 0.81 0 0.15 295.57 0.7 0.51
Hex CC 29 D9 6 51 0 F 128 46 33
Octal 314 51 331 6 121 0 17 450 106 63
Binary 11001100 101001 11011001 110 1010001 0 1111 100101000 1000110 110011

Color Harmonies of #CC29D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC29D9

Black with #CC29D9

Text Example


Text Example

White with #CC29D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC29D9; }

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

 H1.HeaderClassName
 {
   color: #CC29D9;
 }
 .AnyTagClassName
 {
   color: #CC29D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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