Html Css Color HEX #CC29CC Deep Magenta

📋 copy color: '#CC29CC'

red 204 ◦ green 41 ◦ blue 204

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

Shades of Deep Magenta #CC29CC

Tints of Deep Magenta #CC29CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 45.43%
G = 9.13%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC29CC (or 0xCC29CC) is known color: Deep Magenta. HEX triplet: CC, 29 and CC. RGB value is (204,41,204). Sum of RGB (Red+Green+Blue) = 204+41+204=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 41 (16.41% from 255 or 9.13% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC29CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC29CC is #33D633. Grayscale: #6B6B6B. Windows color (decimal): -3397172 or 13380044. OLE color: 13380044.

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

Color convert

RGB 204 41 204 -
CMYK 0 0.80 0 0.2
HSL 300º 0.67% 0.48% -
HSV(B) 300º 0.8% 0.8% -
XYZ 36.59 18.78 58.82 -
YUV 108.32 182 196.25 -
System Red Green Blue C M Y K H S L
Decimal 204 41 204 0 0.80 0 0.2 300 0.67 0.48
Hex CC 29 CC 0 50 0 14 12C 43 30
Octal 314 51 314 0 120 0 24 454 103 60
Binary 11001100 101001 11001100 0 1010000 0 10100 100101100 1000011 110000

Color Harmonies of #CC29CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC29CC

Black with #CC29CC

Text Example


Text Example

White with #CC29CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC29CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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