#C416CA

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

Shades of Deep Magenta #C416CA

Tints of Deep Magenta #C416CA

Color information

#C416CA (or 0xC416CA) is unknown color: approx Deep Magenta. HEX triplet: C4, 16 and CA. RGB value is (196,22,202). Sum of RGB (Red+Green+Blue) = 196+22+202=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #C416CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C416CA is #3BE935. Grayscale: #5E5E5E. Windows color (decimal): -3926326 or 13244100. OLE color: 13244100.

HSL color Cylindrical-coordinate representation of color #C416CA: hue angle of 298º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C416CA is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19622202-
CMYK0.030.8900.21
HSL298º80.36%43.92%-
HSV(B)298º89.11%79.22%-
XYZ33.7116.5757.3-
YUV94.55188.65200.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.67%
GREEN value IS 22 (8.98% from 255) = 5.24%
BLUE value IS 202 (79.30% from 255) = 48.10%
R=46.67%
G=5.24%
B=48.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal196222020.030.8900.2129880.3643.92
HexC416CA35901512a502c
Octal30426312313102545212054
Binary1100010010110110010101110110010101011001010101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C416CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C416CA; }

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

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

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

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

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

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

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

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