#C216D5

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

Shades of Deep Magenta #C216D5

Tints of Deep Magenta #C216D5

Color information

#C216D5 (or 0xC216D5) is unknown color: approx Deep Magenta. HEX triplet: C2, 16 and D5. RGB value is (194,22,213). Sum of RGB (Red+Green+Blue) = 194+22+213=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 22 (8.98% from 255 or 5.13% from 429); Blue value is 213 (83.59% from 255 or 49.65% from 429); Max value from RGB is 213 - color contains mainly: blue. Hex color #C216D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C216D5 is #3DE92A. Grayscale: #5E5E5E. Windows color (decimal): -4057387 or 13964994. OLE color: 13964994.

HSL color Cylindrical-coordinate representation of color #C216D5: hue angle of 294.03º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C216D5 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19422213-
CMYK0.090.9000.16
HSL294.03º81.28%46.08%-
HSV(B)294.03º89.67%83.53%-
XYZ34.5516.8564.38-
YUV95.2194.48198.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.22%
GREEN value IS 22 (8.98% from 255) = 5.13%
BLUE value IS 213 (83.59% from 255) = 49.65%
R=45.22%
G=5.13%
B=49.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal194222130.090.9000.16294.0381.2846.08
HexC216D595A010126512e
Octal302263251113202044612156
Binary110000101011011010101100110110100100001001001101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C216D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C216D5; }

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

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

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

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

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

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

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

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