#C716D0

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

Shades of Deep Magenta #C716D0

Tints of Deep Magenta #C716D0

Color information

#C716D0 (or 0xC716D0) is unknown color: approx Deep Magenta. HEX triplet: C7, 16 and D0. RGB value is (199,22,208). Sum of RGB (Red+Green+Blue) = 199+22+208=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 22 (8.98% from 255 or 5.13% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #C716D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C716D0 is #38E92F. Grayscale: #5F5F5F. Windows color (decimal): -3729712 or 13637319. OLE color: 13637319.

HSL color Cylindrical-coordinate representation of color #C716D0: hue angle of 297.1º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C716D0 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19922208-
CMYK0.040.8900.18
HSL297.1º80.87%45.1%-
HSV(B)297.1º89.42%81.57%-
XYZ35.2317.2761.15-
YUV96.13191.14201.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.39%
GREEN value IS 22 (8.98% from 255) = 5.13%
BLUE value IS 208 (81.64% from 255) = 48.48%
R=46.39%
G=5.13%
B=48.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal199222080.040.8900.18297.180.8745.1
HexC716D0459012129512d
Octal30726320413102245112155
Binary11000111101101101000010010110010100101001010011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C716D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C716D0; }

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

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

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

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

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

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

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

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