#C829DA

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

Shades of Deep Magenta #C829DA

Tints of Deep Magenta #C829DA

Color information

#C829DA (or 0xC829DA) is unknown color: approx Deep Magenta. HEX triplet: C8, 29 and DA. RGB value is (200,41,218). Sum of RGB (Red+Green+Blue) = 200+41+218=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #C829DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C829DA is #37D625. Grayscale: #6C6C6C. Windows color (decimal): -3659302 or 14297544. OLE color: 14297544.

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

Color convert

RGB20041218-
CMYK0.080.8100.15
HSL293.9º70.52%50.78%-
HSV(B)293.9º81.19%85.49%-
XYZ37.2718.9368.02-
YUV108.72189.68193.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.57%
GREEN value IS 41 (16.41% from 255) = 8.93%
BLUE value IS 218 (85.55% from 255) = 47.49%
R=43.57%
G=8.93%
B=47.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal200412180.080.8100.15293.970.5250.78
HexC829DA8510F1264733
Octal310513321012101744610763
Binary110010001010011101101010001010001011111001001101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C829DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C829DA; }

 p { color: rgb(200,41,218); }

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

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

 a { background-color: rgb(200,41,218); }

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

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

 span { border-color: rgb(200,41,218); }

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