Html Css Color HEX #C50071 Medium Violet Red

📋 copy color: '#C50071'

red 197 ◦ green 0 ◦ blue 113

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

Shades of Medium Violet Red #C50071

Tints of Medium Violet Red #C50071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.55%
G = 0%
B = 36.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C50071 (or 0xC50071) is known color: Medium Violet Red. HEX triplet: C5, 00 and 71. RGB value is (197,0,113). Sum of RGB (Red+Green+Blue) = 197+0+113=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C50071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50071 is #3AFF8E. Grayscale: #474747. Windows color (decimal): -3866511 or 7405765. OLE color: 7405765.

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

Color convert

RGB 197 0 113 -
CMYK 0 1 0.43 0.23
HSL 325.58º 1% 0.39% -
HSV(B) 325.58º 1% 0.77% -
XYZ 26.01 13.06 16.77 -
YUV 71.79 151.27 217.31 -
System Red Green Blue C M Y K H S L
Decimal 197 0 113 0 1 0.43 0.23 325.58 1 0.39
Hex C5 0 71 0 64 2B 17 146 64 27
Octal 305 0 161 0 144 53 27 506 144 47
Binary 11000101 0 1110001 0 1100100 101011 10111 101000110 1100100 100111

Color Harmonies of #C50071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50071

Black with #C50071

Text Example


Text Example

White with #C50071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50071; }

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

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

background-color css

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

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

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

border-color css

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

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

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