Html Css Color HEX #C50E6C Medium Violet Red

📋 copy color: '#C50E6C'

red 197 ◦ green 14 ◦ blue 108

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

Shades of Medium Violet Red #C50E6C

Tints of Medium Violet Red #C50E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.86%

R = 61.76%
G = 4.39%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C50E6C (or 0xC50E6C) is known color: Medium Violet Red. HEX triplet: C5, 0E and 6C. RGB value is (197,14,108). Sum of RGB (Red+Green+Blue) = 197+14+108=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50E6C is #3AF193. Grayscale: #4F4F4F. Windows color (decimal): -3862932 or 7081669. OLE color: 7081669.

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

Color convert

RGB 197 14 108 -
CMYK 0 0.93 0.45 0.23
HSL 329.18º 0.87% 0.41% -
HSV(B) 329.18º 0.93% 0.77% -
XYZ 25.89 13.27 15.38 -
YUV 79.43 144.13 211.86 -
System Red Green Blue C M Y K H S L
Decimal 197 14 108 0 0.93 0.45 0.23 329.18 0.87 0.41
Hex C5 E 6C 0 5D 2D 17 149 57 29
Octal 305 16 154 0 135 55 27 511 127 51
Binary 11000101 1110 1101100 0 1011101 101101 10111 101001001 1010111 101001

Color Harmonies of #C50E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50E6C

Black with #C50E6C

Text Example


Text Example

White with #C50E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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