Html Css Color HEX #C53172 Medium Red Violet

📋 copy color: '#C53172'

red 197 ◦ green 49 ◦ blue 114

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

Shades of Medium Red Violet #C53172

Tints of Medium Red Violet #C53172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.67%

R = 54.72%
G = 13.61%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C53172 (or 0xC53172) is known color: Medium Red Violet. HEX triplet: C5, 31 and 72. RGB value is (197,49,114). Sum of RGB (Red+Green+Blue) = 197+49+114=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C53172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53172 is #3ACE8D. Grayscale: #646464. Windows color (decimal): -3853966 or 7483845. OLE color: 7483845.

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

Color convert

RGB 197 49 114 -
CMYK 0 0.75 0.42 0.23
HSL 333.65º 0.6% 0.48% -
HSV(B) 333.65º 0.75% 0.77% -
XYZ 27.16 15.28 17.44 -
YUV 100.66 135.53 196.71 -
System Red Green Blue C M Y K H S L
Decimal 197 49 114 0 0.75 0.42 0.23 333.65 0.6 0.48
Hex C5 31 72 0 4B 2A 17 14E 3C 30
Octal 305 61 162 0 113 52 27 516 74 60
Binary 11000101 110001 1110010 0 1001011 101010 10111 101001110 111100 110000

Color Harmonies of #C53172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53172

Black with #C53172

Text Example


Text Example

White with #C53172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53172; }

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

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

background-color css

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

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

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

border-color css

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

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

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