#C31EB3

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

Shades of Deep Magenta #C31EB3

Tints of Deep Magenta #C31EB3

Color information

#C31EB3 (or 0xC31EB3) is unknown color: approx Deep Magenta. HEX triplet: C3, 1E and B3. RGB value is (195,30,179). Sum of RGB (Red+Green+Blue) = 195+30+179=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C31EB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31EB3 is #3CE14C. Grayscale: #5F5F5F. Windows color (decimal): -3989837 or 11738819. OLE color: 11738819.

HSL color Cylindrical-coordinate representation of color #C31EB3: hue angle of 305.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 #C31EB3 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB19530179-
CMYK00.850.080.24
HSL305.82º73.33%44.12%-
HSV(B)305.82º84.62%76.47%-
XYZ31.1115.7944.06-
YUV96.32174.66198.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.27%
GREEN value IS 30 (12.11% from 255) = 7.43%
BLUE value IS 179 (70.31% from 255) = 44.31%
R=48.27%
G=7.43%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1953017900.850.080.24305.8273.3344.12
HexC31EB3055818132492c
Octal303362630125103046211154
Binary110000111111010110011010101011000110001001100101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31EB3; }

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

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

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

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

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

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

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

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