Html Css Color HEX #C53597 Medium Red Violet

📋 copy color: '#C53597'

red 197 ◦ green 53 ◦ blue 151

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

Shades of Medium Red Violet #C53597

Tints of Medium Red Violet #C53597

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.22%

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

R = 49.13%
G = 13.22%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C53597 (or 0xC53597) is known color: Medium Red Violet. HEX triplet: C5, 35 and 97. RGB value is (197,53,151). Sum of RGB (Red+Green+Blue) = 197+53+151=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C53597 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53597 is #3ACA68. Grayscale: #6A6A6A. Windows color (decimal): -3852905 or 9909701. OLE color: 9909701.

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

Color convert

RGB 197 53 151 -
CMYK 0 0.73 0.23 0.23
HSL 319.17º 0.58% 0.49% -
HSV(B) 319.17º 0.73% 0.77% -
XYZ 29.88 16.65 30.92 -
YUV 107.23 152.71 192.03 -
System Red Green Blue C M Y K H S L
Decimal 197 53 151 0 0.73 0.23 0.23 319.17 0.58 0.49
Hex C5 35 97 0 49 17 17 13F 3A 31
Octal 305 65 227 0 111 27 27 477 72 61
Binary 11000101 110101 10010111 0 1001001 10111 10111 100111111 111010 110001

Color Harmonies of #C53597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53597

Black with #C53597

Text Example


Text Example

White with #C53597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53597; }

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

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

background-color css

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

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

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

border-color css

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

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

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