Html Css Color HEX #C50971 Medium Violet Red

📋 copy color: '#C50971'

red 197 ◦ green 9 ◦ blue 113

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

Shades of Medium Violet Red #C50971

Tints of Medium Violet Red #C50971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.82%

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

R = 61.76%
G = 2.82%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C50971 (or 0xC50971) is known color: Medium Violet Red. HEX triplet: C5, 09 and 71. RGB value is (197,9,113). Sum of RGB (Red+Green+Blue) = 197+9+113=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C50971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50971 is #3AF68E. Grayscale: #4C4C4C. Windows color (decimal): -3864207 or 7408069. OLE color: 7408069.

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

Color convert

RGB 197 9 113 -
CMYK 0 0.95 0.43 0.23
HSL 326.81º 0.91% 0.4% -
HSV(B) 326.81º 0.95% 0.77% -
XYZ 26.1 13.26 16.81 -
YUV 77.07 148.28 213.54 -
System Red Green Blue C M Y K H S L
Decimal 197 9 113 0 0.95 0.43 0.23 326.81 0.91 0.4
Hex C5 9 71 0 5F 2B 17 147 5B 28
Octal 305 11 161 0 137 53 27 507 133 50
Binary 11000101 1001 1110001 0 1011111 101011 10111 101000111 1011011 101000

Color Harmonies of #C50971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50971

Black with #C50971

Text Example


Text Example

White with #C50971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50971; }

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

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

background-color css

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

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

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

border-color css

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

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

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