#cd29e1

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

Shades of Deep Magenta #CD29E1

Tints of Deep Magenta #CD29E1

Color information

#CD29E1 (or 0xCD29E1) is unknown color: approx Deep Magenta. HEX triplet: CD, 29 and E1. RGB value is (205,41,225). Sum of RGB (Red+Green+Blue) = 205+41+225=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 41 (16.41% from 255 or 8.70% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD29E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD29E1 is #32D61E. Grayscale: #6E6E6E. Windows color (decimal): -3331615 or 14756301. OLE color: 14756301.

HSL color Cylindrical-coordinate representation of color #CD29E1: hue angle of 293.48º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD29E1 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20541225-
CMYK0.090.8200.12
HSL293.48º75.41%52.16%-
HSV(B)293.48º81.78%88.24%-
XYZ39.562073.01-
YUV111.01192.33195.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.52%
GREEN value IS 41 (16.41% from 255) = 8.70%
BLUE value IS 225 (88.28% from 255) = 47.77%
R=43.52%
G=8.70%
B=47.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal205412250.090.8200.12293.4875.4152.16
HexCD29E19520C1254b34
Octal315513411112201444511364
Binary110011011010011110000110011010010011001001001011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd29e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd29e1; }

 p { color: rgb(205,41,225); }

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

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

 a { background-color: rgb(205,41,225); }

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

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

 span { border-color: rgb(205,41,225); }

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