#c726d1

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

Shades of Deep Magenta #C726D1

Tints of Deep Magenta #C726D1

Color information

#C726D1 (or 0xC726D1) is unknown color: approx Deep Magenta. HEX triplet: C7, 26 and D1. RGB value is (199,38,209). Sum of RGB (Red+Green+Blue) = 199+38+209=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 38 (15.23% from 255 or 8.52% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 209 - color contains mainly: blue. Hex color #C726D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C726D1 is #38D92E. Grayscale: #696969. Windows color (decimal): -3725615 or 13706951. OLE color: 13706951.

HSL color Cylindrical-coordinate representation of color #C726D1: hue angle of 296.49º degrees, saturation: 0.69, 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 #C726D1 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19938209-
CMYK0.050.8200.18
HSL296.49º69.23%48.43%-
HSV(B)296.49º81.82%81.96%-
XYZ35.7518.1361.94-
YUV105.63186.34194.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.62%
GREEN value IS 38 (15.23% from 255) = 8.52%
BLUE value IS 209 (82.03% from 255) = 46.86%
R=44.62%
G=8.52%
B=46.86%

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
Decimal199382090.050.8200.18296.4969.2348.43
HexC726D15520121284530
Octal30746321512202245010560
Binary110001111001101101000110110100100100101001010001000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c726d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c726d1; }

 p { color: rgb(199,38,209); }

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

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

 a { background-color: rgb(199,38,209); }

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

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

 span { border-color: rgb(199,38,209); }

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