Html Css Color HEX #CC29DE Deep Magenta

📋 copy color: '#CC29DE'

red 204 ◦ green 41 ◦ blue 222

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

Shades of Deep Magenta #CC29DE

Tints of Deep Magenta #CC29DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.54%

R = 43.68%
G = 8.78%
B = 47.54%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC29DE (or 0xCC29DE) is known color: Deep Magenta. HEX triplet: CC, 29 and DE. RGB value is (204,41,222). Sum of RGB (Red+Green+Blue) = 204+41+222=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 41 (16.41% from 255 or 8.78% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC29DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC29DE is #33D621. Grayscale: #6D6D6D. Windows color (decimal): -3397154 or 14559692. OLE color: 14559692.

HSL color Cylindrical-coordinate representation of color #CC29DE: hue angle of 294.03º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC29DE is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 41 222 -
CMYK 0.08 0.82 0 0.13
HSL 294.03º 0.73% 0.52% -
HSV(B) 294.03º 0.82% 0.87% -
XYZ 38.88 19.7 70.86 -
YUV 110.37 191 194.78 -
System Red Green Blue C M Y K H S L
Decimal 204 41 222 0.08 0.82 0 0.13 294.03 0.73 0.52
Hex CC 29 DE 8 52 0 D 126 49 34
Octal 314 51 336 10 122 0 15 446 111 64
Binary 11001100 101001 11011110 1000 1010010 0 1101 100100110 1001001 110100

Color Harmonies of #CC29DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC29DE

Black with #CC29DE

Text Example


Text Example

White with #CC29DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC29DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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