#CD29CF

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

Shades of Deep Magenta #CD29CF

Tints of Deep Magenta #CD29CF

Color information

#CD29CF (or 0xCD29CF) is unknown color: approx Deep Magenta. HEX triplet: CD, 29 and CF. RGB value is (205,41,207). Sum of RGB (Red+Green+Blue) = 205+41+207=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD29CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD29CF is #32D630. Grayscale: #6C6C6C. Windows color (decimal): -3331633 or 13576653. OLE color: 13576653.

HSL color Cylindrical-coordinate representation of color #CD29CF: hue angle of 299.28º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD29CF is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20541207-
CMYK0.010.8000.19
HSL299.28º66.94%48.63%-
HSV(B)299.28º80.19%81.18%-
XYZ37.2319.0760.75-
YUV108.96183.33196.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.25%
GREEN value IS 41 (16.41% from 255) = 9.05%
BLUE value IS 207 (81.25% from 255) = 45.70%
R=45.25%
G=9.05%
B=45.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal205412070.010.8000.19299.2866.9448.63
HexCD29CF15001312b4331
Octal31551317112002345310361
Binary1100110110100111001111110100000100111001010111000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD29CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD29CF; }

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

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

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

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

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

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

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

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