#CD4E95

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

Shades of Mulberry #CD4E95

Tints of Mulberry #CD4E95

Color information

#CD4E95 (or 0xCD4E95) is unknown color: approx Mulberry. HEX triplet: CD, 4E and 95. RGB value is (205,78,149). Sum of RGB (Red+Green+Blue) = 205+78+149=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD4E95 is #32B16A. Grayscale: #7B7B7B. Windows color (decimal): -3322219 or 9785037. OLE color: 9785037.

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

Color convert

RGB20578149-
CMYK00.620.270.20
HSL326.46º55.95%55.49%-
HSV(B)326.46º61.95%80.39%-
XYZ33.3320.630.65-
YUV124.07142.08185.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.45%
GREEN value IS 78 (30.86% from 255) = 18.06%
BLUE value IS 149 (58.59% from 255) = 34.49%
R=47.45%
G=18.06%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057814900.620.270.20326.4655.9555.49
HexCD4E9503E1B141463837
Octal31511622507633245067067
Binary1100110110011101001010101111101101110100101000110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4E95; }

 p { color: rgb(205,78,149); }

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

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

 a { background-color: rgb(205,78,149); }

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

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

 span { border-color: rgb(205,78,149); }

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