Html Css Color HEX #CC24DB Deep Magenta

📋 copy color: '#CC24DB'

red 204 ◦ green 36 ◦ blue 219

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

Shades of Deep Magenta #CC24DB

Tints of Deep Magenta #CC24DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.71%

R = 44.44%
G = 7.84%
B = 47.71%

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

#CC24DB (or 0xCC24DB) is known color: Deep Magenta. HEX triplet: CC, 24 and DB. RGB value is (204,36,219). Sum of RGB (Red+Green+Blue) = 204+36+219=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 36 (14.45% from 255 or 7.84% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC24DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC24DB is #33DB24. Grayscale: #6A6A6A. Windows color (decimal): -3398437 or 14361804. OLE color: 14361804.

HSL color Cylindrical-coordinate representation of color #CC24DB: hue angle of 295.08º 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 #CC24DB is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 36 219 -
CMYK 0.07 0.84 0 0.14
HSL 295.08º 0.72% 0.5% -
HSV(B) 295.08º 0.84% 0.86% -
XYZ 38.32 19.21 68.71 -
YUV 107.09 191.16 197.12 -
System Red Green Blue C M Y K H S L
Decimal 204 36 219 0.07 0.84 0 0.14 295.08 0.72 0.5
Hex CC 24 DB 7 54 0 E 127 48 32
Octal 314 44 333 7 124 0 16 447 110 62
Binary 11001100 100100 11011011 111 1010100 0 1110 100100111 1001000 110010

Color Harmonies of #CC24DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC24DB

Black with #CC24DB

Text Example


Text Example

White with #CC24DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC24DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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