Html Css Color HEX #C11270 Medium Violet Red

📋 copy color: '#C11270'

red 193 ◦ green 18 ◦ blue 112

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

Shades of Medium Violet Red #C11270

Tints of Medium Violet Red #C11270

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.57%

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

R = 59.75%
G = 5.57%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C11270 (or 0xC11270) is known color: Medium Violet Red. HEX triplet: C1, 12 and 70. RGB value is (193,18,112). Sum of RGB (Red+Green+Blue) = 193+18+112=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C11270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11270 is #3EED8F. Grayscale: #505050. Windows color (decimal): -4124048 or 7344833. OLE color: 7344833.

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

Color convert

RGB 193 18 112 -
CMYK 0 0.91 0.42 0.24
HSL 327.77º 0.83% 0.41% -
HSV(B) 327.77º 0.91% 0.76% -
XYZ 25.13 12.94 16.5 -
YUV 81.04 145.48 207.86 -
System Red Green Blue C M Y K H S L
Decimal 193 18 112 0 0.91 0.42 0.24 327.77 0.83 0.41
Hex C1 12 70 0 5B 2A 18 148 53 29
Octal 301 22 160 0 133 52 30 510 123 51
Binary 11000001 10010 1110000 0 1011011 101010 11000 101001000 1010011 101001

Color Harmonies of #C11270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11270

Black with #C11270

Text Example


Text Example

White with #C11270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11270; }

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

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

background-color css

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

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

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

border-color css

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

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

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