Html Css Color HEX #C024D9 Deep Magenta

📋 copy color: '#C024D9'

red 192 ◦ green 36 ◦ blue 217

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

Shades of Deep Magenta #C024D9

Tints of Deep Magenta #C024D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.76%

R = 43.15%
G = 8.09%
B = 48.76%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C024D9 (or 0xC024D9) is known color: Deep Magenta. HEX triplet: C0, 24 and D9. RGB value is (192,36,217). Sum of RGB (Red+Green+Blue) = 192+36+217=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 36 (14.45% from 255 or 8.09% from 445); Blue value is 217 (85.16% from 255 or 48.76% from 445); Max value from RGB is 217 - color contains mainly: blue. Hex color #C024D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C024D9 is #3FDB26. Grayscale: #666666. Windows color (decimal): -4184871 or 14230720. OLE color: 14230720.

HSL color Cylindrical-coordinate representation of color #C024D9: hue angle of 291.71º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C024D9 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 36 217 -
CMYK 0.12 0.83 0 0.15
HSL 291.71º 0.72% 0.5% -
HSV(B) 291.71º 0.83% 0.85% -
XYZ 34.89 17.48 67.18 -
YUV 103.28 192.18 191.28 -
System Red Green Blue C M Y K H S L
Decimal 192 36 217 0.12 0.83 0 0.15 291.71 0.72 0.5
Hex C0 24 D9 C 53 0 F 124 48 32
Octal 300 44 331 14 123 0 17 444 110 62
Binary 11000000 100100 11011001 1100 1010011 0 1111 100100100 1001000 110010

Color Harmonies of #C024D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C024D9

Black with #C024D9

Text Example


Text Example

White with #C024D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C024D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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