Html Css Color HEX #C11596 Medium Violet Red

📋 copy color: '#C11596'

red 193 ◦ green 21 ◦ blue 150

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

Shades of Medium Violet Red #C11596

Tints of Medium Violet Red #C11596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.21%

R = 53.02%
G = 5.77%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C11596 (or 0xC11596) is known color: Medium Violet Red. HEX triplet: C1, 15 and 96. RGB value is (193,21,150). Sum of RGB (Red+Green+Blue) = 193+21+150=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C11596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11596 is #3EEA69. Grayscale: #565656. Windows color (decimal): -4123242 or 9835969. OLE color: 9835969.

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

Color convert

RGB 193 21 150 -
CMYK 0 0.89 0.22 0.24
HSL 315º 0.8% 0.42% -
HSV(B) 315º 0.89% 0.76% -
XYZ 27.77 14.08 30.11 -
YUV 87.13 163.48 203.51 -
System Red Green Blue C M Y K H S L
Decimal 193 21 150 0 0.89 0.22 0.24 315 0.8 0.42
Hex C1 15 96 0 59 16 18 13B 50 2A
Octal 301 25 226 0 131 26 30 473 120 52
Binary 11000001 10101 10010110 0 1011001 10110 11000 100111011 1010000 101010

Color Harmonies of #C11596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11596

Black with #C11596

Text Example


Text Example

White with #C11596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11596; }

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

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

background-color css

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

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

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

border-color css

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

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

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