#C716B2

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

Shades of Deep Magenta #C716B2

Tints of Deep Magenta #C716B2

Color information

#C716B2 (or 0xC716B2) is unknown color: approx Deep Magenta. HEX triplet: C7, 16 and B2. RGB value is (199,22,178). Sum of RGB (Red+Green+Blue) = 199+22+178=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 178 (69.92% from 255 or 44.61% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C716B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C716B2 is #38E94D. Grayscale: #5C5C5C. Windows color (decimal): -3729742 or 11671239. OLE color: 11671239.

HSL color Cylindrical-coordinate representation of color #C716B2: hue angle of 307.12º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C716B2 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB19922178-
CMYK00.890.110.22
HSL307.12º80.09%43.33%-
HSV(B)307.12º88.94%78.04%-
XYZ31.8815.9343.51-
YUV92.71176.14203.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.87%
GREEN value IS 22 (8.98% from 255) = 5.51%
BLUE value IS 178 (69.92% from 255) = 44.61%
R=49.87%
G=5.51%
B=44.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992217800.890.110.22307.1280.0943.33
HexC716B2059B16133502b
Octal307262620131132646312053
Binary110001111011010110010010110011011101101001100111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C716B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C716B2; }

 p { color: rgb(199,22,178); }

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

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

 a { background-color: rgb(199,22,178); }

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

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

 span { border-color: rgb(199,22,178); }

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