#C31EC4

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

Shades of Deep Magenta #C31EC4

Tints of Deep Magenta #C31EC4

Color information

#C31EC4 (or 0xC31EC4) is unknown color: approx Deep Magenta. HEX triplet: C3, 1E and C4. RGB value is (195,30,196). Sum of RGB (Red+Green+Blue) = 195+30+196=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 196 (76.95% from 255 or 46.56% from 421); Max value from RGB is 196 - color contains mainly: blue. Hex color #C31EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31EC4 is #3CE13B. Grayscale: #616161. Windows color (decimal): -3989820 or 12852931. OLE color: 12852931.

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

Color convert

RGB19530196-
CMYK0.010.8500.23
HSL299.64º73.45%44.31%-
HSV(B)299.64º84.69%76.86%-
XYZ32.9316.5253.68-
YUV98.26183.16197-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.32%
GREEN value IS 30 (12.11% from 255) = 7.13%
BLUE value IS 196 (76.95% from 255) = 46.56%
R=46.32%
G=7.13%
B=46.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal195301960.010.8500.23299.6473.4544.31
HexC31EC415501712c492c
Octal30336304112502745411154
Binary110000111111011000100110101010101111001011001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31EC4; }

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

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

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

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

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

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

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

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