Html Css Color HEX #C11785 Medium Violet Red

📋 copy color: '#C11785'

red 193 ◦ green 23 ◦ blue 133

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

Shades of Medium Violet Red #C11785

Tints of Medium Violet Red #C11785

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.59%

 BLUE value IS 133 (52.34% from 255) = 38.11%

R = 55.3%
G = 6.59%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C11785 (or 0xC11785) is known color: Medium Violet Red. HEX triplet: C1, 17 and 85. RGB value is (193,23,133). Sum of RGB (Red+Green+Blue) = 193+23+133=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C11785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11785 is #3EE87A. Grayscale: #565656. Windows color (decimal): -4122747 or 8722369. OLE color: 8722369.

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

Color convert

RGB 193 23 133 -
CMYK 0 0.88 0.31 0.24
HSL 321.18º 0.79% 0.42% -
HSV(B) 321.18º 0.88% 0.76% -
XYZ 26.53 13.64 23.43 -
YUV 86.37 154.32 204.06 -
System Red Green Blue C M Y K H S L
Decimal 193 23 133 0 0.88 0.31 0.24 321.18 0.79 0.42
Hex C1 17 85 0 58 1F 18 141 4F 2A
Octal 301 27 205 0 130 37 30 501 117 52
Binary 11000001 10111 10000101 0 1011000 11111 11000 101000001 1001111 101010

Color Harmonies of #C11785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11785

Black with #C11785

Text Example


Text Example

White with #C11785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11785; }

 p { color: rgb(193,23,133); }

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

background-color css

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

 a { background-color: rgb(193,23,133); }

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

border-color css

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

 span { border-color: rgb(193,23,133); }

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