Html Css Color HEX #C50097 Medium Violet Red

📋 copy color: '#C50097'

red 197 ◦ green 0 ◦ blue 151

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

Shades of Medium Violet Red #C50097

Tints of Medium Violet Red #C50097

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.61%
G = 0%
B = 43.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C50097 (or 0xC50097) is known color: Medium Violet Red. HEX triplet: C5, 00 and 97. RGB value is (197,0,151). Sum of RGB (Red+Green+Blue) = 197+0+151=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 151 (59.38% from 255 or 43.39% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C50097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50097 is #3AFF68. Grayscale: #4B4B4B. Windows color (decimal): -3866473 or 9896133. OLE color: 9896133.

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

Color convert

RGB 197 0 151 -
CMYK 0 1 0.23 0.23
HSL 314.01º 1% 0.39% -
HSV(B) 314.01º 1% 0.77% -
XYZ 28.61 14.1 30.49 -
YUV 76.12 170.27 214.22 -
System Red Green Blue C M Y K H S L
Decimal 197 0 151 0 1 0.23 0.23 314.01 1 0.39
Hex C5 0 97 0 64 17 17 13A 64 27
Octal 305 0 227 0 144 27 27 472 144 47
Binary 11000101 0 10010111 0 1100100 10111 10111 100111010 1100100 100111

Color Harmonies of #C50097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50097

Black with #C50097

Text Example


Text Example

White with #C50097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50097; }

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

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

background-color css

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

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

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

border-color css

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

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

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