Html Css Color HEX #C11593 Medium Violet Red

📋 copy color: '#C11593'

red 193 ◦ green 21 ◦ blue 147

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

Shades of Medium Violet Red #C11593

Tints of Medium Violet Red #C11593

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.82%

 BLUE value IS 147 (57.81% from 255) = 40.72%

R = 53.46%
G = 5.82%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C11593 (or 0xC11593) is known color: Medium Violet Red. HEX triplet: C1, 15 and 93. RGB value is (193,21,147). Sum of RGB (Red+Green+Blue) = 193+21+147=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C11593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11593 is #3EEA6C. Grayscale: #565656. Windows color (decimal): -4123245 or 9639361. OLE color: 9639361.

HSL color Cylindrical-coordinate representation of color #C11593: hue angle of 316.05º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11593 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 21 147 -
CMYK 0 0.89 0.24 0.24
HSL 316.05º 0.8% 0.42% -
HSV(B) 316.05º 0.89% 0.76% -
XYZ 27.53 13.98 28.85 -
YUV 86.79 161.98 203.75 -
System Red Green Blue C M Y K H S L
Decimal 193 21 147 0 0.89 0.24 0.24 316.05 0.8 0.42
Hex C1 15 93 0 59 18 18 13C 50 2A
Octal 301 25 223 0 131 30 30 474 120 52
Binary 11000001 10101 10010011 0 1011001 11000 11000 100111100 1010000 101010

Color Harmonies of #C11593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11593

Black with #C11593

Text Example


Text Example

White with #C11593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11593; }

 p { color: rgb(193,21,147); }

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

background-color css

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

 a { background-color: rgb(193,21,147); }

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

border-color css

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

 span { border-color: rgb(193,21,147); }

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