#CD26B8

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

Shades of Deep Magenta #CD26B8

Tints of Deep Magenta #CD26B8

Color information

#CD26B8 (or 0xCD26B8) is unknown color: approx Deep Magenta. HEX triplet: CD, 26 and B8. RGB value is (205,38,184). Sum of RGB (Red+Green+Blue) = 205+38+184=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 38 (15.23% from 255 or 8.90% from 427); Blue value is 184 (72.27% from 255 or 43.09% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD26B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD26B8 is #32D947. Grayscale: #686868. Windows color (decimal): -3332424 or 12068557. OLE color: 12068557.

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

Color convert

RGB20538184-
CMYK00.810.100.20
HSL307.54º68.72%47.65%-
HSV(B)307.54º81.46%80.39%-
XYZ34.5217.8346.97-
YUV104.58172.83199.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.01%
GREEN value IS 38 (15.23% from 255) = 8.90%
BLUE value IS 184 (72.27% from 255) = 43.09%
R=48.01%
G=8.90%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2053818400.810.100.20307.5468.7247.65
HexCD26B8051A141344530
Octal315462700121122446410560
Binary1100110110011010111000010100011010101001001101001000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD26B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD26B8; }

 p { color: rgb(205,38,184); }

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

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

 a { background-color: rgb(205,38,184); }

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

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

 span { border-color: rgb(205,38,184); }

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