Html Css Color HEX #C53297 Medium Red Violet

📋 copy color: '#C53297'

red 197 ◦ green 50 ◦ blue 151

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

Shades of Medium Red Violet #C53297

Tints of Medium Red Violet #C53297

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.56%

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

R = 49.5%
G = 12.56%
B = 37.94%

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

#C53297 (or 0xC53297) is known color: Medium Red Violet. HEX triplet: C5, 32 and 97. RGB value is (197,50,151). Sum of RGB (Red+Green+Blue) = 197+50+151=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C53297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53297 is #3ACD68. Grayscale: #696969. Windows color (decimal): -3853673 or 9908933. OLE color: 9908933.

HSL color Cylindrical-coordinate representation of color #C53297: hue angle of 318.78º 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 #C53297 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 50 151 -
CMYK 0 0.75 0.23 0.23
HSL 318.78º 0.6% 0.48% -
HSV(B) 318.78º 0.75% 0.77% -
XYZ 29.75 16.39 30.87 -
YUV 105.47 153.7 193.29 -
System Red Green Blue C M Y K H S L
Decimal 197 50 151 0 0.75 0.23 0.23 318.78 0.6 0.48
Hex C5 32 97 0 4B 17 17 13F 3C 30
Octal 305 62 227 0 113 27 27 477 74 60
Binary 11000101 110010 10010111 0 1001011 10111 10111 100111111 111100 110000

Color Harmonies of #C53297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53297

Black with #C53297

Text Example


Text Example

White with #C53297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53297; }

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

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

background-color css

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

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

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

border-color css

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

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

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