Html Css Color HEX #C113A0 Medium Violet Red

📋 copy color: '#C113A0'

red 193 ◦ green 19 ◦ blue 160

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

Shades of Medium Violet Red #C113A0

Tints of Medium Violet Red #C113A0

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.11%

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

R = 51.88%
G = 5.11%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C113A0 (or 0xC113A0) is known color: Medium Violet Red. HEX triplet: C1, 13 and A0. RGB value is (193,19,160). Sum of RGB (Red+Green+Blue) = 193+19+160=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C113A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C113A0 is #3EEC5F. Grayscale: #565656. Windows color (decimal): -4123744 or 10490817. OLE color: 10490817.

HSL color Cylindrical-coordinate representation of color #C113A0: hue angle of 311.38º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C113A0 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 19 160 -
CMYK 0 0.90 0.17 0.24
HSL 311.38º 0.82% 0.42% -
HSV(B) 311.38º 0.9% 0.76% -
XYZ 28.57 14.34 34.52 -
YUV 87.1 169.15 203.54 -
System Red Green Blue C M Y K H S L
Decimal 193 19 160 0 0.90 0.17 0.24 311.38 0.82 0.42
Hex C1 13 A0 0 5A 11 18 137 52 2A
Octal 301 23 240 0 132 21 30 467 122 52
Binary 11000001 10011 10100000 0 1011010 10001 11000 100110111 1010010 101010

Color Harmonies of #C113A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C113A0

Black with #C113A0

Text Example


Text Example

White with #C113A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C113A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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