Html Css Color HEX #C024DF Deep Magenta

📋 copy color: '#C024DF'

red 192 ◦ green 36 ◦ blue 223

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

Shades of Deep Magenta #C024DF

Tints of Deep Magenta #C024DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 42.57%
G = 7.98%
B = 49.45%

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

#C024DF (or 0xC024DF) is known color: Deep Magenta. HEX triplet: C0, 24 and DF. RGB value is (192,36,223). Sum of RGB (Red+Green+Blue) = 192+36+223=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 36 (14.45% from 255 or 7.98% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #C024DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C024DF is #3FDB20. Grayscale: #676767. Windows color (decimal): -4184865 or 14623936. OLE color: 14623936.

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

Color convert

RGB 192 36 223 -
CMYK 0.14 0.84 0 0.13
HSL 290.05º 0.75% 0.51% -
HSV(B) 290.05º 0.84% 0.87% -
XYZ 35.69 17.8 71.37 -
YUV 103.96 195.18 190.79 -
System Red Green Blue C M Y K H S L
Decimal 192 36 223 0.14 0.84 0 0.13 290.05 0.75 0.51
Hex C0 24 DF E 54 0 D 122 4B 33
Octal 300 44 337 16 124 0 15 442 113 63
Binary 11000000 100100 11011111 1110 1010100 0 1101 100100010 1001011 110011

Color Harmonies of #C024DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C024DF

Black with #C024DF

Text Example


Text Example

White with #C024DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C024DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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