#cf438d

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

Shades of Mulberry #CF438D

Tints of Mulberry #CF438D

Color information

#CF438D (or 0xCF438D) is unknown color: approx Mulberry. HEX triplet: CF, 43 and 8D. RGB value is (207,67,141). Sum of RGB (Red+Green+Blue) = 207+67+141=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF438D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF438D is #30BC72. Grayscale: #757575. Windows color (decimal): -3193971 or 9257935. OLE color: 9257935.

HSL color Cylindrical-coordinate representation of color #CF438D: hue angle of 328.29º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF438D is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB20767141-
CMYK00.680.320.19
HSL328.29º59.32%53.73%-
HSV(B)328.29º67.63%81.18%-
XYZ32.5519.227.19-
YUV117.3141.38191.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.88%
GREEN value IS 67 (26.56% from 255) = 16.14%
BLUE value IS 141 (55.47% from 255) = 33.98%
R=49.88%
G=16.14%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076714100.680.320.19328.2959.3253.73
HexCF438D04420131483b36
Octal317103215010440235107366
Binary110011111000011100011010100010010000010011101001000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf438d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf438d; }

 p { color: rgb(207,67,141); }

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

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

 a { background-color: rgb(207,67,141); }

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

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

 span { border-color: rgb(207,67,141); }

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