#C31FA5

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

Shades of Medium Violet Red #C31FA5

Tints of Medium Violet Red #C31FA5

Color information

#C31FA5 (or 0xC31FA5) is unknown color: approx Medium Violet Red. HEX triplet: C3, 1F and A5. RGB value is (195,31,165). Sum of RGB (Red+Green+Blue) = 195+31+165=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 165 (64.84% from 255 or 42.20% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C31FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31FA5 is #3CE05A. Grayscale: #5E5E5E. Windows color (decimal): -3989595 or 10821571. OLE color: 10821571.

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

Color convert

RGB19531165-
CMYK00.840.150.24
HSL310.98º72.57%44.31%-
HSV(B)310.98º84.1%76.47%-
XYZ29.7915.336.98-
YUV95.31167.33199.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.87%
GREEN value IS 31 (12.5% from 255) = 7.93%
BLUE value IS 165 (64.84% from 255) = 42.20%
R=49.87%
G=7.93%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1953116500.840.150.24310.9872.5744.31
HexC31FA5054F18137492c
Octal303372450124173046711154
Binary110000111111110100101010101001111110001001101111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31FA5; }

 p { color: rgb(195,31,165); }

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

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

 a { background-color: rgb(195,31,165); }

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

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

 span { border-color: rgb(195,31,165); }

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