#C725D2

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

Shades of Deep Magenta #C725D2

Tints of Deep Magenta #C725D2

Color information

#C725D2 (or 0xC725D2) is unknown color: approx Deep Magenta. HEX triplet: C7, 25 and D2. RGB value is (199,37,210). Sum of RGB (Red+Green+Blue) = 199+37+210=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 210 - color contains mainly: blue. Hex color #C725D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C725D2 is #38DA2D. Grayscale: #686868. Windows color (decimal): -3725870 or 13772231. OLE color: 13772231.

HSL color Cylindrical-coordinate representation of color #C725D2: hue angle of 296.18º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C725D2 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19937210-
CMYK0.050.8200.18
HSL296.18º70.04%48.43%-
HSV(B)296.18º82.38%82.35%-
XYZ35.8518.1262.58-
YUV105.16187.17194.93-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.62%
GREEN value IS 37 (14.84% from 255) = 8.30%
BLUE value IS 210 (82.42% from 255) = 47.09%
R=44.62%
G=8.30%
B=47.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal199372100.050.8200.18296.1870.0448.43
HexC725D25520121284630
Octal30745322512202245010660
Binary110001111001011101001010110100100100101001010001000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C725D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C725D2; }

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

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

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

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

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

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

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

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