Html Css Color HEX #C11681 Medium Violet Red

📋 copy color: '#C11681'

red 193 ◦ green 22 ◦ blue 129

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

Shades of Medium Violet Red #C11681

Tints of Medium Violet Red #C11681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.5%

R = 56.1%
G = 6.4%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C11681 (or 0xC11681) is known color: Medium Violet Red. HEX triplet: C1, 16 and 81. RGB value is (193,22,129). Sum of RGB (Red+Green+Blue) = 193+22+129=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C11681 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11681 is #3EE97E. Grayscale: #555555. Windows color (decimal): -4123007 or 8459969. OLE color: 8459969.

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

Color convert

RGB 193 22 129 -
CMYK 0 0.89 0.33 0.24
HSL 322.46º 0.8% 0.42% -
HSV(B) 322.46º 0.89% 0.76% -
XYZ 26.24 13.5 21.99 -
YUV 85.33 152.65 204.8 -
System Red Green Blue C M Y K H S L
Decimal 193 22 129 0 0.89 0.33 0.24 322.46 0.8 0.42
Hex C1 16 81 0 59 21 18 142 50 2A
Octal 301 26 201 0 131 41 30 502 120 52
Binary 11000001 10110 10000001 0 1011001 100001 11000 101000010 1010000 101010

Color Harmonies of #C11681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11681

Black with #C11681

Text Example


Text Example

White with #C11681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11681; }

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

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

background-color css

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

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

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

border-color css

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

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

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