#CD3E96

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

Shades of Mulberry #CD3E96

Tints of Mulberry #CD3E96

Color information

#CD3E96 (or 0xCD3E96) is unknown color: approx Mulberry. HEX triplet: CD, 3E and 96. RGB value is (205,62,150). Sum of RGB (Red+Green+Blue) = 205+62+150=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 62 (24.61% from 255 or 14.87% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3E96 is #32C169. Grayscale: #727272. Windows color (decimal): -3326314 or 9846477. OLE color: 9846477.

HSL color Cylindrical-coordinate representation of color #CD3E96: hue angle of 323.08º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD3E96 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB20562150-
CMYK00.700.270.20
HSL323.08º58.85%52.35%-
HSV(B)323.08º69.76%80.39%-
XYZ32.418.6330.74-
YUV114.79147.88192.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.16%
GREEN value IS 62 (24.61% from 255) = 14.87%
BLUE value IS 150 (58.98% from 255) = 35.97%
R=49.16%
G=14.87%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056215000.700.270.20323.0858.8552.35
HexCD3E960461B141433b34
Octal31576226010633245037364
Binary1100110111111010010110010001101101110100101000011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3E96; }

 p { color: rgb(205,62,150); }

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

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

 a { background-color: rgb(205,62,150); }

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

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

 span { border-color: rgb(205,62,150); }

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