Html Css Color HEX #C52371 Medium Violet Red

📋 copy color: '#C52371'

red 197 ◦ green 35 ◦ blue 113

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

Shades of Medium Violet Red #C52371

Tints of Medium Violet Red #C52371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.14%

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

R = 57.1%
G = 10.14%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C52371 (or 0xC52371) is known color: Medium Violet Red. HEX triplet: C5, 23 and 71. RGB value is (197,35,113). Sum of RGB (Red+Green+Blue) = 197+35+113=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C52371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52371 is #3ADC8E. Grayscale: #5C5C5C. Windows color (decimal): -3857551 or 7414725. OLE color: 7414725.

HSL color Cylindrical-coordinate representation of color #C52371: hue angle of 331.11º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52371 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 35 113 -
CMYK 0 0.82 0.43 0.23
HSL 331.11º 0.7% 0.45% -
HSV(B) 331.11º 0.82% 0.77% -
XYZ 26.61 14.26 16.97 -
YUV 92.33 139.67 202.66 -
System Red Green Blue C M Y K H S L
Decimal 197 35 113 0 0.82 0.43 0.23 331.11 0.7 0.45
Hex C5 23 71 0 52 2B 17 14B 46 2D
Octal 305 43 161 0 122 53 27 513 106 55
Binary 11000101 100011 1110001 0 1010010 101011 10111 101001011 1000110 101101

Color Harmonies of #C52371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52371

Black with #C52371

Text Example


Text Example

White with #C52371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52371; }

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

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

background-color css

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

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

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

border-color css

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

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

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