#C310D4

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

Shades of Deep Magenta #C310D4

Tints of Deep Magenta #C310D4

Color information

#C310D4 (or 0xC310D4) is unknown color: approx Deep Magenta. HEX triplet: C3, 10 and D4. RGB value is (195,16,212). Sum of RGB (Red+Green+Blue) = 195+16+212=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 212 (83.20% from 255 or 50.12% from 423); Max value from RGB is 212 - color contains mainly: blue. Hex color #C310D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C310D4 is #3CEF2B. Grayscale: #5B5B5B. Windows color (decimal): -3993388 or 13897923. OLE color: 13897923.

HSL color Cylindrical-coordinate representation of color #C310D4: hue angle of 294.8º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C310D4 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19516212-
CMYK0.080.9200.17
HSL294.8º85.96%44.71%-
HSV(B)294.8º92.45%83.14%-
XYZ34.5716.7363.69-
YUV91.86195.8201.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.10%
GREEN value IS 16 (6.64% from 255) = 3.78%
BLUE value IS 212 (83.20% from 255) = 50.12%
R=46.10%
G=3.78%
B=50.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal195162120.080.9200.17294.885.9644.71
HexC310D485C011127562d
Octal303203241013402144712655
Binary110000111000011010100100010111000100011001001111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C310D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C310D4; }

 p { color: rgb(195,16,212); }

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

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

 a { background-color: rgb(195,16,212); }

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

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

 span { border-color: rgb(195,16,212); }

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