Html Css Color HEX #CC24D1 Deep Magenta

📋 copy color: '#CC24D1'

red 204 ◦ green 36 ◦ blue 209

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

Shades of Deep Magenta #CC24D1

Tints of Deep Magenta #CC24D1

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.02%

 BLUE value IS 209 (82.03% from 255) = 46.55%

R = 45.43%
G = 8.02%
B = 46.55%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC24D1 (or 0xCC24D1) is known color: Deep Magenta. HEX triplet: CC, 24 and D1. RGB value is (204,36,209). Sum of RGB (Red+Green+Blue) = 204+36+209=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 209 (82.03% from 255 or 46.55% from 449); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC24D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC24D1 is #33DB2E. Grayscale: #696969. Windows color (decimal): -3398447 or 13706444. OLE color: 13706444.

HSL color Cylindrical-coordinate representation of color #CC24D1: hue angle of 298.27º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC24D1 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 36 209 -
CMYK 0.02 0.83 0 0.18
HSL 298.27º 0.71% 0.48% -
HSV(B) 298.27º 0.83% 0.82% -
XYZ 37.04 18.7 61.98 -
YUV 105.95 186.16 197.93 -
System Red Green Blue C M Y K H S L
Decimal 204 36 209 0.02 0.83 0 0.18 298.27 0.71 0.48
Hex CC 24 D1 2 53 0 12 12A 47 30
Octal 314 44 321 2 123 0 22 452 107 60
Binary 11001100 100100 11010001 10 1010011 0 10010 100101010 1000111 110000

Color Harmonies of #CC24D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC24D1

Black with #CC24D1

Text Example


Text Example

White with #CC24D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC24D1; }

 p { color: rgb(204,36,209); }

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

background-color css

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

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

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

border-color css

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

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

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