Html Css Color HEX #C11570 Medium Violet Red

📋 copy color: '#C11570'

red 193 ◦ green 21 ◦ blue 112

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

Shades of Medium Violet Red #C11570

Tints of Medium Violet Red #C11570

RGB

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

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

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

R = 59.2%
G = 6.44%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C11570 (or 0xC11570) is known color: Medium Violet Red. HEX triplet: C1, 15 and 70. RGB value is (193,21,112). Sum of RGB (Red+Green+Blue) = 193+21+112=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C11570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11570 is #3EEA8F. Grayscale: #525252. Windows color (decimal): -4123280 or 7345601. OLE color: 7345601.

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

Color convert

RGB 193 21 112 -
CMYK 0 0.89 0.42 0.24
HSL 328.26º 0.8% 0.42% -
HSV(B) 328.26º 0.89% 0.76% -
XYZ 25.19 13.04 16.52 -
YUV 82.8 144.48 206.6 -
System Red Green Blue C M Y K H S L
Decimal 193 21 112 0 0.89 0.42 0.24 328.26 0.8 0.42
Hex C1 15 70 0 59 2A 18 148 50 2A
Octal 301 25 160 0 131 52 30 510 120 52
Binary 11000001 10101 1110000 0 1011001 101010 11000 101001000 1010000 101010

Color Harmonies of #C11570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11570

Black with #C11570

Text Example


Text Example

White with #C11570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11570; }

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

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

background-color css

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

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

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

border-color css

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

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

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