Html Css Color HEX #C019DF Deep Magenta

📋 copy color: '#C019DF'

red 192 ◦ green 25 ◦ blue 223

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

Shades of Deep Magenta #C019DF

Tints of Deep Magenta #C019DF

RGB

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

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

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

R = 43.64%
G = 5.68%
B = 50.68%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C019DF (or 0xC019DF) is known color: Deep Magenta. HEX triplet: C0, 19 and DF. RGB value is (192,25,223). Sum of RGB (Red+Green+Blue) = 192+25+223=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 25 (10.16% from 255 or 5.68% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #C019DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C019DF is #3FE620. Grayscale: #606060. Windows color (decimal): -4187681 or 14621120. OLE color: 14621120.

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

Color convert

RGB 192 25 223 -
CMYK 0.14 0.89 0 0.13
HSL 290.61º 0.8% 0.49% -
HSV(B) 290.61º 0.89% 0.87% -
XYZ 35.41 17.23 71.27 -
YUV 97.51 198.83 195.4 -
System Red Green Blue C M Y K H S L
Decimal 192 25 223 0.14 0.89 0 0.13 290.61 0.8 0.49
Hex C0 19 DF E 59 0 D 123 50 31
Octal 300 31 337 16 131 0 15 443 120 61
Binary 11000000 11001 11011111 1110 1011001 0 1101 100100011 1010000 110001

Color Harmonies of #C019DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C019DF

Black with #C019DF

Text Example


Text Example

White with #C019DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C019DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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