Html Css Color HEX #C53197 Medium Red Violet

📋 copy color: '#C53197'

red 197 ◦ green 49 ◦ blue 151

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

Shades of Medium Red Violet #C53197

Tints of Medium Red Violet #C53197

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.34%

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

R = 49.62%
G = 12.34%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C53197 (or 0xC53197) is known color: Medium Red Violet. HEX triplet: C5, 31 and 97. RGB value is (197,49,151). Sum of RGB (Red+Green+Blue) = 197+49+151=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C53197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53197 is #3ACE68. Grayscale: #686868. Windows color (decimal): -3853929 or 9908677. OLE color: 9908677.

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

Color convert

RGB 197 49 151 -
CMYK 0 0.75 0.23 0.23
HSL 318.65º 0.6% 0.48% -
HSV(B) 318.65º 0.75% 0.77% -
XYZ 29.71 16.3 30.86 -
YUV 104.88 154.03 193.71 -
System Red Green Blue C M Y K H S L
Decimal 197 49 151 0 0.75 0.23 0.23 318.65 0.6 0.48
Hex C5 31 97 0 4B 17 17 13F 3C 30
Octal 305 61 227 0 113 27 27 477 74 60
Binary 11000101 110001 10010111 0 1001011 10111 10111 100111111 111100 110000

Color Harmonies of #C53197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53197

Black with #C53197

Text Example


Text Example

White with #C53197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53197; }

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

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

background-color css

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

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

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

border-color css

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

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

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