#C916C2

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

Shades of Deep Magenta #C916C2

Tints of Deep Magenta #C916C2

Color information

#C916C2 (or 0xC916C2) is unknown color: approx Deep Magenta. HEX triplet: C9, 16 and C2. RGB value is (201,22,194). Sum of RGB (Red+Green+Blue) = 201+22+194=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C916C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C916C2 is #36E93D. Grayscale: #5E5E5E. Windows color (decimal): -3598654 or 12719817. OLE color: 12719817.

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

Color convert

RGB20122194-
CMYK00.890.030.21
HSL302.35º80.27%43.73%-
HSV(B)302.35º89.05%78.82%-
XYZ34.1116.8952.5-
YUV95.13183.8203.51-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.20%
GREEN value IS 22 (8.98% from 255) = 5.28%
BLUE value IS 194 (76.17% from 255) = 46.52%
R=48.20%
G=5.28%
B=46.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2012219400.890.030.21302.3580.2743.73
HexC916C205931512e502c
Octal31126302013132545612054
Binary1100100110110110000100101100111101011001011101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C916C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C916C2; }

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

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

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

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

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

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

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

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