Html Css Color HEX #C1139F Medium Violet Red

📋 copy color: '#C1139F'

red 193 ◦ green 19 ◦ blue 159

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

Shades of Medium Violet Red #C1139F

Tints of Medium Violet Red #C1139F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.86%

R = 52.02%
G = 5.12%
B = 42.86%

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

#C1139F (or 0xC1139F) is known color: Medium Violet Red. HEX triplet: C1, 13 and 9F. RGB value is (193,19,159). Sum of RGB (Red+Green+Blue) = 193+19+159=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1139F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1139F is #3EEC60. Grayscale: #565656. Windows color (decimal): -4123745 or 10425281. OLE color: 10425281.

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

Color convert

RGB 193 19 159 -
CMYK 0 0.90 0.18 0.24
HSL 311.72º 0.82% 0.42% -
HSV(B) 311.72º 0.9% 0.76% -
XYZ 28.48 14.31 34.06 -
YUV 86.99 168.65 203.62 -
System Red Green Blue C M Y K H S L
Decimal 193 19 159 0 0.90 0.18 0.24 311.72 0.82 0.42
Hex C1 13 9F 0 5A 12 18 138 52 2A
Octal 301 23 237 0 132 22 30 470 122 52
Binary 11000001 10011 10011111 0 1011010 10010 11000 100111000 1010010 101010

Color Harmonies of #C1139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1139F

Black with #C1139F

Text Example


Text Example

White with #C1139F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1139F; }

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

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

background-color css

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

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

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

border-color css

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

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

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