Html Css Color HEX #C11291 Medium Violet Red

📋 copy color: '#C11291'

red 193 ◦ green 18 ◦ blue 145

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

Shades of Medium Violet Red #C11291

Tints of Medium Violet Red #C11291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.73%

R = 54.21%
G = 5.06%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C11291 (or 0xC11291) is known color: Medium Violet Red. HEX triplet: C1, 12 and 91. RGB value is (193,18,145). Sum of RGB (Red+Green+Blue) = 193+18+145=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C11291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11291 is #3EED6E. Grayscale: #545454. Windows color (decimal): -4124015 or 9507521. OLE color: 9507521.

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

Color convert

RGB 193 18 145 -
CMYK 0 0.91 0.25 0.24
HSL 316.46º 0.83% 0.41% -
HSV(B) 316.46º 0.91% 0.76% -
XYZ 27.32 13.81 28.01 -
YUV 84.8 161.98 205.17 -
System Red Green Blue C M Y K H S L
Decimal 193 18 145 0 0.91 0.25 0.24 316.46 0.83 0.41
Hex C1 12 91 0 5B 19 18 13C 53 29
Octal 301 22 221 0 133 31 30 474 123 51
Binary 11000001 10010 10010001 0 1011011 11001 11000 100111100 1010011 101001

Color Harmonies of #C11291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11291

Black with #C11291

Text Example


Text Example

White with #C11291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11291; }

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

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

background-color css

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

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

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

border-color css

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

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

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