Html Css Color HEX #C53192 Medium Red Violet

📋 copy color: '#C53192'

red 197 ◦ green 49 ◦ blue 146

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

Shades of Medium Red Violet #C53192

Tints of Medium Red Violet #C53192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.24%

R = 50.26%
G = 12.5%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C53192 (or 0xC53192) is known color: Medium Red Violet. HEX triplet: C5, 31 and 92. RGB value is (197,49,146). Sum of RGB (Red+Green+Blue) = 197+49+146=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C53192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53192 is #3ACE6D. Grayscale: #686868. Windows color (decimal): -3853934 or 9580997. OLE color: 9580997.

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

Color convert

RGB 197 49 146 -
CMYK 0 0.75 0.26 0.23
HSL 320.68º 0.6% 0.48% -
HSV(B) 320.68º 0.75% 0.77% -
XYZ 29.31 16.14 28.76 -
YUV 104.31 151.53 194.11 -
System Red Green Blue C M Y K H S L
Decimal 197 49 146 0 0.75 0.26 0.23 320.68 0.6 0.48
Hex C5 31 92 0 4B 1A 17 141 3C 30
Octal 305 61 222 0 113 32 27 501 74 60
Binary 11000101 110001 10010010 0 1001011 11010 10111 101000001 111100 110000

Color Harmonies of #C53192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53192

Black with #C53192

Text Example


Text Example

White with #C53192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53192; }

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

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

background-color css

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

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

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

border-color css

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

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

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