Html Css Color HEX #C5199E Medium Violet Red

📋 copy color: '#C5199E'

red 197 ◦ green 25 ◦ blue 158

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

Shades of Medium Violet Red #C5199E

Tints of Medium Violet Red #C5199E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.58%

R = 51.84%
G = 6.58%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5199E (or 0xC5199E) is known color: Medium Violet Red. HEX triplet: C5, 19 and 9E. RGB value is (197,25,158). Sum of RGB (Red+Green+Blue) = 197+25+158=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C5199E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5199E is #3AE661. Grayscale: #5B5B5B. Windows color (decimal): -3860066 or 10361285. OLE color: 10361285.

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

Color convert

RGB 197 25 158 -
CMYK 0 0.87 0.20 0.23
HSL 313.6º 0.77% 0.44% -
HSV(B) 313.6º 0.87% 0.77% -
XYZ 29.55 15.03 33.69 -
YUV 91.59 165.48 203.19 -
System Red Green Blue C M Y K H S L
Decimal 197 25 158 0 0.87 0.20 0.23 313.6 0.77 0.44
Hex C5 19 9E 0 57 14 17 13A 4D 2C
Octal 305 31 236 0 127 24 27 472 115 54
Binary 11000101 11001 10011110 0 1010111 10100 10111 100111010 1001101 101100

Color Harmonies of #C5199E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5199E

Black with #C5199E

Text Example


Text Example

White with #C5199E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5199E; }

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

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

background-color css

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

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

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

border-color css

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

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

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