Html Css Color HEX #C019A1 Medium Violet Red

📋 copy color: '#C019A1'

red 192 ◦ green 25 ◦ blue 161

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

Shades of Medium Violet Red #C019A1

Tints of Medium Violet Red #C019A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.59%

R = 50.79%
G = 6.61%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C019A1 (or 0xC019A1) is known color: Medium Violet Red. HEX triplet: C0, 19 and A1. RGB value is (192,25,161). Sum of RGB (Red+Green+Blue) = 192+25+161=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 161 (63.28% from 255 or 42.59% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C019A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C019A1 is #3FE65E. Grayscale: #5A5A5A. Windows color (decimal): -4187743 or 10557888. OLE color: 10557888.

HSL color Cylindrical-coordinate representation of color #C019A1: hue angle of 311.14º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C019A1 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 25 161 -
CMYK 0 0.87 0.16 0.25
HSL 311.14º 0.77% 0.43% -
HSV(B) 311.14º 0.87% 0.75% -
XYZ 28.52 14.47 35.01 -
YUV 90.44 167.83 200.44 -
System Red Green Blue C M Y K H S L
Decimal 192 25 161 0 0.87 0.16 0.25 311.14 0.77 0.43
Hex C0 19 A1 0 57 10 19 137 4D 2B
Octal 300 31 241 0 127 20 31 467 115 53
Binary 11000000 11001 10100001 0 1010111 10000 11001 100110111 1001101 101011

Color Harmonies of #C019A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C019A1

Black with #C019A1

Text Example


Text Example

White with #C019A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C019A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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