#C216C0

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

Shades of Deep Magenta #C216C0

Tints of Deep Magenta #C216C0

Color information

#C216C0 (or 0xC216C0) is unknown color: approx Deep Magenta. HEX triplet: C2, 16 and C0. RGB value is (194,22,192). Sum of RGB (Red+Green+Blue) = 194+22+192=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 22 (8.98% from 255 or 5.39% from 408); Blue value is 192 (75.39% from 255 or 47.06% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C216C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C216C0 is #3DE93F. Grayscale: #5C5C5C. Windows color (decimal): -4057408 or 12588738. OLE color: 12588738.

HSL color Cylindrical-coordinate representation of color #C216C0: hue angle of 300.7º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C216C0 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB19422192-
CMYK00.890.010.24
HSL300.7º79.63%42.35%-
HSV(B)300.7º88.66%76.08%-
XYZ32.0515.8551.24-
YUV92.81183.98200.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.55%
GREEN value IS 22 (8.98% from 255) = 5.39%
BLUE value IS 192 (75.39% from 255) = 47.06%
R=47.55%
G=5.39%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942219200.890.010.24300.779.6342.35
HexC216C005911812d502a
Octal30226300013113045512052
Binary110000101011011000000010110011110001001011011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C216C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C216C0; }

 p { color: rgb(194,22,192); }

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

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

 a { background-color: rgb(194,22,192); }

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

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

 span { border-color: rgb(194,22,192); }

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