#C73284

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

Shades of Medium Red Violet #C73284

Tints of Medium Red Violet #C73284

Color information

#C73284 (or 0xC73284) is unknown color: approx Medium Red Violet. HEX triplet: C7, 32 and 84. RGB value is (199,50,132). Sum of RGB (Red+Green+Blue) = 199+50+132=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C73284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73284 is #38CD7B. Grayscale: #676767. Windows color (decimal): -3722620 or 8663751. OLE color: 8663751.

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

Color convert

RGB19950132-
CMYK00.750.340.22
HSL326.98º59.84%48.82%-
HSV(B)326.98º74.87%78.04%-
XYZ28.8616.0923.41-
YUV103.9143.86195.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.23%
GREEN value IS 50 (19.92% from 255) = 13.12%
BLUE value IS 132 (51.95% from 255) = 34.65%
R=52.23%
G=13.12%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995013200.750.340.22326.9859.8448.82
HexC7328404B22161473c31
Octal30762204011342265077461
Binary11000111110010100001000100101110001010110101000111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73284; }

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

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

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

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

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

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

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

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