#C724BF

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

Shades of Deep Magenta #C724BF

Tints of Deep Magenta #C724BF

Color information

#C724BF (or 0xC724BF) is unknown color: approx Deep Magenta. HEX triplet: C7, 24 and BF. RGB value is (199,36,191). Sum of RGB (Red+Green+Blue) = 199+36+191=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C724BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C724BF is #38DB40. Grayscale: #656565. Windows color (decimal): -3726145 or 12526791. OLE color: 12526791.

HSL color Cylindrical-coordinate representation of color #C724BF: hue angle of 302.94º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C724BF is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB19936191-
CMYK00.820.040.22
HSL302.94º69.36%46.08%-
HSV(B)302.94º81.91%78.04%-
XYZ33.5917.1750.83-
YUV102.41178196.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.71%
GREEN value IS 36 (14.45% from 255) = 8.45%
BLUE value IS 191 (75% from 255) = 44.84%
R=46.71%
G=8.45%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1993619100.820.040.22302.9469.3646.08
HexC724BF05241612f452e
Octal30744277012242645710556
Binary110001111001001011111101010010100101101001011111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C724BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C724BF; }

 p { color: rgb(199,36,191); }

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

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

 a { background-color: rgb(199,36,191); }

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

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

 span { border-color: rgb(199,36,191); }

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