Html Css Color HEX #C53271 Medium Red Violet

📋 copy color: '#C53271'

red 197 ◦ green 50 ◦ blue 113

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

Shades of Medium Red Violet #C53271

Tints of Medium Red Violet #C53271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.39%

R = 54.72%
G = 13.89%
B = 31.39%

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

#C53271 (or 0xC53271) is known color: Medium Red Violet. HEX triplet: C5, 32 and 71. RGB value is (197,50,113). Sum of RGB (Red+Green+Blue) = 197+50+113=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C53271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53271 is #3ACD8E. Grayscale: #656565. Windows color (decimal): -3853711 or 7418565. OLE color: 7418565.

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

Color convert

RGB 197 50 113 -
CMYK 0 0.75 0.43 0.23
HSL 334.29º 0.6% 0.48% -
HSV(B) 334.29º 0.75% 0.77% -
XYZ 27.15 15.34 17.15 -
YUV 101.14 134.7 196.38 -
System Red Green Blue C M Y K H S L
Decimal 197 50 113 0 0.75 0.43 0.23 334.29 0.6 0.48
Hex C5 32 71 0 4B 2B 17 14E 3C 30
Octal 305 62 161 0 113 53 27 516 74 60
Binary 11000101 110010 1110001 0 1001011 101011 10111 101001110 111100 110000

Color Harmonies of #C53271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53271

Black with #C53271

Text Example


Text Example

White with #C53271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53271; }

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

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

background-color css

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

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

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

border-color css

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

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

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