#C725DC

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

Shades of Deep Magenta #C725DC

Tints of Deep Magenta #C725DC

Color information

#C725DC (or 0xC725DC) is unknown color: approx Deep Magenta. HEX triplet: C7, 25 and DC. RGB value is (199,37,220). Sum of RGB (Red+Green+Blue) = 199+37+220=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 37 (14.84% from 255 or 8.11% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #C725DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C725DC is #38DA23. Grayscale: #696969. Windows color (decimal): -3725860 or 14427591. OLE color: 14427591.

HSL color Cylindrical-coordinate representation of color #C725DC: hue angle of 293.11º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C725DC is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19937220-
CMYK0.100.8300.14
HSL293.11º72.33%50.39%-
HSV(B)293.11º83.18%86.27%-
XYZ37.1318.6369.35-
YUV106.3192.17194.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.64%
GREEN value IS 37 (14.84% from 255) = 8.11%
BLUE value IS 220 (86.33% from 255) = 48.25%
R=43.64%
G=8.11%
B=48.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal199372200.100.8300.14293.1172.3350.39
HexC725DCA530E1254832
Octal307453341212301644511062
Binary110001111001011101110010101010011011101001001011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C725DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C725DC; }

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

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

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

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

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

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

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

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