Html Css Color HEX #C53170 Medium Red Violet

📋 copy color: '#C53170'

red 197 ◦ green 49 ◦ blue 112

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

Shades of Medium Red Violet #C53170

Tints of Medium Red Violet #C53170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.28%

R = 55.03%
G = 13.69%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C53170 (or 0xC53170) is known color: Medium Red Violet. HEX triplet: C5, 31 and 70. RGB value is (197,49,112). Sum of RGB (Red+Green+Blue) = 197+49+112=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C53170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53170 is #3ACE8F. Grayscale: #646464. Windows color (decimal): -3853968 or 7352773. OLE color: 7352773.

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

Color convert

RGB 197 49 112 -
CMYK 0 0.75 0.43 0.23
HSL 334.46º 0.6% 0.48% -
HSV(B) 334.46º 0.75% 0.77% -
XYZ 27.05 15.24 16.84 -
YUV 100.43 134.53 196.88 -
System Red Green Blue C M Y K H S L
Decimal 197 49 112 0 0.75 0.43 0.23 334.46 0.6 0.48
Hex C5 31 70 0 4B 2B 17 14E 3C 30
Octal 305 61 160 0 113 53 27 516 74 60
Binary 11000101 110001 1110000 0 1001011 101011 10111 101001110 111100 110000

Color Harmonies of #C53170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53170

Black with #C53170

Text Example


Text Example

White with #C53170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53170; }

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

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

background-color css

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

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

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

border-color css

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

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

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