#C416C9

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

Shades of Deep Magenta #C416C9

Tints of Deep Magenta #C416C9

Color information

#C416C9 (or 0xC416C9) is unknown color: approx Deep Magenta. HEX triplet: C4, 16 and C9. RGB value is (196,22,201). Sum of RGB (Red+Green+Blue) = 196+22+201=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #C416C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C416C9 is #3BE936. Grayscale: #5D5D5D. Windows color (decimal): -3926327 or 13178564. OLE color: 13178564.

HSL color Cylindrical-coordinate representation of color #C416C9: hue angle of 298.32º 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 #C416C9 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19622201-
CMYK0.020.8900.21
HSL298.32º80.27%43.73%-
HSV(B)298.32º89.05%78.82%-
XYZ33.5916.5356.68-
YUV94.43188.15200.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.78%
GREEN value IS 22 (8.98% from 255) = 5.25%
BLUE value IS 201 (78.91% from 255) = 47.97%
R=46.78%
G=5.25%
B=47.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal196222010.020.8900.21298.3280.2743.73
HexC416C925901512a502c
Octal30426311213102545212054
Binary1100010010110110010011010110010101011001010101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C416C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C416C9; }

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

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

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

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

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

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

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

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