Html Css Color HEX #C50B74 Medium Violet Red

📋 copy color: '#C50B74'

red 197 ◦ green 11 ◦ blue 116

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

Shades of Medium Violet Red #C50B74

Tints of Medium Violet Red #C50B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.8%

R = 60.8%
G = 3.4%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C50B74 (or 0xC50B74) is known color: Medium Violet Red. HEX triplet: C5, 0B and 74. RGB value is (197,11,116). Sum of RGB (Red+Green+Blue) = 197+11+116=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50B74 is #3AF48B. Grayscale: #4E4E4E. Windows color (decimal): -3863692 or 7605189. OLE color: 7605189.

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

Color convert

RGB 197 11 116 -
CMYK 0 0.94 0.41 0.23
HSL 326.13º 0.89% 0.41% -
HSV(B) 326.13º 0.94% 0.77% -
XYZ 26.3 13.37 17.72 -
YUV 78.58 149.12 212.46 -
System Red Green Blue C M Y K H S L
Decimal 197 11 116 0 0.94 0.41 0.23 326.13 0.89 0.41
Hex C5 B 74 0 5E 29 17 146 59 29
Octal 305 13 164 0 136 51 27 506 131 51
Binary 11000101 1011 1110100 0 1011110 101001 10111 101000110 1011001 101001

Color Harmonies of #C50B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50B74

Black with #C50B74

Text Example


Text Example

White with #C50B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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