#C216B0

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

Shades of Deep Magenta #C216B0

Tints of Deep Magenta #C216B0

Color information

#C216B0 (or 0xC216B0) is unknown color: approx Deep Magenta. HEX triplet: C2, 16 and B0. RGB value is (194,22,176). Sum of RGB (Red+Green+Blue) = 194+22+176=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 176 (69.14% from 255 or 44.90% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C216B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C216B0 is #3DE94F. Grayscale: #5A5A5A. Windows color (decimal): -4057424 or 11540162. OLE color: 11540162.

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

Color convert

RGB19422176-
CMYK00.890.090.24
HSL306.28º79.63%42.35%-
HSV(B)306.28º88.66%76.08%-
XYZ30.3715.1842.4-
YUV90.98175.98201.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.49%
GREEN value IS 22 (8.98% from 255) = 5.61%
BLUE value IS 176 (69.14% from 255) = 44.90%
R=49.49%
G=5.61%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942217600.890.090.24306.2879.6342.35
HexC216B0059918132502a
Octal302262600131113046212052
Binary110000101011010110000010110011001110001001100101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C216B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C216B0; }

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

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

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

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

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

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

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

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