Html Css Color HEX #C50072 Medium Violet Red

📋 copy color: '#C50072'

red 197 ◦ green 0 ◦ blue 114

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

Shades of Medium Violet Red #C50072

Tints of Medium Violet Red #C50072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.34%
G = 0%
B = 36.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C50072 (or 0xC50072) is known color: Medium Violet Red. HEX triplet: C5, 00 and 72. RGB value is (197,0,114). Sum of RGB (Red+Green+Blue) = 197+0+114=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C50072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50072 is #3AFF8D. Grayscale: #474747. Windows color (decimal): -3866510 or 7471301. OLE color: 7471301.

HSL color Cylindrical-coordinate representation of color #C50072: hue angle of 325.28º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C50072 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 0 114 -
CMYK 0 1 0.42 0.23
HSL 325.28º 1% 0.39% -
HSV(B) 325.28º 1% 0.77% -
XYZ 26.06 13.09 17.07 -
YUV 71.9 151.77 217.23 -
System Red Green Blue C M Y K H S L
Decimal 197 0 114 0 1 0.42 0.23 325.28 1 0.39
Hex C5 0 72 0 64 2A 17 145 64 27
Octal 305 0 162 0 144 52 27 505 144 47
Binary 11000101 0 1110010 0 1100100 101010 10111 101000101 1100100 100111

Color Harmonies of #C50072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50072

Black with #C50072

Text Example


Text Example

White with #C50072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50072; }

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

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

background-color css

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

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

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

border-color css

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

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

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