Html Css Color HEX #C11E6E Medium Violet Red

📋 copy color: '#C11E6E'

red 193 ◦ green 30 ◦ blue 110

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

Shades of Medium Violet Red #C11E6E

Tints of Medium Violet Red #C11E6E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.01%

 BLUE value IS 110 (43.36% from 255) = 33.03%

R = 57.96%
G = 9.01%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C11E6E (or 0xC11E6E) is known color: Medium Violet Red. HEX triplet: C1, 1E and 6E. RGB value is (193,30,110). Sum of RGB (Red+Green+Blue) = 193+30+110=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11E6E is #3EE191. Grayscale: #575757. Windows color (decimal): -4120978 or 7216833. OLE color: 7216833.

HSL color Cylindrical-coordinate representation of color #C11E6E: hue angle of 330.55º degrees, saturation: 0.73, 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 #C11E6E is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 30 110 -
CMYK 0 0.84 0.43 0.24
HSL 330.55º 0.73% 0.44% -
HSV(B) 330.55º 0.84% 0.76% -
XYZ 25.27 13.39 16 -
YUV 87.86 140.5 203 -
System Red Green Blue C M Y K H S L
Decimal 193 30 110 0 0.84 0.43 0.24 330.55 0.73 0.44
Hex C1 1E 6E 0 54 2B 18 14B 49 2C
Octal 301 36 156 0 124 53 30 513 111 54
Binary 11000001 11110 1101110 0 1010100 101011 11000 101001011 1001001 101100

Color Harmonies of #C11E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11E6E

Black with #C11E6E

Text Example


Text Example

White with #C11E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11E6E; }

 p { color: rgb(193,30,110); }

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

background-color css

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

 a { background-color: rgb(193,30,110); }

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

border-color css

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

 span { border-color: rgb(193,30,110); }

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