#CD4F9F

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

Shades of Mulberry #CD4F9F

Tints of Mulberry #CD4F9F

Color information

#CD4F9F (or 0xCD4F9F) is unknown color: approx Mulberry. HEX triplet: CD, 4F and 9F. RGB value is (205,79,159). Sum of RGB (Red+Green+Blue) = 205+79+159=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD4F9F is #32B060. Grayscale: #7D7D7D. Windows color (decimal): -3321953 or 10440653. OLE color: 10440653.

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

Color convert

RGB20579159-
CMYK00.610.220.20
HSL321.9º55.75%55.69%-
HSV(B)321.9º61.46%80.39%-
XYZ34.2321.0735.06-
YUV125.79146.74184.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.28%
GREEN value IS 79 (31.25% from 255) = 17.83%
BLUE value IS 159 (62.5% from 255) = 35.89%
R=46.28%
G=17.83%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057915900.610.220.20321.955.7555.69
HexCD4F9F03D16141423838
Octal31511723707526245027070
Binary1100110110011111001111101111011011010100101000010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4F9F; }

 p { color: rgb(205,79,159); }

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

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

 a { background-color: rgb(205,79,159); }

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

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

 span { border-color: rgb(205,79,159); }

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