#CD4199

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

Shades of Mulberry #CD4199

Tints of Mulberry #CD4199

Color information

#CD4199 (or 0xCD4199) is unknown color: approx Mulberry. HEX triplet: CD, 41 and 99. RGB value is (205,65,153). Sum of RGB (Red+Green+Blue) = 205+65+153=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4199 is #32BE66. Grayscale: #747474. Windows color (decimal): -3325543 or 10043853. OLE color: 10043853.

HSL color Cylindrical-coordinate representation of color #CD4199: hue angle of 322.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD4199 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB20565153-
CMYK00.680.250.20
HSL322.29º58.33%52.94%-
HSV(B)322.29º68.29%80.39%-
XYZ32.8219.0632.09-
YUV116.89148.38190.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.46%
GREEN value IS 65 (25.78% from 255) = 15.37%
BLUE value IS 153 (60.16% from 255) = 36.17%
R=48.46%
G=15.37%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056515300.680.250.20322.2958.3352.94
HexCD419904419141423a35
Octal315101231010431245027265
Binary11001101100000110011001010001001100110100101000010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4199; }

 p { color: rgb(205,65,153); }

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

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

 a { background-color: rgb(205,65,153); }

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

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

 span { border-color: rgb(205,65,153); }

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