#CD51A2

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

Shades of Mulberry #CD51A2

Tints of Mulberry #CD51A2

Color information

#CD51A2 (or 0xCD51A2) is unknown color: approx Mulberry. HEX triplet: CD, 51 and A2. RGB value is (205,81,162). Sum of RGB (Red+Green+Blue) = 205+81+162=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CD51A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD51A2 is #32AE5D. Grayscale: #7F7F7F. Windows color (decimal): -3321438 or 10637773. OLE color: 10637773.

HSL color Cylindrical-coordinate representation of color #CD51A2: hue angle of 320.81º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD51A2 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB20581162-
CMYK00.600.210.20
HSL320.81º55.36%56.08%-
HSV(B)320.81º60.49%80.39%-
XYZ34.6421.4736.5-
YUV127.31147.58183.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.76%
GREEN value IS 81 (32.03% from 255) = 18.08%
BLUE value IS 162 (63.67% from 255) = 36.16%
R=45.76%
G=18.08%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058116200.600.210.20320.8155.3656.08
HexCD51A203C15141413738
Octal31512124207425245016770
Binary1100110110100011010001001111001010110100101000001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD51A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD51A2; }

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

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

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

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

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

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

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

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