#C715B0

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

Shades of Deep Magenta #C715B0

Tints of Deep Magenta #C715B0

Color information

#C715B0 (or 0xC715B0) is unknown color: approx Deep Magenta. HEX triplet: C7, 15 and B0. RGB value is (199,21,176). Sum of RGB (Red+Green+Blue) = 199+21+176=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 176 (69.14% from 255 or 44.44% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C715B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C715B0 is #38EA4F. Grayscale: #5B5B5B. Windows color (decimal): -3730000 or 11539911. OLE color: 11539911.

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

Color convert

RGB19921176-
CMYK00.890.120.22
HSL307.75º80.91%43.14%-
HSV(B)307.75º89.45%78.04%-
XYZ31.6615.8142.46-
YUV91.89175.47204.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.25%
GREEN value IS 21 (8.59% from 255) = 5.30%
BLUE value IS 176 (69.14% from 255) = 44.44%
R=50.25%
G=5.30%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992117600.890.120.22307.7580.9143.14
HexC715B0059C16134512b
Octal307252600131142646412153
Binary110001111010110110000010110011100101101001101001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C715B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C715B0; }

 p { color: rgb(199,21,176); }

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

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

 a { background-color: rgb(199,21,176); }

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

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

 span { border-color: rgb(199,21,176); }

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