Html Css Color HEX #C5197A Medium Violet Red

📋 copy color: '#C5197A'

red 197 ◦ green 25 ◦ blue 122

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

Shades of Medium Violet Red #C5197A

Tints of Medium Violet Red #C5197A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.47%

R = 57.27%
G = 7.27%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5197A (or 0xC5197A) is known color: Medium Violet Red. HEX triplet: C5, 19 and 7A. RGB value is (197,25,122). Sum of RGB (Red+Green+Blue) = 197+25+122=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C5197A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5197A is #3AE685. Grayscale: #575757. Windows color (decimal): -3860102 or 8001989. OLE color: 8001989.

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

Color convert

RGB 197 25 122 -
CMYK 0 0.87 0.38 0.23
HSL 326.16º 0.77% 0.44% -
HSV(B) 326.16º 0.87% 0.77% -
XYZ 26.89 13.97 19.69 -
YUV 87.49 147.48 206.11 -
System Red Green Blue C M Y K H S L
Decimal 197 25 122 0 0.87 0.38 0.23 326.16 0.77 0.44
Hex C5 19 7A 0 57 26 17 146 4D 2C
Octal 305 31 172 0 127 46 27 506 115 54
Binary 11000101 11001 1111010 0 1010111 100110 10111 101000110 1001101 101100

Color Harmonies of #C5197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5197A

Black with #C5197A

Text Example


Text Example

White with #C5197A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5197A; }

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

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

background-color css

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

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

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

border-color css

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

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

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