Html Css Color HEX #C50E6E Medium Violet Red

📋 copy color: '#C50E6E'

red 197 ◦ green 14 ◦ blue 110

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

Shades of Medium Violet Red #C50E6E

Tints of Medium Violet Red #C50E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.27%

R = 61.37%
G = 4.36%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C50E6E (or 0xC50E6E) is known color: Medium Violet Red. HEX triplet: C5, 0E and 6E. RGB value is (197,14,110). Sum of RGB (Red+Green+Blue) = 197+14+110=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50E6E is #3AF191. Grayscale: #4F4F4F. Windows color (decimal): -3862930 or 7212741. OLE color: 7212741.

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

Color convert

RGB 197 14 110 -
CMYK 0 0.93 0.44 0.23
HSL 328.52º 0.87% 0.41% -
HSV(B) 328.52º 0.93% 0.77% -
XYZ 26 13.31 15.95 -
YUV 79.66 145.13 211.69 -
System Red Green Blue C M Y K H S L
Decimal 197 14 110 0 0.93 0.44 0.23 328.52 0.87 0.41
Hex C5 E 6E 0 5D 2C 17 149 57 29
Octal 305 16 156 0 135 54 27 511 127 51
Binary 11000101 1110 1101110 0 1011101 101100 10111 101001001 1010111 101001

Color Harmonies of #C50E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50E6E

Black with #C50E6E

Text Example


Text Example

White with #C50E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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