#CD28BD

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

Shades of Deep Magenta #CD28BD

Tints of Deep Magenta #CD28BD

Color information

#CD28BD (or 0xCD28BD) is unknown color: approx Deep Magenta. HEX triplet: CD, 28 and BD. RGB value is (205,40,189). Sum of RGB (Red+Green+Blue) = 205+40+189=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD28BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD28BD is #32D742. Grayscale: #696969. Windows color (decimal): -3331907 or 12396749. OLE color: 12396749.

HSL color Cylindrical-coordinate representation of color #CD28BD: hue angle of 305.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD28BD is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB20540189-
CMYK00.800.080.20
HSL305.82º67.35%48.04%-
HSV(B)305.82º80.49%80.39%-
XYZ35.1218.1749.8-
YUV106.32174.66198.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.24%
GREEN value IS 40 (16.02% from 255) = 9.22%
BLUE value IS 189 (74.22% from 255) = 43.55%
R=47.24%
G=9.22%
B=43.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2054018900.800.080.20305.8267.3548.04
HexCD28BD0508141324330
Octal315502750120102446210360
Binary1100110110100010111101010100001000101001001100101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD28BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD28BD; }

 p { color: rgb(205,40,189); }

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

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

 a { background-color: rgb(205,40,189); }

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

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

 span { border-color: rgb(205,40,189); }

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