Html Css Color HEX #C113A6 Medium Violet Red

📋 copy color: '#C113A6'

red 193 ◦ green 19 ◦ blue 166

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

Shades of Medium Violet Red #C113A6

Tints of Medium Violet Red #C113A6

RGB

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

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

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

R = 51.06%
G = 5.03%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C113A6 (or 0xC113A6) is known color: Medium Violet Red. HEX triplet: C1, 13 and A6. RGB value is (193,19,166). Sum of RGB (Red+Green+Blue) = 193+19+166=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C113A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C113A6 is #3EEC59. Grayscale: #575757. Windows color (decimal): -4123738 or 10884033. OLE color: 10884033.

HSL color Cylindrical-coordinate representation of color #C113A6: hue angle of 309.31º 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 #C113A6 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 19 166 -
CMYK 0 0.90 0.14 0.24
HSL 309.31º 0.82% 0.42% -
HSV(B) 309.31º 0.9% 0.76% -
XYZ 29.11 14.56 37.35 -
YUV 87.78 172.15 203.05 -
System Red Green Blue C M Y K H S L
Decimal 193 19 166 0 0.90 0.14 0.24 309.31 0.82 0.42
Hex C1 13 A6 0 5A E 18 135 52 2A
Octal 301 23 246 0 132 16 30 465 122 52
Binary 11000001 10011 10100110 0 1011010 1110 11000 100110101 1010010 101010

Color Harmonies of #C113A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C113A6

Black with #C113A6

Text Example


Text Example

White with #C113A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C113A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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