Html Css Color HEX #C51997 Medium Violet Red

📋 copy color: '#C51997'

red 197 ◦ green 25 ◦ blue 151

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

Shades of Medium Violet Red #C51997

Tints of Medium Violet Red #C51997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.48%

R = 52.82%
G = 6.7%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C51997 (or 0xC51997) is known color: Medium Violet Red. HEX triplet: C5, 19 and 97. RGB value is (197,25,151). Sum of RGB (Red+Green+Blue) = 197+25+151=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C51997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51997 is #3AE668. Grayscale: #5A5A5A. Windows color (decimal): -3860073 or 9902533. OLE color: 9902533.

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

Color convert

RGB 197 25 151 -
CMYK 0 0.87 0.23 0.23
HSL 316.05º 0.77% 0.44% -
HSV(B) 316.05º 0.87% 0.77% -
XYZ 28.96 14.8 30.61 -
YUV 90.79 161.98 203.75 -
System Red Green Blue C M Y K H S L
Decimal 197 25 151 0 0.87 0.23 0.23 316.05 0.77 0.44
Hex C5 19 97 0 57 17 17 13C 4D 2C
Octal 305 31 227 0 127 27 27 474 115 54
Binary 11000101 11001 10010111 0 1010111 10111 10111 100111100 1001101 101100

Color Harmonies of #C51997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51997

Black with #C51997

Text Example


Text Example

White with #C51997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51997; }

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

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

background-color css

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

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

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

border-color css

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

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

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