#C73286

Color #C73286 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #C73286

Tints of Medium Red Violet #C73286

Color information

#C73286 (or 0xC73286) is unknown color: approx Medium Red Violet. HEX triplet: C7, 32 and 86. RGB value is (199,50,134). Sum of RGB (Red+Green+Blue) = 199+50+134=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C73286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73286 is #38CD79. Grayscale: #676767. Windows color (decimal): -3722618 or 8794823. OLE color: 8794823.

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

Color convert

RGB19950134-
CMYK00.750.330.22
HSL326.17º59.84%48.82%-
HSV(B)326.17º74.87%78.04%-
XYZ2916.1424.14-
YUV104.13144.86195.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.96%
GREEN value IS 50 (19.92% from 255) = 13.05%
BLUE value IS 134 (52.73% from 255) = 34.99%
R=51.96%
G=13.05%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995013400.750.330.22326.1759.8448.82
HexC7328604B21161463c31
Octal30762206011341265067461
Binary11000111110010100001100100101110000110110101000110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73286; }

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

 H1.HeaderClassName
 {
   color: #C73286;
 }
 .AnyTagClassName
 {
   color: #C73286;
 }
</style>
background-color css

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

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

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

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

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

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