Html Css Color HEX #C11E6F Medium Violet Red

📋 copy color: '#C11E6F'

red 193 ◦ green 30 ◦ blue 111

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

Shades of Medium Violet Red #C11E6F

Tints of Medium Violet Red #C11E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.23%

R = 57.78%
G = 8.98%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C11E6F (or 0xC11E6F) is known color: Medium Violet Red. HEX triplet: C1, 1E and 6F. RGB value is (193,30,111). Sum of RGB (Red+Green+Blue) = 193+30+111=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11E6F is #3EE190. Grayscale: #575757. Windows color (decimal): -4120977 or 7282369. OLE color: 7282369.

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

Color convert

RGB 193 30 111 -
CMYK 0 0.84 0.42 0.24
HSL 330.18º 0.73% 0.44% -
HSV(B) 330.18º 0.84% 0.76% -
XYZ 25.33 13.41 16.29 -
YUV 87.97 141 202.91 -
System Red Green Blue C M Y K H S L
Decimal 193 30 111 0 0.84 0.42 0.24 330.18 0.73 0.44
Hex C1 1E 6F 0 54 2A 18 14A 49 2C
Octal 301 36 157 0 124 52 30 512 111 54
Binary 11000001 11110 1101111 0 1010100 101010 11000 101001010 1001001 101100

Color Harmonies of #C11E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11E6F

Black with #C11E6F

Text Example


Text Example

White with #C11E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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