Html Css Color HEX #C019D0 Deep Magenta

📋 copy color: '#C019D0'

red 192 ◦ green 25 ◦ blue 208

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

Shades of Deep Magenta #C019D0

Tints of Deep Magenta #C019D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.94%

R = 45.18%
G = 5.88%
B = 48.94%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C019D0 (or 0xC019D0) is known color: Deep Magenta. HEX triplet: C0, 19 and D0. RGB value is (192,25,208). Sum of RGB (Red+Green+Blue) = 192+25+208=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #C019D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C019D0 is #3FE62F. Grayscale: #5F5F5F. Windows color (decimal): -4187696 or 13638080. OLE color: 13638080.

HSL color Cylindrical-coordinate representation of color #C019D0: hue angle of 294.75º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C019D0 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 25 208 -
CMYK 0.08 0.88 0 0.18
HSL 294.75º 0.79% 0.46% -
HSV(B) 294.75º 0.88% 0.82% -
XYZ 33.47 16.46 61.09 -
YUV 95.8 191.33 196.62 -
System Red Green Blue C M Y K H S L
Decimal 192 25 208 0.08 0.88 0 0.18 294.75 0.79 0.46
Hex C0 19 D0 8 58 0 12 127 4F 2E
Octal 300 31 320 10 130 0 22 447 117 56
Binary 11000000 11001 11010000 1000 1011000 0 10010 100100111 1001111 101110

Color Harmonies of #C019D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C019D0

Black with #C019D0

Text Example


Text Example

White with #C019D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C019D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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