Html Css Color HEX #C11595 Medium Violet Red

📋 copy color: '#C11595'

red 193 ◦ green 21 ◦ blue 149

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

Shades of Medium Violet Red #C11595

Tints of Medium Violet Red #C11595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.05%

R = 53.17%
G = 5.79%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C11595 (or 0xC11595) is known color: Medium Violet Red. HEX triplet: C1, 15 and 95. RGB value is (193,21,149). Sum of RGB (Red+Green+Blue) = 193+21+149=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C11595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11595 is #3EEA6A. Grayscale: #565656. Windows color (decimal): -4123243 or 9770433. OLE color: 9770433.

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

Color convert

RGB 193 21 149 -
CMYK 0 0.89 0.23 0.24
HSL 315.35º 0.8% 0.42% -
HSV(B) 315.35º 0.89% 0.76% -
XYZ 27.69 14.04 29.69 -
YUV 87.02 162.98 203.59 -
System Red Green Blue C M Y K H S L
Decimal 193 21 149 0 0.89 0.23 0.24 315.35 0.8 0.42
Hex C1 15 95 0 59 17 18 13B 50 2A
Octal 301 25 225 0 131 27 30 473 120 52
Binary 11000001 10101 10010101 0 1011001 10111 11000 100111011 1010000 101010

Color Harmonies of #C11595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11595

Black with #C11595

Text Example


Text Example

White with #C11595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11595; }

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

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

background-color css

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

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

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

border-color css

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

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

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