Html Css Color HEX #C019A9 Medium Violet Red

📋 copy color: '#C019A9'

red 192 ◦ green 25 ◦ blue 169

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

Shades of Medium Violet Red #C019A9

Tints of Medium Violet Red #C019A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 43.78%

R = 49.74%
G = 6.48%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C019A9 (or 0xC019A9) is known color: Medium Violet Red. HEX triplet: C0, 19 and A9. RGB value is (192,25,169). Sum of RGB (Red+Green+Blue) = 192+25+169=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 169 (66.41% from 255 or 43.78% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C019A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C019A9 is #3FE656. Grayscale: #5A5A5A. Windows color (decimal): -4187735 or 11082176. OLE color: 11082176.

HSL color Cylindrical-coordinate representation of color #C019A9: hue angle of 308.26º 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 #C019A9 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 25 169 -
CMYK 0 0.87 0.12 0.25
HSL 308.26º 0.77% 0.43% -
HSV(B) 308.26º 0.87% 0.75% -
XYZ 29.25 14.77 38.84 -
YUV 91.35 171.83 199.79 -
System Red Green Blue C M Y K H S L
Decimal 192 25 169 0 0.87 0.12 0.25 308.26 0.77 0.43
Hex C0 19 A9 0 57 C 19 134 4D 2B
Octal 300 31 251 0 127 14 31 464 115 53
Binary 11000000 11001 10101001 0 1010111 1100 11001 100110100 1001101 101011

Color Harmonies of #C019A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C019A9

Black with #C019A9

Text Example


Text Example

White with #C019A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C019A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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