#C7287C

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

Shades of Medium Red Violet #C7287C

Tints of Medium Red Violet #C7287C

Color information

#C7287C (or 0xC7287C) is unknown color: approx Medium Red Violet. HEX triplet: C7, 28 and 7C. RGB value is (199,40,124). Sum of RGB (Red+Green+Blue) = 199+40+124=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C7287C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7287C is #38D783. Grayscale: #606060. Windows color (decimal): -3725188 or 8136903. OLE color: 8136903.

HSL color Cylindrical-coordinate representation of color #C7287C: hue angle of 328.3º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7287C is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB19940124-
CMYK00.800.380.22
HSL328.3º66.53%46.86%-
HSV(B)328.3º79.9%78.04%-
XYZ27.9515.1120.51-
YUV97.12143.18200.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.82%
GREEN value IS 40 (16.02% from 255) = 11.02%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=54.82%
G=11.02%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1994012400.800.380.22328.366.5346.86
HexC7287C0502616148432f
Octal307501740120462651010357
Binary11000111101000111110001010000100110101101010010001000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7287C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7287C; }

 p { color: rgb(199,40,124); }

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

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

 a { background-color: rgb(199,40,124); }

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

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

 span { border-color: rgb(199,40,124); }

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