#C726C1

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

Shades of Deep Magenta #C726C1

Tints of Deep Magenta #C726C1

Color information

#C726C1 (or 0xC726C1) is unknown color: approx Deep Magenta. HEX triplet: C7, 26 and C1. RGB value is (199,38,193). Sum of RGB (Red+Green+Blue) = 199+38+193=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 38 (15.23% from 255 or 8.84% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C726C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C726C1 is #38D93E. Grayscale: #676767. Windows color (decimal): -3725631 or 12658375. OLE color: 12658375.

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

Color convert

RGB19938193-
CMYK00.810.030.22
HSL302.24º67.93%46.47%-
HSV(B)302.24º80.9%78.04%-
XYZ33.8717.3852.02-
YUV103.81178.34195.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.28%
GREEN value IS 38 (15.23% from 255) = 8.84%
BLUE value IS 193 (75.78% from 255) = 44.88%
R=46.28%
G=8.84%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1993819300.810.030.22302.2467.9346.47
HexC726C105131612e442e
Octal30746301012132645610456
Binary11000111100110110000010101000111101101001011101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C726C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C726C1; }

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

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

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

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

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

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

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

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