Html Css Color HEX #C50D79 Medium Violet Red

📋 copy color: '#C50D79'

red 197 ◦ green 13 ◦ blue 121

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

Shades of Medium Violet Red #C50D79

Tints of Medium Violet Red #C50D79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 36.56%

R = 59.52%
G = 3.93%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C50D79 (or 0xC50D79) is known color: Medium Violet Red. HEX triplet: C5, 0D and 79. RGB value is (197,13,121). Sum of RGB (Red+Green+Blue) = 197+13+121=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50D79 is #3AF286. Grayscale: #505050. Windows color (decimal): -3863175 or 7933381. OLE color: 7933381.

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

Color convert

RGB 197 13 121 -
CMYK 0 0.93 0.39 0.23
HSL 324.78º 0.88% 0.41% -
HSV(B) 324.78º 0.93% 0.77% -
XYZ 26.62 13.54 19.3 -
YUV 80.33 150.96 211.22 -
System Red Green Blue C M Y K H S L
Decimal 197 13 121 0 0.93 0.39 0.23 324.78 0.88 0.41
Hex C5 D 79 0 5D 27 17 145 58 29
Octal 305 15 171 0 135 47 27 505 130 51
Binary 11000101 1101 1111001 0 1011101 100111 10111 101000101 1011000 101001

Color Harmonies of #C50D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50D79

Black with #C50D79

Text Example


Text Example

White with #C50D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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