Html Css Color HEX #C11680 Medium Violet Red

📋 copy color: '#C11680'

red 193 ◦ green 22 ◦ blue 128

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

Shades of Medium Violet Red #C11680

Tints of Medium Violet Red #C11680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.32%

R = 56.27%
G = 6.41%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C11680 (or 0xC11680) is known color: Medium Violet Red. HEX triplet: C1, 16 and 80. RGB value is (193,22,128). Sum of RGB (Red+Green+Blue) = 193+22+128=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C11680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11680 is #3EE97F. Grayscale: #545454. Windows color (decimal): -4123008 or 8394433. OLE color: 8394433.

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

Color convert

RGB 193 22 128 -
CMYK 0 0.89 0.34 0.24
HSL 322.81º 0.8% 0.42% -
HSV(B) 322.81º 0.89% 0.76% -
XYZ 26.18 13.47 21.64 -
YUV 85.21 152.15 204.88 -
System Red Green Blue C M Y K H S L
Decimal 193 22 128 0 0.89 0.34 0.24 322.81 0.8 0.42
Hex C1 16 80 0 59 22 18 143 50 2A
Octal 301 26 200 0 131 42 30 503 120 52
Binary 11000001 10110 10000000 0 1011001 100010 11000 101000011 1010000 101010

Color Harmonies of #C11680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11680

Black with #C11680

Text Example


Text Example

White with #C11680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11680; }

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

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

background-color css

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

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

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

border-color css

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

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

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