Html Css Color HEX #C11597 Medium Violet Red

📋 copy color: '#C11597'

red 193 ◦ green 21 ◦ blue 151

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

Shades of Medium Violet Red #C11597

Tints of Medium Violet Red #C11597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.37%

R = 52.88%
G = 5.75%
B = 41.37%

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

#C11597 (or 0xC11597) is known color: Medium Violet Red. HEX triplet: C1, 15 and 97. RGB value is (193,21,151). Sum of RGB (Red+Green+Blue) = 193+21+151=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C11597 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11597 is #3EEA68. Grayscale: #565656. Windows color (decimal): -4123241 or 9901505. OLE color: 9901505.

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

Color convert

RGB 193 21 151 -
CMYK 0 0.89 0.22 0.24
HSL 314.65º 0.8% 0.42% -
HSV(B) 314.65º 0.89% 0.76% -
XYZ 27.85 14.11 30.53 -
YUV 87.25 163.98 203.43 -
System Red Green Blue C M Y K H S L
Decimal 193 21 151 0 0.89 0.22 0.24 314.65 0.8 0.42
Hex C1 15 97 0 59 16 18 13B 50 2A
Octal 301 25 227 0 131 26 30 473 120 52
Binary 11000001 10101 10010111 0 1011001 10110 11000 100111011 1010000 101010

Color Harmonies of #C11597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11597

Black with #C11597

Text Example


Text Example

White with #C11597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11597; }

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

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

background-color css

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

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

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

border-color css

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

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

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