#C727DA

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

Shades of Deep Magenta #C727DA

Tints of Deep Magenta #C727DA

Color information

#C727DA (or 0xC727DA) is unknown color: approx Deep Magenta. HEX triplet: C7, 27 and DA. RGB value is (199,39,218). Sum of RGB (Red+Green+Blue) = 199+39+218=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 39 (15.62% from 255 or 8.55% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #C727DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C727DA is #38D825. Grayscale: #6A6A6A. Windows color (decimal): -3725350 or 14297031. OLE color: 14297031.

HSL color Cylindrical-coordinate representation of color #C727DA: hue angle of 293.63º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C727DA is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19939218-
CMYK0.090.8200.15
HSL293.63º70.75%50.39%-
HSV(B)293.63º82.11%85.49%-
XYZ36.9318.6667.98-
YUV107.25190.51193.45-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.64%
GREEN value IS 39 (15.62% from 255) = 8.55%
BLUE value IS 218 (85.55% from 255) = 47.81%
R=43.64%
G=8.55%
B=47.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal199392180.090.8200.15293.6370.7550.39
HexC727DA9520F1264732
Octal307473321112201744610762
Binary110001111001111101101010011010010011111001001101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C727DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C727DA; }

 p { color: rgb(199,39,218); }

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

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

 a { background-color: rgb(199,39,218); }

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

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

 span { border-color: rgb(199,39,218); }

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