#C31EA8

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

Shades of Medium Violet Red #C31EA8

Tints of Medium Violet Red #C31EA8

Color information

#C31EA8 (or 0xC31EA8) is unknown color: approx Medium Violet Red. HEX triplet: C3, 1E and A8. RGB value is (195,30,168). Sum of RGB (Red+Green+Blue) = 195+30+168=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C31EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31EA8 is #3CE157. Grayscale: #5E5E5E. Windows color (decimal): -3989848 or 11017923. OLE color: 11017923.

HSL color Cylindrical-coordinate representation of color #C31EA8: hue angle of 309.82º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31EA8 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB19530168-
CMYK00.850.140.24
HSL309.82º73.33%44.12%-
HSV(B)309.82º84.62%76.47%-
XYZ30.0415.3638.43-
YUV95.07169.16199.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.62%
GREEN value IS 30 (12.11% from 255) = 7.63%
BLUE value IS 168 (66.02% from 255) = 42.75%
R=49.62%
G=7.63%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1953016800.850.140.24309.8273.3344.12
HexC31EA8055E18136492c
Octal303362500125163046611154
Binary110000111111010101000010101011110110001001101101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31EA8; }

 p { color: rgb(195,30,168); }

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

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

 a { background-color: rgb(195,30,168); }

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

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

 span { border-color: rgb(195,30,168); }

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