#c31fe1

Color #C31FE1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C31FE1

Tints of Deep Magenta #C31FE1

Color information

#C31FE1 (or 0xC31FE1) is unknown color: approx Deep Magenta. HEX triplet: C3, 1F and E1. RGB value is (195,31,225). Sum of RGB (Red+Green+Blue) = 195+31+225=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 31 (12.5% from 255 or 6.87% from 451); Blue value is 225 (88.28% from 255 or 49.89% from 451); Max value from RGB is 225 - color contains mainly: blue. Hex color #C31FE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31FE1 is #3CE01E. Grayscale: #656565. Windows color (decimal): -3989535 or 14753731. OLE color: 14753731.

HSL color Cylindrical-coordinate representation of color #C31FE1: hue angle of 290.72º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31FE1 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19531225-
CMYK0.130.8600.12
HSL290.72º76.38%50.2%-
HSV(B)290.72º86.22%88.24%-
XYZ36.5918.0272.78-
YUV102.15197.33194.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.24%
GREEN value IS 31 (12.5% from 255) = 6.87%
BLUE value IS 225 (88.28% from 255) = 49.89%
R=43.24%
G=6.87%
B=49.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal195312250.130.8600.12290.7276.3850.2
HexC31FE1D560C1234c32
Octal303373411512601444311462
Binary11000011111111110000111011010110011001001000111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c31fe1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c31fe1; }

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

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

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

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

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

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

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

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