#CD4E94

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

Shades of Mulberry #CD4E94

Tints of Mulberry #CD4E94

Color information

#CD4E94 (or 0xCD4E94) is unknown color: approx Mulberry. HEX triplet: CD, 4E and 94. RGB value is (205,78,148). Sum of RGB (Red+Green+Blue) = 205+78+148=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD4E94 is #32B16B. Grayscale: #7B7B7B. Windows color (decimal): -3322220 or 9719501. OLE color: 9719501.

HSL color Cylindrical-coordinate representation of color #CD4E94: hue angle of 326.93º 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 #CD4E94 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB20578148-
CMYK00.620.280.20
HSL326.93º55.95%55.49%-
HSV(B)326.93º61.95%80.39%-
XYZ33.2520.5730.23-
YUV123.95141.58185.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.56%
GREEN value IS 78 (30.86% from 255) = 18.10%
BLUE value IS 148 (58.20% from 255) = 34.34%
R=47.56%
G=18.10%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057814800.620.280.20326.9355.9555.49
HexCD4E9403E1C141473837
Octal31511622407634245077067
Binary1100110110011101001010001111101110010100101000111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4E94; }

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

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

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

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

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

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

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

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