#CD28B6

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

Shades of Deep Magenta #CD28B6

Tints of Deep Magenta #CD28B6

Color information

#CD28B6 (or 0xCD28B6) is unknown color: approx Deep Magenta. HEX triplet: CD, 28 and B6. RGB value is (205,40,182). Sum of RGB (Red+Green+Blue) = 205+40+182=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 182 (71.48% from 255 or 42.62% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD28B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD28B6 is #32D749. Grayscale: #696969. Windows color (decimal): -3331914 or 11937997. OLE color: 11937997.

HSL color Cylindrical-coordinate representation of color #CD28B6: hue angle of 308.36º 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 #CD28B6 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB20540182-
CMYK00.800.110.20
HSL308.36º67.35%48.04%-
HSV(B)308.36º80.49%80.39%-
XYZ34.3817.8745.89-
YUV105.52171.16198.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.01%
GREEN value IS 40 (16.02% from 255) = 9.37%
BLUE value IS 182 (71.48% from 255) = 42.62%
R=48.01%
G=9.37%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2054018200.800.110.20308.3667.3548.04
HexCD28B6050B141344330
Octal315502660120132446410360
Binary1100110110100010110110010100001011101001001101001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD28B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD28B6; }

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

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

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

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

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

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

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

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