Html Css Color HEX #C11686 Medium Violet Red

📋 copy color: '#C11686'

red 193 ◦ green 22 ◦ blue 134

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

Shades of Medium Violet Red #C11686

Tints of Medium Violet Red #C11686

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.3%

 BLUE value IS 134 (52.73% from 255) = 38.4%

R = 55.3%
G = 6.3%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C11686 (or 0xC11686) is known color: Medium Violet Red. HEX triplet: C1, 16 and 86. RGB value is (193,22,134). Sum of RGB (Red+Green+Blue) = 193+22+134=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C11686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11686 is #3EE979. Grayscale: #555555. Windows color (decimal): -4123002 or 8787649. OLE color: 8787649.

HSL color Cylindrical-coordinate representation of color #C11686: hue angle of 320.7º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11686 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 22 134 -
CMYK 0 0.89 0.31 0.24
HSL 320.7º 0.8% 0.42% -
HSV(B) 320.7º 0.89% 0.76% -
XYZ 26.58 13.63 23.78 -
YUV 85.9 155.15 204.39 -
System Red Green Blue C M Y K H S L
Decimal 193 22 134 0 0.89 0.31 0.24 320.7 0.8 0.42
Hex C1 16 86 0 59 1F 18 141 50 2A
Octal 301 26 206 0 131 37 30 501 120 52
Binary 11000001 10110 10000110 0 1011001 11111 11000 101000001 1010000 101010

Color Harmonies of #C11686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11686

Black with #C11686

Text Example


Text Example

White with #C11686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11686; }

 p { color: rgb(193,22,134); }

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

background-color css

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

 a { background-color: rgb(193,22,134); }

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

border-color css

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

 span { border-color: rgb(193,22,134); }

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