#C7319A

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

Shades of Medium Red Violet #C7319A

Tints of Medium Red Violet #C7319A

Color information

#C7319A (or 0xC7319A) is unknown color: approx Medium Red Violet. HEX triplet: C7, 31 and 9A. RGB value is (199,49,154). Sum of RGB (Red+Green+Blue) = 199+49+154=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C7319A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7319A is #38CE65. Grayscale: #696969. Windows color (decimal): -3722854 or 10105287. OLE color: 10105287.

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

Color convert

RGB19949154-
CMYK00.750.230.22
HSL318º60.48%48.63%-
HSV(B)318º75.38%78.04%-
XYZ30.4816.6732.18-
YUV105.82155.2194.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.50%
GREEN value IS 49 (19.53% from 255) = 12.19%
BLUE value IS 154 (60.55% from 255) = 38.31%
R=49.50%
G=12.19%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1994915400.750.230.2231860.4848.63
HexC7319A04B171613e3c31
Octal30761232011327264767461
Binary1100011111000110011010010010111011110110100111110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7319A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7319A; }

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

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

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

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

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

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

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

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