Html Css Color HEX #C50E72 Medium Violet Red

📋 copy color: '#C50E72'

red 197 ◦ green 14 ◦ blue 114

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

Shades of Medium Violet Red #C50E72

Tints of Medium Violet Red #C50E72

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.31%

 BLUE value IS 114 (44.92% from 255) = 35.08%

R = 60.62%
G = 4.31%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C50E72 (or 0xC50E72) is known color: Medium Violet Red. HEX triplet: C5, 0E and 72. RGB value is (197,14,114). Sum of RGB (Red+Green+Blue) = 197+14+114=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50E72 is #3AF18D. Grayscale: #4F4F4F. Windows color (decimal): -3862926 or 7474885. OLE color: 7474885.

HSL color Cylindrical-coordinate representation of color #C50E72: hue angle of 327.21º degrees, saturation: 0.87, 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 #C50E72 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 14 114 -
CMYK 0 0.93 0.42 0.23
HSL 327.21º 0.87% 0.41% -
HSV(B) 327.21º 0.93% 0.77% -
XYZ 26.22 13.4 17.12 -
YUV 80.12 147.13 211.37 -
System Red Green Blue C M Y K H S L
Decimal 197 14 114 0 0.93 0.42 0.23 327.21 0.87 0.41
Hex C5 E 72 0 5D 2A 17 147 57 29
Octal 305 16 162 0 135 52 27 507 127 51
Binary 11000101 1110 1110010 0 1011101 101010 10111 101000111 1010111 101001

Color Harmonies of #C50E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50E72

Black with #C50E72

Text Example


Text Example

White with #C50E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50E72; }

 p { color: rgb(197,14,114); }

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

background-color css

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

 a { background-color: rgb(197,14,114); }

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

border-color css

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

 span { border-color: rgb(197,14,114); }

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