Html Css Color HEX #C50B76 Medium Violet Red

📋 copy color: '#C50B76'

red 197 ◦ green 11 ◦ blue 118

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

Shades of Medium Violet Red #C50B76

Tints of Medium Violet Red #C50B76

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.37%

 BLUE value IS 118 (46.48% from 255) = 36.2%

R = 60.43%
G = 3.37%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C50B76 (or 0xC50B76) is known color: Medium Violet Red. HEX triplet: C5, 0B and 76. RGB value is (197,11,118). Sum of RGB (Red+Green+Blue) = 197+11+118=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50B76 is #3AF489. Grayscale: #4E4E4E. Windows color (decimal): -3863690 or 7736261. OLE color: 7736261.

HSL color Cylindrical-coordinate representation of color #C50B76: hue angle of 325.48º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50B76 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 11 118 -
CMYK 0 0.94 0.40 0.23
HSL 325.48º 0.89% 0.41% -
HSV(B) 325.48º 0.94% 0.77% -
XYZ 26.42 13.42 18.34 -
YUV 78.81 150.12 212.3 -
System Red Green Blue C M Y K H S L
Decimal 197 11 118 0 0.94 0.40 0.23 325.48 0.89 0.41
Hex C5 B 76 0 5E 28 17 145 59 29
Octal 305 13 166 0 136 50 27 505 131 51
Binary 11000101 1011 1110110 0 1011110 101000 10111 101000101 1011001 101001

Color Harmonies of #C50B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50B76

Black with #C50B76

Text Example


Text Example

White with #C50B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50B76; }

 p { color: rgb(197,11,118); }

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

background-color css

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

 a { background-color: rgb(197,11,118); }

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

border-color css

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

 span { border-color: rgb(197,11,118); }

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