Html Css Color HEX #C50E6B Medium Violet Red

📋 copy color: '#C50E6B'

red 197 ◦ green 14 ◦ blue 107

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

Shades of Medium Violet Red #C50E6B

Tints of Medium Violet Red #C50E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.65%

R = 61.95%
G = 4.4%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C50E6B (or 0xC50E6B) is known color: Medium Violet Red. HEX triplet: C5, 0E and 6B. RGB value is (197,14,107). Sum of RGB (Red+Green+Blue) = 197+14+107=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50E6B is #3AF194. Grayscale: #4F4F4F. Windows color (decimal): -3862933 or 7016133. OLE color: 7016133.

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

Color convert

RGB 197 14 107 -
CMYK 0 0.93 0.46 0.23
HSL 329.51º 0.87% 0.41% -
HSV(B) 329.51º 0.93% 0.77% -
XYZ 25.84 13.25 15.1 -
YUV 79.32 143.63 211.94 -
System Red Green Blue C M Y K H S L
Decimal 197 14 107 0 0.93 0.46 0.23 329.51 0.87 0.41
Hex C5 E 6B 0 5D 2E 17 14A 57 29
Octal 305 16 153 0 135 56 27 512 127 51
Binary 11000101 1110 1101011 0 1011101 101110 10111 101001010 1010111 101001

Color Harmonies of #C50E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50E6B

Black with #C50E6B

Text Example


Text Example

White with #C50E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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