#C31BDD

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

Shades of Deep Magenta #C31BDD

Tints of Deep Magenta #C31BDD

Color information

#C31BDD (or 0xC31BDD) is unknown color: approx Deep Magenta. HEX triplet: C3, 1B and DD. RGB value is (195,27,221). Sum of RGB (Red+Green+Blue) = 195+27+221=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 27 (10.94% from 255 or 6.09% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #C31BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31BDD is #3CE422. Grayscale: #626262. Windows color (decimal): -3990563 or 14490563. OLE color: 14490563.

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

Color convert

RGB19527221-
CMYK0.120.8800.13
HSL291.96º78.23%48.63%-
HSV(B)291.96º87.78%86.67%-
XYZ35.9517.6169.91-
YUV99.35196.66196.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.02%
GREEN value IS 27 (10.94% from 255) = 6.09%
BLUE value IS 221 (86.72% from 255) = 49.89%
R=44.02%
G=6.09%
B=49.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal195272210.120.8800.13291.9678.2348.63
HexC31BDDC580D1244e31
Octal303333351413001544411661
Binary11000011110111101110111001011000011011001001001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31BDD; }

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

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

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

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

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

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

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

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