Html Css Color HEX #C1116D Medium Violet Red

📋 copy color: '#C1116D'

red 193 ◦ green 17 ◦ blue 109

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

Shades of Medium Violet Red #C1116D

Tints of Medium Violet Red #C1116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 60.5%
G = 5.33%
B = 34.17%

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

#C1116D (or 0xC1116D) is known color: Medium Violet Red. HEX triplet: C1, 11 and 6D. RGB value is (193,17,109). Sum of RGB (Red+Green+Blue) = 193+17+109=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C1116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1116D is #3EEE92. Grayscale: #4F4F4F. Windows color (decimal): -4124307 or 7147969. OLE color: 7147969.

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

Color convert

RGB 193 17 109 -
CMYK 0 0.91 0.44 0.24
HSL 328.64º 0.84% 0.41% -
HSV(B) 328.64º 0.91% 0.76% -
XYZ 24.95 12.84 15.63 -
YUV 80.11 144.31 208.52 -
System Red Green Blue C M Y K H S L
Decimal 193 17 109 0 0.91 0.44 0.24 328.64 0.84 0.41
Hex C1 11 6D 0 5B 2C 18 149 54 29
Octal 301 21 155 0 133 54 30 511 124 51
Binary 11000001 10001 1101101 0 1011011 101100 11000 101001001 1010100 101001

Color Harmonies of #C1116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1116D

Black with #C1116D

Text Example


Text Example

White with #C1116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1116D; }

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

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

background-color css

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

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

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

border-color css

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

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

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