Html Css Color HEX #C11E7C Medium Violet Red

📋 copy color: '#C11E7C'

red 193 ◦ green 30 ◦ blue 124

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

Shades of Medium Violet Red #C11E7C

Tints of Medium Violet Red #C11E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.73%

R = 55.62%
G = 8.65%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C11E7C (or 0xC11E7C) is known color: Medium Violet Red. HEX triplet: C1, 1E and 7C. RGB value is (193,30,124). Sum of RGB (Red+Green+Blue) = 193+30+124=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11E7C is #3EE183. Grayscale: #595959. Windows color (decimal): -4120964 or 8134337. OLE color: 8134337.

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

Color convert

RGB 193 30 124 -
CMYK 0 0.84 0.36 0.24
HSL 325.4º 0.73% 0.44% -
HSV(B) 325.4º 0.84% 0.76% -
XYZ 26.09 13.72 20.34 -
YUV 89.45 147.5 201.86 -
System Red Green Blue C M Y K H S L
Decimal 193 30 124 0 0.84 0.36 0.24 325.4 0.73 0.44
Hex C1 1E 7C 0 54 24 18 145 49 2C
Octal 301 36 174 0 124 44 30 505 111 54
Binary 11000001 11110 1111100 0 1010100 100100 11000 101000101 1001001 101100

Color Harmonies of #C11E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11E7C

Black with #C11E7C

Text Example


Text Example

White with #C11E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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