#C929D7

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

Shades of Deep Magenta #C929D7

Tints of Deep Magenta #C929D7

Color information

#C929D7 (or 0xC929D7) is unknown color: approx Deep Magenta. HEX triplet: C9, 29 and D7. RGB value is (201,41,215). Sum of RGB (Red+Green+Blue) = 201+41+215=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 215 (84.38% from 255 or 47.05% from 457); Max value from RGB is 215 - color contains mainly: blue. Hex color #C929D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C929D7 is #36D628. Grayscale: #6C6C6C. Windows color (decimal): -3593769 or 14100937. OLE color: 14100937.

HSL color Cylindrical-coordinate representation of color #C929D7: hue angle of 295.17º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C929D7 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20141215-
CMYK0.070.8100.16
HSL295.17º68.5%50.2%-
HSV(B)295.17º80.93%84.31%-
XYZ37.1518.9165.98-
YUV108.68188.01193.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.98%
GREEN value IS 41 (16.41% from 255) = 8.97%
BLUE value IS 215 (84.38% from 255) = 47.05%
R=43.98%
G=8.97%
B=47.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal201412150.070.8100.16295.1768.550.2
HexC929D77510101274532
Octal31151327712102044710562
Binary110010011010011101011111110100010100001001001111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C929D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C929D7; }

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

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

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

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

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

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

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

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