Html Css Color HEX #C1149E Medium Violet Red

📋 copy color: '#C1149E'

red 193 ◦ green 20 ◦ blue 158

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

Shades of Medium Violet Red #C1149E

Tints of Medium Violet Red #C1149E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.39%

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

R = 52.02%
G = 5.39%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C1149E (or 0xC1149E) is known color: Medium Violet Red. HEX triplet: C1, 14 and 9E. RGB value is (193,20,158). Sum of RGB (Red+Green+Blue) = 193+20+158=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1149E is #3EEB61. Grayscale: #575757. Windows color (decimal): -4123490 or 10360001. OLE color: 10360001.

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

Color convert

RGB 193 20 158 -
CMYK 0 0.90 0.18 0.24
HSL 312.14º 0.81% 0.42% -
HSV(B) 312.14º 0.9% 0.76% -
XYZ 28.41 14.31 33.61 -
YUV 87.46 167.81 203.28 -
System Red Green Blue C M Y K H S L
Decimal 193 20 158 0 0.90 0.18 0.24 312.14 0.81 0.42
Hex C1 14 9E 0 5A 12 18 138 51 2A
Octal 301 24 236 0 132 22 30 470 121 52
Binary 11000001 10100 10011110 0 1011010 10010 11000 100111000 1010001 101010

Color Harmonies of #C1149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1149E

Black with #C1149E

Text Example


Text Example

White with #C1149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1149E; }

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

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

background-color css

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

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

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

border-color css

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

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

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