Html Css Color HEX #C11271 Medium Violet Red

📋 copy color: '#C11271'

red 193 ◦ green 18 ◦ blue 113

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

Shades of Medium Violet Red #C11271

Tints of Medium Violet Red #C11271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.88%

R = 59.57%
G = 5.56%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C11271 (or 0xC11271) is known color: Medium Violet Red. HEX triplet: C1, 12 and 71. RGB value is (193,18,113). Sum of RGB (Red+Green+Blue) = 193+18+113=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C11271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11271 is #3EED8E. Grayscale: #505050. Windows color (decimal): -4124047 or 7410369. OLE color: 7410369.

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

Color convert

RGB 193 18 113 -
CMYK 0 0.91 0.41 0.24
HSL 327.43º 0.83% 0.41% -
HSV(B) 327.43º 0.91% 0.76% -
XYZ 25.19 12.96 16.8 -
YUV 81.16 145.98 207.78 -
System Red Green Blue C M Y K H S L
Decimal 193 18 113 0 0.91 0.41 0.24 327.43 0.83 0.41
Hex C1 12 71 0 5B 29 18 147 53 29
Octal 301 22 161 0 133 51 30 507 123 51
Binary 11000001 10010 1110001 0 1011011 101001 11000 101000111 1010011 101001

Color Harmonies of #C11271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11271

Black with #C11271

Text Example


Text Example

White with #C11271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11271; }

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

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

background-color css

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

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

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

border-color css

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

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

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