Html Css Color HEX #C50997 Medium Violet Red

📋 copy color: '#C50997'

red 197 ◦ green 9 ◦ blue 151

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

Shades of Medium Violet Red #C50997

Tints of Medium Violet Red #C50997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.52%

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

R = 55.18%
G = 2.52%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C50997 (or 0xC50997) is known color: Medium Violet Red. HEX triplet: C5, 09 and 97. RGB value is (197,9,151). Sum of RGB (Red+Green+Blue) = 197+9+151=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C50997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50997 is #3AF668. Grayscale: #515151. Windows color (decimal): -3864169 or 9898437. OLE color: 9898437.

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

Color convert

RGB 197 9 151 -
CMYK 0 0.95 0.23 0.23
HSL 314.68º 0.91% 0.4% -
HSV(B) 314.68º 0.95% 0.77% -
XYZ 28.71 14.3 30.53 -
YUV 81.4 167.28 210.45 -
System Red Green Blue C M Y K H S L
Decimal 197 9 151 0 0.95 0.23 0.23 314.68 0.91 0.4
Hex C5 9 97 0 5F 17 17 13B 5B 28
Octal 305 11 227 0 137 27 27 473 133 50
Binary 11000101 1001 10010111 0 1011111 10111 10111 100111011 1011011 101000

Color Harmonies of #C50997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50997

Black with #C50997

Text Example


Text Example

White with #C50997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50997; }

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

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

background-color css

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

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

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

border-color css

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

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

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