Html Css Color HEX #C53190 Medium Red Violet

📋 copy color: '#C53190'

red 197 ◦ green 49 ◦ blue 144

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

Shades of Medium Red Violet #C53190

Tints of Medium Red Violet #C53190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.92%

R = 50.51%
G = 12.56%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C53190 (or 0xC53190) is known color: Medium Red Violet. HEX triplet: C5, 31 and 90. RGB value is (197,49,144). Sum of RGB (Red+Green+Blue) = 197+49+144=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C53190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53190 is #3ACE6F. Grayscale: #676767. Windows color (decimal): -3853936 or 9449925. OLE color: 9449925.

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

Color convert

RGB 197 49 144 -
CMYK 0 0.75 0.27 0.23
HSL 321.49º 0.6% 0.48% -
HSV(B) 321.49º 0.75% 0.77% -
XYZ 29.16 16.08 27.95 -
YUV 104.08 150.53 194.28 -
System Red Green Blue C M Y K H S L
Decimal 197 49 144 0 0.75 0.27 0.23 321.49 0.6 0.48
Hex C5 31 90 0 4B 1B 17 141 3C 30
Octal 305 61 220 0 113 33 27 501 74 60
Binary 11000101 110001 10010000 0 1001011 11011 10111 101000001 111100 110000

Color Harmonies of #C53190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53190

Black with #C53190

Text Example


Text Example

White with #C53190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53190; }

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

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

background-color css

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

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

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

border-color css

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

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

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