Html Css Color HEX #C1119C Medium Violet Red

📋 copy color: '#C1119C'

red 193 ◦ green 17 ◦ blue 156

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

Shades of Medium Violet Red #C1119C

Tints of Medium Violet Red #C1119C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.62%

R = 52.73%
G = 4.64%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1119C (or 0xC1119C) is known color: Medium Violet Red. HEX triplet: C1, 11 and 9C. RGB value is (193,17,156). Sum of RGB (Red+Green+Blue) = 193+17+156=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C1119C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1119C is #3EEE63. Grayscale: #555555. Windows color (decimal): -4124260 or 10228161. OLE color: 10228161.

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

Color convert

RGB 193 17 156 -
CMYK 0 0.91 0.19 0.24
HSL 312.61º 0.84% 0.41% -
HSV(B) 312.61º 0.91% 0.76% -
XYZ 28.19 14.14 32.7 -
YUV 85.47 167.81 204.7 -
System Red Green Blue C M Y K H S L
Decimal 193 17 156 0 0.91 0.19 0.24 312.61 0.84 0.41
Hex C1 11 9C 0 5B 13 18 139 54 29
Octal 301 21 234 0 133 23 30 471 124 51
Binary 11000001 10001 10011100 0 1011011 10011 11000 100111001 1010100 101001

Color Harmonies of #C1119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1119C

Black with #C1119C

Text Example


Text Example

White with #C1119C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1119C; }

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

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

background-color css

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

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

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

border-color css

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

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

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