#C716B3

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

Shades of Deep Magenta #C716B3

Tints of Deep Magenta #C716B3

Color information

#C716B3 (or 0xC716B3) is unknown color: approx Deep Magenta. HEX triplet: C7, 16 and B3. RGB value is (199,22,179). Sum of RGB (Red+Green+Blue) = 199+22+179=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C716B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C716B3 is #38E94C. Grayscale: #5C5C5C. Windows color (decimal): -3729741 or 11736775. OLE color: 11736775.

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

Color convert

RGB19922179-
CMYK00.890.100.22
HSL306.78º80.09%43.33%-
HSV(B)306.78º88.94%78.04%-
XYZ31.9815.9744.05-
YUV92.82176.64203.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.75%
GREEN value IS 22 (8.98% from 255) = 5.5%
BLUE value IS 179 (70.31% from 255) = 44.75%
R=49.75%
G=5.5%
B=44.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992217900.890.100.22306.7880.0943.33
HexC716B3059A16133502b
Octal307262630131122646312053
Binary110001111011010110011010110011010101101001100111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C716B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C716B3; }

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

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

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

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

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

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

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

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