Html Css Color HEX #C50E8A Medium Violet Red

📋 copy color: '#C50E8A'

red 197 ◦ green 14 ◦ blue 138

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

Shades of Medium Violet Red #C50E8A

Tints of Medium Violet Red #C50E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.54%

R = 56.45%
G = 4.01%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C50E8A (or 0xC50E8A) is known color: Medium Violet Red. HEX triplet: C5, 0E and 8A. RGB value is (197,14,138). Sum of RGB (Red+Green+Blue) = 197+14+138=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 14 (5.86% from 255 or 4.01% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50E8A is #3AF175. Grayscale: #525252. Windows color (decimal): -3862902 or 9047749. OLE color: 9047749.

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

Color convert

RGB 197 14 138 -
CMYK 0 0.93 0.30 0.23
HSL 319.34º 0.87% 0.41% -
HSV(B) 319.34º 0.93% 0.77% -
XYZ 27.77 14.02 25.29 -
YUV 82.85 159.13 209.42 -
System Red Green Blue C M Y K H S L
Decimal 197 14 138 0 0.93 0.30 0.23 319.34 0.87 0.41
Hex C5 E 8A 0 5D 1E 17 13F 57 29
Octal 305 16 212 0 135 36 27 477 127 51
Binary 11000101 1110 10001010 0 1011101 11110 10111 100111111 1010111 101001

Color Harmonies of #C50E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50E8A

Black with #C50E8A

Text Example


Text Example

White with #C50E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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