Html Css Color HEX #C024DC Deep Magenta

📋 copy color: '#C024DC'

red 192 ◦ green 36 ◦ blue 220

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

Shades of Deep Magenta #C024DC

Tints of Deep Magenta #C024DC

RGB

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

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

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

R = 42.86%
G = 8.04%
B = 49.11%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C024DC (or 0xC024DC) is known color: Deep Magenta. HEX triplet: C0, 24 and DC. RGB value is (192,36,220). Sum of RGB (Red+Green+Blue) = 192+36+220=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 36 (14.45% from 255 or 8.04% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #C024DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C024DC is #3FDB23. Grayscale: #676767. Windows color (decimal): -4184868 or 14427328. OLE color: 14427328.

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

Color convert

RGB 192 36 220 -
CMYK 0.13 0.84 0 0.14
HSL 290.87º 0.72% 0.5% -
HSV(B) 290.87º 0.84% 0.86% -
XYZ 35.29 17.64 69.25 -
YUV 103.62 193.68 191.04 -
System Red Green Blue C M Y K H S L
Decimal 192 36 220 0.13 0.84 0 0.14 290.87 0.72 0.5
Hex C0 24 DC D 54 0 E 123 48 32
Octal 300 44 334 15 124 0 16 443 110 62
Binary 11000000 100100 11011100 1101 1010100 0 1110 100100011 1001000 110010

Color Harmonies of #C024DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C024DC

Black with #C024DC

Text Example


Text Example

White with #C024DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C024DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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