Html Css Color HEX #C50E7B Medium Violet Red

📋 copy color: '#C50E7B'

red 197 ◦ green 14 ◦ blue 123

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

Shades of Medium Violet Red #C50E7B

Tints of Medium Violet Red #C50E7B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.19%

 BLUE value IS 123 (48.44% from 255) = 36.83%

R = 58.98%
G = 4.19%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C50E7B (or 0xC50E7B) is known color: Medium Violet Red. HEX triplet: C5, 0E and 7B. RGB value is (197,14,123). Sum of RGB (Red+Green+Blue) = 197+14+123=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50E7B is #3AF184. Grayscale: #505050. Windows color (decimal): -3862917 or 8064709. OLE color: 8064709.

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

Color convert

RGB 197 14 123 -
CMYK 0 0.93 0.38 0.23
HSL 324.26º 0.87% 0.41% -
HSV(B) 324.26º 0.93% 0.77% -
XYZ 26.76 13.61 19.96 -
YUV 81.14 151.63 210.64 -
System Red Green Blue C M Y K H S L
Decimal 197 14 123 0 0.93 0.38 0.23 324.26 0.87 0.41
Hex C5 E 7B 0 5D 26 17 144 57 29
Octal 305 16 173 0 135 46 27 504 127 51
Binary 11000101 1110 1111011 0 1011101 100110 10111 101000100 1010111 101001

Color Harmonies of #C50E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50E7B

Black with #C50E7B

Text Example


Text Example

White with #C50E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50E7B; }

 p { color: rgb(197,14,123); }

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

background-color css

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

 a { background-color: rgb(197,14,123); }

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

border-color css

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

 span { border-color: rgb(197,14,123); }

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