Html Css Color HEX #C11195 Medium Violet Red

📋 copy color: '#C11195'

red 193 ◦ green 17 ◦ blue 149

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

Shades of Medium Violet Red #C11195

Tints of Medium Violet Red #C11195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.74%

 BLUE value IS 149 (58.59% from 255) = 41.5%

R = 53.76%
G = 4.74%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C11195 (or 0xC11195) is known color: Medium Violet Red. HEX triplet: C1, 11 and 95. RGB value is (193,17,149). Sum of RGB (Red+Green+Blue) = 193+17+149=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C11195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11195 is #3EEE6A. Grayscale: #545454. Windows color (decimal): -4124267 or 9769409. OLE color: 9769409.

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

Color convert

RGB 193 17 149 -
CMYK 0 0.91 0.23 0.24
HSL 315º 0.84% 0.41% -
HSV(B) 315º 0.91% 0.76% -
XYZ 27.62 13.91 29.66 -
YUV 84.67 164.31 205.27 -
System Red Green Blue C M Y K H S L
Decimal 193 17 149 0 0.91 0.23 0.24 315 0.84 0.41
Hex C1 11 95 0 5B 17 18 13B 54 29
Octal 301 21 225 0 133 27 30 473 124 51
Binary 11000001 10001 10010101 0 1011011 10111 11000 100111011 1010100 101001

Color Harmonies of #C11195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11195

Black with #C11195

Text Example


Text Example

White with #C11195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11195; }

 p { color: rgb(193,17,149); }

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

background-color css

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

 a { background-color: rgb(193,17,149); }

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

border-color css

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

 span { border-color: rgb(193,17,149); }

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