#C725D3

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

Shades of Deep Magenta #C725D3

Tints of Deep Magenta #C725D3

Color information

#C725D3 (or 0xC725D3) is unknown color: approx Deep Magenta. HEX triplet: C7, 25 and D3. RGB value is (199,37,211). Sum of RGB (Red+Green+Blue) = 199+37+211=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 211 (82.81% from 255 or 47.20% from 447); Max value from RGB is 211 - color contains mainly: blue. Hex color #C725D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C725D3 is #38DA2C. Grayscale: #686868. Windows color (decimal): -3725869 or 13837767. OLE color: 13837767.

HSL color Cylindrical-coordinate representation of color #C725D3: hue angle of 295.86º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C725D3 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19937211-
CMYK0.060.8200.17
HSL295.86º70.16%48.63%-
HSV(B)295.86º82.46%82.75%-
XYZ35.9718.1763.24-
YUV105.27187.67194.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.52%
GREEN value IS 37 (14.84% from 255) = 8.28%
BLUE value IS 211 (82.81% from 255) = 47.20%
R=44.52%
G=8.28%
B=47.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal199372110.060.8200.17295.8670.1648.63
HexC725D36520111284631
Octal30745323612202145010661
Binary110001111001011101001111010100100100011001010001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C725D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C725D3; }

 p { color: rgb(199,37,211); }

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

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

 a { background-color: rgb(199,37,211); }

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

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

 span { border-color: rgb(199,37,211); }

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