Html Css Color HEX #C019CE Deep Magenta

📋 copy color: '#C019CE'

red 192 ◦ green 25 ◦ blue 206

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

Shades of Deep Magenta #C019CE

Tints of Deep Magenta #C019CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 45.39%
G = 5.91%
B = 48.7%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C019CE (or 0xC019CE) is known color: Deep Magenta. HEX triplet: C0, 19 and CE. RGB value is (192,25,206). Sum of RGB (Red+Green+Blue) = 192+25+206=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #C019CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C019CE is #3FE631. Grayscale: #5F5F5F. Windows color (decimal): -4187698 or 13507008. OLE color: 13507008.

HSL color Cylindrical-coordinate representation of color #C019CE: hue angle of 295.36º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C019CE is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 25 206 -
CMYK 0.07 0.88 0 0.19
HSL 295.36º 0.78% 0.45% -
HSV(B) 295.36º 0.88% 0.81% -
XYZ 33.23 16.36 59.8 -
YUV 95.57 190.33 196.78 -
System Red Green Blue C M Y K H S L
Decimal 192 25 206 0.07 0.88 0 0.19 295.36 0.78 0.45
Hex C0 19 CE 7 58 0 13 127 4E 2D
Octal 300 31 316 7 130 0 23 447 116 55
Binary 11000000 11001 11001110 111 1011000 0 10011 100100111 1001110 101101

Color Harmonies of #C019CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C019CE

Black with #C019CE

Text Example


Text Example

White with #C019CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C019CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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