#CD08B1

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

Shades of Deep Magenta #CD08B1

Tints of Deep Magenta #CD08B1

Color information

#CD08B1 (or 0xCD08B1) is unknown color: approx Deep Magenta. HEX triplet: CD, 08 and B1. RGB value is (205,8,177). Sum of RGB (Red+Green+Blue) = 205+8+177=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 177 (69.53% from 255 or 45.38% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CD08B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD08B1 is #32F74E. Grayscale: #555555. Windows color (decimal): -3340111 or 11602125. OLE color: 11602125.

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

Color convert

RGB2058177-
CMYK00.960.140.20
HSL308.53º92.49%41.76%-
HSV(B)308.53º96.1%80.39%-
XYZ33.216.3343-
YUV86.17179.27212.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.56%
GREEN value IS 8 (3.52% from 255) = 2.05%
BLUE value IS 177 (69.53% from 255) = 45.38%
R=52.56%
G=2.05%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205817700.960.140.20308.5392.4941.76
HexCD8B1060E141355c2a
Octal315102610140162446513452
Binary11001101100010110001011000001110101001001101011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD08B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD08B1; }

 p { color: rgb(205,8,177); }

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

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

 a { background-color: rgb(205,8,177); }

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

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

 span { border-color: rgb(205,8,177); }

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