#C216BD

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

Shades of Deep Magenta #C216BD

Tints of Deep Magenta #C216BD

Color information

#C216BD (or 0xC216BD) is unknown color: approx Deep Magenta. HEX triplet: C2, 16 and BD. RGB value is (194,22,189). Sum of RGB (Red+Green+Blue) = 194+22+189=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C216BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C216BD is #3DE942. Grayscale: #5B5B5B. Windows color (decimal): -4057411 or 12392130. OLE color: 12392130.

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

Color convert

RGB19422189-
CMYK00.890.030.24
HSL301.74º79.63%42.35%-
HSV(B)301.74º88.66%76.08%-
XYZ31.7215.7249.51-
YUV92.47182.48200.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.90%
GREEN value IS 22 (8.98% from 255) = 5.43%
BLUE value IS 189 (74.22% from 255) = 46.67%
R=47.90%
G=5.43%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942218900.890.030.24301.7479.6342.35
HexC216BD05931812e502a
Octal30226275013133045612052
Binary1100001010110101111010101100111110001001011101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C216BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C216BD; }

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

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

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

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

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

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

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

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