Html Css Color HEX #C73186 Medium Red Violet

📋 copy color: '#C73186'

red 199 ◦ green 49 ◦ blue 134

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

Shades of Medium Red Violet #C73186

Tints of Medium Red Violet #C73186

RGB

 RED value IS 199 (78.13% from 255) = 52.09%

 GREEN value IS 49 (19.53% from 255) = 12.83%

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

R = 52.09%
G = 12.83%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C73186 (or 0xC73186) is known color: Medium Red Violet. HEX triplet: C7, 31 and 86. RGB value is (199,49,134). Sum of RGB (Red+Green+Blue) = 199+49+134=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C73186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73186 is #38CE79. Grayscale: #676767. Windows color (decimal): -3722874 or 8794567. OLE color: 8794567.

HSL color Cylindrical-coordinate representation of color #C73186: hue angle of 326º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73186 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 49 134 -
CMYK 0 0.75 0.33 0.22
HSL 326º 0.6% 0.49% -
HSV(B) 326º 0.75% 0.78% -
XYZ 28.95 16.06 24.13 -
YUV 103.54 145.2 196.09 -
System Red Green Blue C M Y K H S L
Decimal 199 49 134 0 0.75 0.33 0.22 326 0.6 0.49
Hex C7 31 86 0 4B 21 16 146 3C 31
Octal 307 61 206 0 113 41 26 506 74 61
Binary 11000111 110001 10000110 0 1001011 100001 10110 101000110 111100 110001

Color Harmonies of #C73186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73186

Black with #C73186

Text Example


Text Example

White with #C73186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73186; }

 p { color: rgb(199,49,134); }

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

background-color css

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

 a { background-color: rgb(199,49,134); }

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

border-color css

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

 span { border-color: rgb(199,49,134); }

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