#cf428f

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

Shades of Mulberry #CF428F

Tints of Mulberry #CF428F

Color information

#CF428F (or 0xCF428F) is unknown color: approx Mulberry. HEX triplet: CF, 42 and 8F. RGB value is (207,66,143). Sum of RGB (Red+Green+Blue) = 207+66+143=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF428F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF428F is #30BD70. Grayscale: #747474. Windows color (decimal): -3194225 or 9388751. OLE color: 9388751.

HSL color Cylindrical-coordinate representation of color #CF428F: hue angle of 327.23º 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 #CF428F is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB20766143-
CMYK00.680.310.19
HSL327.23º59.49%53.53%-
HSV(B)327.23º68.12%81.18%-
XYZ32.6419.1427.96-
YUV116.94142.71192.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.76%
GREEN value IS 66 (26.17% from 255) = 15.87%
BLUE value IS 143 (56.25% from 255) = 34.38%
R=49.76%
G=15.87%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076614300.680.310.19327.2359.4953.53
HexCF428F0441F131473b36
Octal317102217010437235077366
Binary11001111100001010001111010001001111110011101000111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf428f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf428f; }

 p { color: rgb(207,66,143); }

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

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

 a { background-color: rgb(207,66,143); }

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

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

 span { border-color: rgb(207,66,143); }

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