Html Css Color HEX #C1116F Medium Violet Red

📋 copy color: '#C1116F'

red 193 ◦ green 17 ◦ blue 111

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

Shades of Medium Violet Red #C1116F

Tints of Medium Violet Red #C1116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.58%

R = 60.12%
G = 5.3%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C1116F (or 0xC1116F) is known color: Medium Violet Red. HEX triplet: C1, 11 and 6F. RGB value is (193,17,111). Sum of RGB (Red+Green+Blue) = 193+17+111=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C1116F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1116F is #3EEE90. Grayscale: #505050. Windows color (decimal): -4124305 or 7279041. OLE color: 7279041.

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

Color convert

RGB 193 17 111 -
CMYK 0 0.91 0.42 0.24
HSL 327.95º 0.84% 0.41% -
HSV(B) 327.95º 0.91% 0.76% -
XYZ 25.06 12.89 16.21 -
YUV 80.34 145.31 208.36 -
System Red Green Blue C M Y K H S L
Decimal 193 17 111 0 0.91 0.42 0.24 327.95 0.84 0.41
Hex C1 11 6F 0 5B 2A 18 148 54 29
Octal 301 21 157 0 133 52 30 510 124 51
Binary 11000001 10001 1101111 0 1011011 101010 11000 101001000 1010100 101001

Color Harmonies of #C1116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1116F

Black with #C1116F

Text Example


Text Example

White with #C1116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1116F; }

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

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

background-color css

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

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

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

border-color css

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

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

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