Html Css Color HEX #C5199A Medium Violet Red

📋 copy color: '#C5199A'

red 197 ◦ green 25 ◦ blue 154

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

Shades of Medium Violet Red #C5199A

Tints of Medium Violet Red #C5199A

RGB

 RED value IS 197 (77.34% from 255) = 52.39%

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

 BLUE value IS 154 (60.55% from 255) = 40.96%

R = 52.39%
G = 6.65%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C5199A (or 0xC5199A) is known color: Medium Violet Red. HEX triplet: C5, 19 and 9A. RGB value is (197,25,154). Sum of RGB (Red+Green+Blue) = 197+25+154=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5199A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5199A is #3AE665. Grayscale: #5A5A5A. Windows color (decimal): -3860070 or 10099141. OLE color: 10099141.

HSL color Cylindrical-coordinate representation of color #C5199A: hue angle of 315º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5199A is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 25 154 -
CMYK 0 0.87 0.22 0.23
HSL 315º 0.77% 0.44% -
HSV(B) 315º 0.87% 0.77% -
XYZ 29.21 14.9 31.91 -
YUV 91.13 163.48 203.51 -
System Red Green Blue C M Y K H S L
Decimal 197 25 154 0 0.87 0.22 0.23 315 0.77 0.44
Hex C5 19 9A 0 57 16 17 13B 4D 2C
Octal 305 31 232 0 127 26 27 473 115 54
Binary 11000101 11001 10011010 0 1010111 10110 10111 100111011 1001101 101100

Color Harmonies of #C5199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5199A

Black with #C5199A

Text Example


Text Example

White with #C5199A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5199A; }

 p { color: rgb(197,25,154); }

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

background-color css

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

 a { background-color: rgb(197,25,154); }

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

border-color css

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

 span { border-color: rgb(197,25,154); }

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