#C731A8

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

Shades of Medium Red Violet #C731A8

Tints of Medium Red Violet #C731A8

Color information

#C731A8 (or 0xC731A8) is unknown color: approx Medium Red Violet. HEX triplet: C7, 31 and A8. RGB value is (199,49,168). Sum of RGB (Red+Green+Blue) = 199+49+168=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C731A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C731A8 is #38CE57. Grayscale: #6B6B6B. Windows color (decimal): -3722840 or 11022791. OLE color: 11022791.

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

Color convert

RGB19949168-
CMYK00.750.160.22
HSL312.4º60.48%48.63%-
HSV(B)312.4º75.38%78.04%-
XYZ31.7217.1738.69-
YUV107.42162.2193.32-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.84%
GREEN value IS 49 (19.53% from 255) = 11.78%
BLUE value IS 168 (66.02% from 255) = 40.38%
R=47.84%
G=11.78%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1994916800.750.160.22312.460.4848.63
HexC731A804B10161383c31
Octal30761250011320264707461
Binary1100011111000110101000010010111000010110100111000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C731A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C731A8; }

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

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

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

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

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

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

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

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