Html Css Color HEX #C024DD Deep Magenta

📋 copy color: '#C024DD'

red 192 ◦ green 36 ◦ blue 221

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

Shades of Deep Magenta #C024DD

Tints of Deep Magenta #C024DD

RGB

 RED value IS 192 (75.39% from 255) = 42.76%

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

 BLUE value IS 221 (86.72% from 255) = 49.22%

R = 42.76%
G = 8.02%
B = 49.22%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C024DD (or 0xC024DD) is known color: Deep Magenta. HEX triplet: C0, 24 and DD. RGB value is (192,36,221). Sum of RGB (Red+Green+Blue) = 192+36+221=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #C024DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C024DD is #3FDB22. Grayscale: #676767. Windows color (decimal): -4184867 or 14492864. OLE color: 14492864.

HSL color Cylindrical-coordinate representation of color #C024DD: hue angle of 290.59º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C024DD is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 36 221 -
CMYK 0.13 0.84 0 0.13
HSL 290.59º 0.73% 0.5% -
HSV(B) 290.59º 0.84% 0.87% -
XYZ 35.42 17.69 69.95 -
YUV 103.73 194.18 190.96 -
System Red Green Blue C M Y K H S L
Decimal 192 36 221 0.13 0.84 0 0.13 290.59 0.73 0.5
Hex C0 24 DD D 54 0 D 123 49 32
Octal 300 44 335 15 124 0 15 443 111 62
Binary 11000000 100100 11011101 1101 1010100 0 1101 100100011 1001001 110010

Color Harmonies of #C024DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C024DD

Black with #C024DD

Text Example


Text Example

White with #C024DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C024DD; }

 p { color: rgb(192,36,221); }

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

background-color css

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

 a { background-color: rgb(192,36,221); }

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

border-color css

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

 span { border-color: rgb(192,36,221); }

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