#C31BAE

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

Shades of Deep Magenta #C31BAE

Tints of Deep Magenta #C31BAE

Color information

#C31BAE (or 0xC31BAE) is unknown color: approx Deep Magenta. HEX triplet: C3, 1B and AE. RGB value is (195,27,174). Sum of RGB (Red+Green+Blue) = 195+27+174=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C31BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31BAE is #3CE451. Grayscale: #5D5D5D. Windows color (decimal): -3990610 or 11410371. OLE color: 11410371.

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

Color convert

RGB19527174-
CMYK00.860.110.24
HSL307.5º75.68%43.53%-
HSV(B)307.5º86.15%76.47%-
XYZ30.5415.4441.42-
YUV93.99173.16200.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.24%
GREEN value IS 27 (10.94% from 255) = 6.82%
BLUE value IS 174 (68.36% from 255) = 43.94%
R=49.24%
G=6.82%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1952717400.860.110.24307.575.6843.53
HexC31BAE056B181344c2c
Octal303332560126133046411454
Binary110000111101110101110010101101011110001001101001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31BAE; }

 p { color: rgb(195,27,174); }

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

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

 a { background-color: rgb(195,27,174); }

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

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

 span { border-color: rgb(195,27,174); }

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