Html Css Color HEX #C5198C Medium Violet Red

📋 copy color: '#C5198C'

red 197 ◦ green 25 ◦ blue 140

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

Shades of Medium Violet Red #C5198C

Tints of Medium Violet Red #C5198C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.67%

R = 54.42%
G = 6.91%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5198C (or 0xC5198C) is known color: Medium Violet Red. HEX triplet: C5, 19 and 8C. RGB value is (197,25,140). Sum of RGB (Red+Green+Blue) = 197+25+140=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C5198C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5198C is #3AE673. Grayscale: #595959. Windows color (decimal): -3860084 or 9181637. OLE color: 9181637.

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

Color convert

RGB 197 25 140 -
CMYK 0 0.87 0.29 0.23
HSL 319.88º 0.77% 0.44% -
HSV(B) 319.88º 0.87% 0.77% -
XYZ 28.11 14.46 26.12 -
YUV 89.54 156.48 204.65 -
System Red Green Blue C M Y K H S L
Decimal 197 25 140 0 0.87 0.29 0.23 319.88 0.77 0.44
Hex C5 19 8C 0 57 1D 17 140 4D 2C
Octal 305 31 214 0 127 35 27 500 115 54
Binary 11000101 11001 10001100 0 1010111 11101 10111 101000000 1001101 101100

Color Harmonies of #C5198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5198C

Black with #C5198C

Text Example


Text Example

White with #C5198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5198C; }

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

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

background-color css

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

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

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

border-color css

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

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

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