#CD04B0

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

Shades of Deep Magenta #CD04B0

Tints of Deep Magenta #CD04B0

Color information

#CD04B0 (or 0xCD04B0) is unknown color: approx Deep Magenta. HEX triplet: CD, 04 and B0. RGB value is (205,4,176). Sum of RGB (Red+Green+Blue) = 205+4+176=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD04B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD04B0 is #32FB4F. Grayscale: #535353. Windows color (decimal): -3341136 or 11535565. OLE color: 11535565.

HSL color Cylindrical-coordinate representation of color #CD04B0: hue angle of 308.66º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD04B0 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB2054176-
CMYK00.980.140.20
HSL308.66º96.17%40.98%-
HSV(B)308.66º98.05%80.39%-
XYZ33.0616.242.46-
YUV83.71180.09214.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.25%
GREEN value IS 4 (1.95% from 255) = 1.04%
BLUE value IS 176 (69.14% from 255) = 45.71%
R=53.25%
G=1.04%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205417600.980.140.20308.6696.1740.98
HexCD4B0062E141356029
Octal31542600142162446514051
Binary1100110110010110000011000101110101001001101011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD04B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD04B0; }

 p { color: rgb(205,4,176); }

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

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

 a { background-color: rgb(205,4,176); }

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

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

 span { border-color: rgb(205,4,176); }

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