Html Css Color HEX #C50497 Medium Violet Red

📋 copy color: '#C50497'

red 197 ◦ green 4 ◦ blue 151

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

Shades of Medium Violet Red #C50497

Tints of Medium Violet Red #C50497

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

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

R = 55.97%
G = 1.14%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C50497 (or 0xC50497) is known color: Medium Violet Red. HEX triplet: C5, 04 and 97. RGB value is (197,4,151). Sum of RGB (Red+Green+Blue) = 197+4+151=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C50497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50497 is #3AFB68. Grayscale: #4E4E4E. Windows color (decimal): -3865449 or 9897157. OLE color: 9897157.

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

Color convert

RGB 197 4 151 -
CMYK 0 0.98 0.23 0.23
HSL 314.3º 0.96% 0.39% -
HSV(B) 314.3º 0.98% 0.77% -
XYZ 28.66 14.19 30.51 -
YUV 78.47 168.94 212.55 -
System Red Green Blue C M Y K H S L
Decimal 197 4 151 0 0.98 0.23 0.23 314.3 0.96 0.39
Hex C5 4 97 0 62 17 17 13A 60 27
Octal 305 4 227 0 142 27 27 472 140 47
Binary 11000101 100 10010111 0 1100010 10111 10111 100111010 1100000 100111

Color Harmonies of #C50497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50497

Black with #C50497

Text Example


Text Example

White with #C50497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50497; }

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

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

background-color css

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

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

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

border-color css

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

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

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