Html Css Color HEX #CC29E6 Deep Magenta

📋 copy color: '#CC29E6'

red 204 ◦ green 41 ◦ blue 230

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

Shades of Deep Magenta #CC29E6

Tints of Deep Magenta #CC29E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.42%

R = 42.95%
G = 8.63%
B = 48.42%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CC29E6 (or 0xCC29E6) is known color: Deep Magenta. HEX triplet: CC, 29 and E6. RGB value is (204,41,230). Sum of RGB (Red+Green+Blue) = 204+41+230=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 41 (16.41% from 255 or 8.63% from 475); Blue value is 230 (90.23% from 255 or 48.42% from 475); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC29E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC29E6 is #33D619. Grayscale: #6E6E6E. Windows color (decimal): -3397146 or 15083980. OLE color: 15083980.

HSL color Cylindrical-coordinate representation of color #CC29E6: hue angle of 291.75º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC29E6 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 41 230 -
CMYK 0.11 0.82 0 0.10
HSL 291.75º 0.79% 0.53% -
HSV(B) 291.75º 0.82% 0.9% -
XYZ 39.98 20.14 76.64 -
YUV 111.28 195 194.13 -
System Red Green Blue C M Y K H S L
Decimal 204 41 230 0.11 0.82 0 0.10 291.75 0.79 0.53
Hex CC 29 E6 B 52 0 A 124 4F 35
Octal 314 51 346 13 122 0 12 444 117 65
Binary 11001100 101001 11100110 1011 1010010 0 1010 100100100 1001111 110101

Color Harmonies of #CC29E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC29E6

Black with #CC29E6

Text Example


Text Example

White with #CC29E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC29E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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