Html Css Color HEX #C50EA6 Medium Violet Red

📋 copy color: '#C50EA6'

red 197 ◦ green 14 ◦ blue 166

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

Shades of Medium Violet Red #C50EA6

Tints of Medium Violet Red #C50EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.03%

R = 52.25%
G = 3.71%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C50EA6 (or 0xC50EA6) is known color: Medium Violet Red. HEX triplet: C5, 0E and A6. RGB value is (197,14,166). Sum of RGB (Red+Green+Blue) = 197+14+166=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C50EA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50EA6 is #3AF159. Grayscale: #555555. Windows color (decimal): -3862874 or 10882757. OLE color: 10882757.

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

Color convert

RGB 197 14 166 -
CMYK 0 0.93 0.16 0.23
HSL 310.16º 0.87% 0.41% -
HSV(B) 310.16º 0.93% 0.77% -
XYZ 30.07 14.94 37.37 -
YUV 86.05 173.13 207.14 -
System Red Green Blue C M Y K H S L
Decimal 197 14 166 0 0.93 0.16 0.23 310.16 0.87 0.41
Hex C5 E A6 0 5D 10 17 136 57 29
Octal 305 16 246 0 135 20 27 466 127 51
Binary 11000101 1110 10100110 0 1011101 10000 10111 100110110 1010111 101001

Color Harmonies of #C50EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50EA6

Black with #C50EA6

Text Example


Text Example

White with #C50EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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