Html Css Color HEX #C1116C Medium Violet Red

📋 copy color: '#C1116C'

red 193 ◦ green 17 ◦ blue 108

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

Shades of Medium Violet Red #C1116C

Tints of Medium Violet Red #C1116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 60.69%
G = 5.35%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1116C (or 0xC1116C) is known color: Medium Violet Red. HEX triplet: C1, 11 and 6C. RGB value is (193,17,108). Sum of RGB (Red+Green+Blue) = 193+17+108=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C1116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1116C is #3EEE93. Grayscale: #4F4F4F. Windows color (decimal): -4124308 or 7082433. OLE color: 7082433.

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

Color convert

RGB 193 17 108 -
CMYK 0 0.91 0.44 0.24
HSL 328.98º 0.84% 0.41% -
HSV(B) 328.98º 0.91% 0.76% -
XYZ 24.9 12.82 15.35 -
YUV 80 143.81 208.6 -
System Red Green Blue C M Y K H S L
Decimal 193 17 108 0 0.91 0.44 0.24 328.98 0.84 0.41
Hex C1 11 6C 0 5B 2C 18 149 54 29
Octal 301 21 154 0 133 54 30 511 124 51
Binary 11000001 10001 1101100 0 1011011 101100 11000 101001001 1010100 101001

Color Harmonies of #C1116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1116C

Black with #C1116C

Text Example


Text Example

White with #C1116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1116C; }

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

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

background-color css

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

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

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

border-color css

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

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

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