Html Css Color HEX #C50D71 Medium Violet Red

📋 copy color: '#C50D71'

red 197 ◦ green 13 ◦ blue 113

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

Shades of Medium Violet Red #C50D71

Tints of Medium Violet Red #C50D71

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.02%

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

R = 60.99%
G = 4.02%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C50D71 (or 0xC50D71) is known color: Medium Violet Red. HEX triplet: C5, 0D and 71. RGB value is (197,13,113). Sum of RGB (Red+Green+Blue) = 197+13+113=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50D71 is #3AF28E. Grayscale: #4F4F4F. Windows color (decimal): -3863183 or 7409093. OLE color: 7409093.

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

Color convert

RGB 197 13 113 -
CMYK 0 0.93 0.43 0.23
HSL 327.39º 0.88% 0.41% -
HSV(B) 327.39º 0.93% 0.77% -
XYZ 26.15 13.35 16.82 -
YUV 79.42 146.96 211.87 -
System Red Green Blue C M Y K H S L
Decimal 197 13 113 0 0.93 0.43 0.23 327.39 0.88 0.41
Hex C5 D 71 0 5D 2B 17 147 58 29
Octal 305 15 161 0 135 53 27 507 130 51
Binary 11000101 1101 1110001 0 1011101 101011 10111 101000111 1011000 101001

Color Harmonies of #C50D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50D71

Black with #C50D71

Text Example


Text Example

White with #C50D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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