Html Css Color HEX #C50D77 Medium Violet Red

📋 copy color: '#C50D77'

red 197 ◦ green 13 ◦ blue 119

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

Shades of Medium Violet Red #C50D77

Tints of Medium Violet Red #C50D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.17%

R = 59.88%
G = 3.95%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C50D77 (or 0xC50D77) is known color: Medium Violet Red. HEX triplet: C5, 0D and 77. RGB value is (197,13,119). Sum of RGB (Red+Green+Blue) = 197+13+119=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50D77 is #3AF288. Grayscale: #4F4F4F. Windows color (decimal): -3863177 or 7802309. OLE color: 7802309.

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

Color convert

RGB 197 13 119 -
CMYK 0 0.93 0.40 0.23
HSL 325.43º 0.88% 0.41% -
HSV(B) 325.43º 0.93% 0.77% -
XYZ 26.5 13.49 18.66 -
YUV 80.1 149.96 211.38 -
System Red Green Blue C M Y K H S L
Decimal 197 13 119 0 0.93 0.40 0.23 325.43 0.88 0.41
Hex C5 D 77 0 5D 28 17 145 58 29
Octal 305 15 167 0 135 50 27 505 130 51
Binary 11000101 1101 1110111 0 1011101 101000 10111 101000101 1011000 101001

Color Harmonies of #C50D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50D77

Black with #C50D77

Text Example


Text Example

White with #C50D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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