#C416CE

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

Shades of Deep Magenta #C416CE

Tints of Deep Magenta #C416CE

Color information

#C416CE (or 0xC416CE) is unknown color: approx Deep Magenta. HEX triplet: C4, 16 and CE. RGB value is (196,22,206). Sum of RGB (Red+Green+Blue) = 196+22+206=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #C416CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C416CE is #3BE931. Grayscale: #5E5E5E. Windows color (decimal): -3926322 or 13506244. OLE color: 13506244.

HSL color Cylindrical-coordinate representation of color #C416CE: hue angle of 296.74º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C416CE is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19622206-
CMYK0.050.8900.19
HSL296.74º80.7%44.71%-
HSV(B)296.74º89.32%80.78%-
XYZ34.1916.7759.83-
YUV95190.65200.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.23%
GREEN value IS 22 (8.98% from 255) = 5.19%
BLUE value IS 206 (80.86% from 255) = 48.58%
R=46.23%
G=5.19%
B=48.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal196222060.050.8900.19296.7480.744.71
HexC416CE559013129512d
Octal30426316513102345112155
Binary11000100101101100111010110110010100111001010011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C416CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C416CE; }

 p { color: rgb(196,22,206); }

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

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

 a { background-color: rgb(196,22,206); }

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

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

 span { border-color: rgb(196,22,206); }

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