Html Css Color HEX #C019DC Deep Magenta

📋 copy color: '#C019DC'

red 192 ◦ green 25 ◦ blue 220

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

Shades of Deep Magenta #C019DC

Tints of Deep Magenta #C019DC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.72%

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

R = 43.94%
G = 5.72%
B = 50.34%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C019DC (or 0xC019DC) is known color: Deep Magenta. HEX triplet: C0, 19 and DC. RGB value is (192,25,220). Sum of RGB (Red+Green+Blue) = 192+25+220=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #C019DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C019DC is #3FE623. Grayscale: #606060. Windows color (decimal): -4187684 or 14424512. OLE color: 14424512.

HSL color Cylindrical-coordinate representation of color #C019DC: hue angle of 291.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C019DC is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 25 220 -
CMYK 0.13 0.89 0 0.14
HSL 291.38º 0.8% 0.48% -
HSV(B) 291.38º 0.89% 0.86% -
XYZ 35 17.07 69.16 -
YUV 97.16 197.33 195.64 -
System Red Green Blue C M Y K H S L
Decimal 192 25 220 0.13 0.89 0 0.14 291.38 0.8 0.48
Hex C0 19 DC D 59 0 E 123 50 30
Octal 300 31 334 15 131 0 16 443 120 60
Binary 11000000 11001 11011100 1101 1011001 0 1110 100100011 1010000 110000

Color Harmonies of #C019DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C019DC

Black with #C019DC

Text Example


Text Example

White with #C019DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C019DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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