Html Css Color HEX #C50D72 Medium Violet Red

📋 copy color: '#C50D72'

red 197 ◦ green 13 ◦ blue 114

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

Shades of Medium Violet Red #C50D72

Tints of Medium Violet Red #C50D72

RGB

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

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

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

R = 60.8%
G = 4.01%
B = 35.19%

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

#C50D72 (or 0xC50D72) is known color: Medium Violet Red. HEX triplet: C5, 0D and 72. RGB value is (197,13,114). Sum of RGB (Red+Green+Blue) = 197+13+114=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50D72 is #3AF28D. Grayscale: #4F4F4F. Windows color (decimal): -3863182 or 7474629. OLE color: 7474629.

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

Color convert

RGB 197 13 114 -
CMYK 0 0.93 0.42 0.23
HSL 327.07º 0.88% 0.41% -
HSV(B) 327.07º 0.93% 0.77% -
XYZ 26.21 13.37 17.12 -
YUV 79.53 147.46 211.79 -
System Red Green Blue C M Y K H S L
Decimal 197 13 114 0 0.93 0.42 0.23 327.07 0.88 0.41
Hex C5 D 72 0 5D 2A 17 147 58 29
Octal 305 15 162 0 135 52 27 507 130 51
Binary 11000101 1101 1110010 0 1011101 101010 10111 101000111 1011000 101001

Color Harmonies of #C50D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50D72

Black with #C50D72

Text Example


Text Example

White with #C50D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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