Html Css Color HEX #C50E6F Medium Violet Red

📋 copy color: '#C50E6F'

red 197 ◦ green 14 ◦ blue 111

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

Shades of Medium Violet Red #C50E6F

Tints of Medium Violet Red #C50E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.47%

R = 61.18%
G = 4.35%
B = 34.47%

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

#C50E6F (or 0xC50E6F) is known color: Medium Violet Red. HEX triplet: C5, 0E and 6F. RGB value is (197,14,111). Sum of RGB (Red+Green+Blue) = 197+14+111=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50E6F is #3AF190. Grayscale: #4F4F4F. Windows color (decimal): -3862929 or 7278277. OLE color: 7278277.

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

Color convert

RGB 197 14 111 -
CMYK 0 0.93 0.44 0.23
HSL 328.2º 0.87% 0.41% -
HSV(B) 328.2º 0.93% 0.77% -
XYZ 26.05 13.33 16.24 -
YUV 79.78 145.63 211.61 -
System Red Green Blue C M Y K H S L
Decimal 197 14 111 0 0.93 0.44 0.23 328.2 0.87 0.41
Hex C5 E 6F 0 5D 2C 17 148 57 29
Octal 305 16 157 0 135 54 27 510 127 51
Binary 11000101 1110 1101111 0 1011101 101100 10111 101001000 1010111 101001

Color Harmonies of #C50E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50E6F

Black with #C50E6F

Text Example


Text Example

White with #C50E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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