#CD41A2

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

Shades of Mulberry #CD41A2

Tints of Mulberry #CD41A2

Color information

#CD41A2 (or 0xCD41A2) is unknown color: approx Mulberry. HEX triplet: CD, 41 and A2. RGB value is (205,65,162). Sum of RGB (Red+Green+Blue) = 205+65+162=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD41A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD41A2 is #32BE5D. Grayscale: #757575. Windows color (decimal): -3325534 or 10633677. OLE color: 10633677.

HSL color Cylindrical-coordinate representation of color #CD41A2: hue angle of 318.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD41A2 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB20565162-
CMYK00.680.210.20
HSL318.43º58.33%52.94%-
HSV(B)318.43º68.29%80.39%-
XYZ33.5919.3736.15-
YUV117.92152.88190.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.45%
GREEN value IS 65 (25.78% from 255) = 15.05%
BLUE value IS 162 (63.67% from 255) = 37.5%
R=47.45%
G=15.05%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056516200.680.210.20318.4358.3352.94
HexCD41A2044151413e3a35
Octal315101242010425244767265
Binary11001101100000110100010010001001010110100100111110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD41A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD41A2; }

 p { color: rgb(205,65,162); }

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

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

 a { background-color: rgb(205,65,162); }

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

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

 span { border-color: rgb(205,65,162); }

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