Html Css Color HEX #C11F99 Medium Violet Red

📋 copy color: '#C11F99'

red 193 ◦ green 31 ◦ blue 153

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

Shades of Medium Violet Red #C11F99

Tints of Medium Violet Red #C11F99

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.22%

 BLUE value IS 153 (60.16% from 255) = 40.58%

R = 51.19%
G = 8.22%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C11F99 (or 0xC11F99) is known color: Medium Violet Red. HEX triplet: C1, 1F and 99. RGB value is (193,31,153). Sum of RGB (Red+Green+Blue) = 193+31+153=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C11F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11F99 is #3EE066. Grayscale: #5D5D5D. Windows color (decimal): -4120679 or 10035137. OLE color: 10035137.

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

Color convert

RGB 193 31 153 -
CMYK 0 0.84 0.21 0.24
HSL 314.81º 0.72% 0.44% -
HSV(B) 314.81º 0.84% 0.76% -
XYZ 28.23 14.62 31.47 -
YUV 93.35 161.67 199.08 -
System Red Green Blue C M Y K H S L
Decimal 193 31 153 0 0.84 0.21 0.24 314.81 0.72 0.44
Hex C1 1F 99 0 54 15 18 13B 48 2C
Octal 301 37 231 0 124 25 30 473 110 54
Binary 11000001 11111 10011001 0 1010100 10101 11000 100111011 1001000 101100

Color Harmonies of #C11F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11F99

Black with #C11F99

Text Example


Text Example

White with #C11F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11F99; }

 p { color: rgb(193,31,153); }

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

background-color css

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

 a { background-color: rgb(193,31,153); }

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

border-color css

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

 span { border-color: rgb(193,31,153); }

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