Html Css Color HEX #C11370 Medium Violet Red

📋 copy color: '#C11370'

red 193 ◦ green 19 ◦ blue 112

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

Shades of Medium Violet Red #C11370

Tints of Medium Violet Red #C11370

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.86%

 BLUE value IS 112 (44.14% from 255) = 34.57%

R = 59.57%
G = 5.86%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C11370 (or 0xC11370) is known color: Medium Violet Red. HEX triplet: C1, 13 and 70. RGB value is (193,19,112). Sum of RGB (Red+Green+Blue) = 193+19+112=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C11370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11370 is #3EEC8F. Grayscale: #515151. Windows color (decimal): -4123792 or 7345089. OLE color: 7345089.

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

Color convert

RGB 193 19 112 -
CMYK 0 0.90 0.42 0.24
HSL 327.93º 0.82% 0.42% -
HSV(B) 327.93º 0.9% 0.76% -
XYZ 25.15 12.97 16.51 -
YUV 81.63 145.15 207.44 -
System Red Green Blue C M Y K H S L
Decimal 193 19 112 0 0.90 0.42 0.24 327.93 0.82 0.42
Hex C1 13 70 0 5A 2A 18 148 52 2A
Octal 301 23 160 0 132 52 30 510 122 52
Binary 11000001 10011 1110000 0 1011010 101010 11000 101001000 1010010 101010

Color Harmonies of #C11370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11370

Black with #C11370

Text Example


Text Example

White with #C11370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11370; }

 p { color: rgb(193,19,112); }

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

background-color css

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

 a { background-color: rgb(193,19,112); }

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

border-color css

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

 span { border-color: rgb(193,19,112); }

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