Html Css Color HEX #CC24DC Deep Magenta

📋 copy color: '#CC24DC'

red 204 ◦ green 36 ◦ blue 220

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

Shades of Deep Magenta #CC24DC

Tints of Deep Magenta #CC24DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.83%

R = 44.35%
G = 7.83%
B = 47.83%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC24DC (or 0xCC24DC) is known color: Deep Magenta. HEX triplet: CC, 24 and DC. RGB value is (204,36,220). Sum of RGB (Red+Green+Blue) = 204+36+220=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 36 (14.45% from 255 or 7.83% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC24DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC24DC is #33DB23. Grayscale: #6A6A6A. Windows color (decimal): -3398436 or 14427340. OLE color: 14427340.

HSL color Cylindrical-coordinate representation of color #CC24DC: hue angle of 294.78º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC24DC is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 36 220 -
CMYK 0.07 0.84 0 0.14
HSL 294.78º 0.72% 0.5% -
HSV(B) 294.78º 0.84% 0.86% -
XYZ 38.45 19.27 69.4 -
YUV 107.21 191.66 197.04 -
System Red Green Blue C M Y K H S L
Decimal 204 36 220 0.07 0.84 0 0.14 294.78 0.72 0.5
Hex CC 24 DC 7 54 0 E 127 48 32
Octal 314 44 334 7 124 0 16 447 110 62
Binary 11001100 100100 11011100 111 1010100 0 1110 100100111 1001000 110010

Color Harmonies of #CC24DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC24DC

Black with #CC24DC

Text Example


Text Example

White with #CC24DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC24DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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