#C316E3

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

Shades of Deep Magenta #C316E3

Tints of Deep Magenta #C316E3

Color information

#C316E3 (or 0xC316E3) is unknown color: approx Deep Magenta. HEX triplet: C3, 16 and E3. RGB value is (195,22,227). Sum of RGB (Red+Green+Blue) = 195+22+227=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 22 (8.98% from 255 or 4.95% from 444); Blue value is 227 (89.06% from 255 or 51.13% from 444); Max value from RGB is 227 - color contains mainly: blue. Hex color #C316E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C316E3 is #3CE91C. Grayscale: #606060. Windows color (decimal): -3991837 or 14882499. OLE color: 14882499.

HSL color Cylindrical-coordinate representation of color #C316E3: hue angle of 290.63º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C316E3 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19522227-
CMYK0.140.9000.11
HSL290.63º82.33%48.82%-
HSV(B)290.63º90.31%89.02%-
XYZ36.6617.7274.16-
YUV97.1201.31197.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.92%
GREEN value IS 22 (8.98% from 255) = 4.95%
BLUE value IS 227 (89.06% from 255) = 51.13%
R=43.92%
G=4.95%
B=51.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal195222270.140.9000.11290.6382.3348.82
HexC316E3E5A0B1235231
Octal303263431613201344312261
Binary11000011101101110001111101011010010111001000111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C316E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C316E3; }

 p { color: rgb(195,22,227); }

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

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

 a { background-color: rgb(195,22,227); }

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

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

 span { border-color: rgb(195,22,227); }

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