Html Css Color HEX #C024DE Deep Magenta

📋 copy color: '#C024DE'

red 192 ◦ green 36 ◦ blue 222

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

Shades of Deep Magenta #C024DE

Tints of Deep Magenta #C024DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.33%

R = 42.67%
G = 8%
B = 49.33%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C024DE (or 0xC024DE) is known color: Deep Magenta. HEX triplet: C0, 24 and DE. RGB value is (192,36,222). Sum of RGB (Red+Green+Blue) = 192+36+222=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #C024DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C024DE is #3FDB21. Grayscale: #676767. Windows color (decimal): -4184866 or 14558400. OLE color: 14558400.

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

Color convert

RGB 192 36 222 -
CMYK 0.14 0.84 0 0.13
HSL 290.32º 0.74% 0.51% -
HSV(B) 290.32º 0.84% 0.87% -
XYZ 35.55 17.74 70.66 -
YUV 103.85 194.68 190.88 -
System Red Green Blue C M Y K H S L
Decimal 192 36 222 0.14 0.84 0 0.13 290.32 0.74 0.51
Hex C0 24 DE E 54 0 D 122 4A 33
Octal 300 44 336 16 124 0 15 442 112 63
Binary 11000000 100100 11011110 1110 1010100 0 1101 100100010 1001010 110011

Color Harmonies of #C024DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C024DE

Black with #C024DE

Text Example


Text Example

White with #C024DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C024DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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