#CF418D

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

Shades of Mulberry #CF418D

Tints of Mulberry #CF418D

Color information

#CF418D (or 0xCF418D) is unknown color: approx Mulberry. HEX triplet: CF, 41 and 8D. RGB value is (207,65,141). Sum of RGB (Red+Green+Blue) = 207+65+141=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF418D is #30BE72. Grayscale: #737373. Windows color (decimal): -3194483 or 9257423. OLE color: 9257423.

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

Color convert

RGB20765141-
CMYK00.690.320.19
HSL327.89º59.66%53.33%-
HSV(B)327.89º68.6%81.18%-
XYZ32.4318.9727.15-
YUV116.12142.04192.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.12%
GREEN value IS 65 (25.78% from 255) = 15.74%
BLUE value IS 141 (55.47% from 255) = 34.14%
R=50.12%
G=15.74%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076514100.690.320.19327.8959.6653.33
HexCF418D04520131483c35
Octal317101215010540235107465
Binary110011111000001100011010100010110000010011101001000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF418D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF418D; }

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

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

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

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

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

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

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

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