#C929DA

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

Shades of Deep Magenta #C929DA

Tints of Deep Magenta #C929DA

Color information

#C929DA (or 0xC929DA) is unknown color: approx Deep Magenta. HEX triplet: C9, 29 and DA. RGB value is (201,41,218). Sum of RGB (Red+Green+Blue) = 201+41+218=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 41 (16.41% from 255 or 8.91% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #C929DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C929DA is #36D625. Grayscale: #6C6C6C. Windows color (decimal): -3593766 or 14297545. OLE color: 14297545.

HSL color Cylindrical-coordinate representation of color #C929DA: hue angle of 294.24º 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 #C929DA is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20141218-
CMYK0.080.8100.15
HSL294.24º70.52%50.78%-
HSV(B)294.24º81.19%85.49%-
XYZ37.5419.0768.03-
YUV109.02189.51193.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.70%
GREEN value IS 41 (16.41% from 255) = 8.91%
BLUE value IS 218 (85.55% from 255) = 47.39%
R=43.70%
G=8.91%
B=47.39%

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
Decimal201412180.080.8100.15294.2470.5250.78
HexC929DA8510F1264733
Octal311513321012101744610763
Binary110010011010011101101010001010001011111001001101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C929DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C929DA; }

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

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

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

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

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

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

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

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