Html Css Color HEX #C1199E Medium Violet Red

📋 copy color: '#C1199E'

red 193 ◦ green 25 ◦ blue 158

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

Shades of Medium Violet Red #C1199E

Tints of Medium Violet Red #C1199E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.65%

 BLUE value IS 158 (62.11% from 255) = 42.02%

R = 51.33%
G = 6.65%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C1199E (or 0xC1199E) is known color: Medium Violet Red. HEX triplet: C1, 19 and 9E. RGB value is (193,25,158). Sum of RGB (Red+Green+Blue) = 193+25+158=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C1199E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1199E is #3EE661. Grayscale: #5A5A5A. Windows color (decimal): -4122210 or 10361281. OLE color: 10361281.

HSL color Cylindrical-coordinate representation of color #C1199E: hue angle of 312.5º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1199E is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 25 158 -
CMYK 0 0.87 0.18 0.24
HSL 312.5º 0.77% 0.43% -
HSV(B) 312.5º 0.87% 0.76% -
XYZ 28.51 14.5 33.64 -
YUV 90.39 166.16 201.19 -
System Red Green Blue C M Y K H S L
Decimal 193 25 158 0 0.87 0.18 0.24 312.5 0.77 0.43
Hex C1 19 9E 0 57 12 18 138 4D 2B
Octal 301 31 236 0 127 22 30 470 115 53
Binary 11000001 11001 10011110 0 1010111 10010 11000 100111000 1001101 101011

Color Harmonies of #C1199E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1199E

Black with #C1199E

Text Example


Text Example

White with #C1199E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1199E; }

 p { color: rgb(193,25,158); }

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

background-color css

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

 a { background-color: rgb(193,25,158); }

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

border-color css

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

 span { border-color: rgb(193,25,158); }

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