Html Css Color HEX #C10EA0 Medium Violet Red

📋 copy color: '#C10EA0'

red 193 ◦ green 14 ◦ blue 160

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

Shades of Medium Violet Red #C10EA0

Tints of Medium Violet Red #C10EA0

RGB

 RED value IS 193 (75.78% from 255) = 52.59%

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

 BLUE value IS 160 (62.89% from 255) = 43.6%

R = 52.59%
G = 3.81%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C10EA0 (or 0xC10EA0) is known color: Medium Violet Red. HEX triplet: C1, 0E and A0. RGB value is (193,14,160). Sum of RGB (Red+Green+Blue) = 193+14+160=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C10EA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10EA0 is #3EF15F. Grayscale: #535353. Windows color (decimal): -4125024 or 10489537. OLE color: 10489537.

HSL color Cylindrical-coordinate representation of color #C10EA0: hue angle of 311.06º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10EA0 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 14 160 -
CMYK 0 0.93 0.17 0.24
HSL 311.06º 0.86% 0.41% -
HSV(B) 311.06º 0.93% 0.76% -
XYZ 28.49 14.19 34.49 -
YUV 84.17 170.8 205.63 -
System Red Green Blue C M Y K H S L
Decimal 193 14 160 0 0.93 0.17 0.24 311.06 0.86 0.41
Hex C1 E A0 0 5D 11 18 137 56 29
Octal 301 16 240 0 135 21 30 467 126 51
Binary 11000001 1110 10100000 0 1011101 10001 11000 100110111 1010110 101001

Color Harmonies of #C10EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10EA0

Black with #C10EA0

Text Example


Text Example

White with #C10EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10EA0; }

 p { color: rgb(193,14,160); }

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

background-color css

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

 a { background-color: rgb(193,14,160); }

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

border-color css

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

 span { border-color: rgb(193,14,160); }

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