Html Css Color HEX #C111A6 Medium Violet Red

📋 copy color: '#C111A6'

red 193 ◦ green 17 ◦ blue 166

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

Shades of Medium Violet Red #C111A6

Tints of Medium Violet Red #C111A6

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.52%

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

R = 51.33%
G = 4.52%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C111A6 (or 0xC111A6) is known color: Medium Violet Red. HEX triplet: C1, 11 and A6. RGB value is (193,17,166). Sum of RGB (Red+Green+Blue) = 193+17+166=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 166 (65.23% from 255 or 44.15% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C111A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C111A6 is #3EEE59. Grayscale: #565656. Windows color (decimal): -4124250 or 10883521. OLE color: 10883521.

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

Color convert

RGB 193 17 166 -
CMYK 0 0.91 0.14 0.24
HSL 309.2º 0.84% 0.41% -
HSV(B) 309.2º 0.91% 0.76% -
XYZ 29.08 14.49 37.34 -
YUV 86.61 172.81 203.88 -
System Red Green Blue C M Y K H S L
Decimal 193 17 166 0 0.91 0.14 0.24 309.2 0.84 0.41
Hex C1 11 A6 0 5B E 18 135 54 29
Octal 301 21 246 0 133 16 30 465 124 51
Binary 11000001 10001 10100110 0 1011011 1110 11000 100110101 1010100 101001

Color Harmonies of #C111A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C111A6

Black with #C111A6

Text Example


Text Example

White with #C111A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C111A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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