Html Css Color HEX #CC29D6 Deep Magenta

📋 copy color: '#CC29D6'

red 204 ◦ green 41 ◦ blue 214

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

Shades of Deep Magenta #CC29D6

Tints of Deep Magenta #CC29D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.62%

R = 44.44%
G = 8.93%
B = 46.62%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC29D6 (or 0xCC29D6) is known color: Deep Magenta. HEX triplet: CC, 29 and D6. RGB value is (204,41,214). Sum of RGB (Red+Green+Blue) = 204+41+214=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 214 (83.98% from 255 or 46.62% from 459); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC29D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC29D6 is #33D629. Grayscale: #6C6C6C. Windows color (decimal): -3397162 or 14035404. OLE color: 14035404.

HSL color Cylindrical-coordinate representation of color #CC29D6: hue angle of 296.53º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC29D6 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 41 214 -
CMYK 0.05 0.81 0 0.16
HSL 296.53º 0.68% 0.5% -
HSV(B) 296.53º 0.81% 0.84% -
XYZ 37.83 19.28 65.35 -
YUV 109.46 187 195.43 -
System Red Green Blue C M Y K H S L
Decimal 204 41 214 0.05 0.81 0 0.16 296.53 0.68 0.5
Hex CC 29 D6 5 51 0 10 129 44 32
Octal 314 51 326 5 121 0 20 451 104 62
Binary 11001100 101001 11010110 101 1010001 0 10000 100101001 1000100 110010

Color Harmonies of #CC29D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC29D6

Black with #CC29D6

Text Example


Text Example

White with #CC29D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC29D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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