#CF457F

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

Shades of Mulberry #CF457F

Tints of Mulberry #CF457F

Color information

#CF457F (or 0xCF457F) is unknown color: approx Mulberry. HEX triplet: CF, 45 and 7F. RGB value is (207,69,127). Sum of RGB (Red+Green+Blue) = 207+69+127=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF457F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF457F is #30BA80. Grayscale: #747474. Windows color (decimal): -3193473 or 8340943. OLE color: 8340943.

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

Color convert

RGB20769127-
CMYK00.670.390.19
HSL334.78º58.97%54.12%-
HSV(B)334.78º66.67%81.18%-
XYZ31.6919.0522.09-
YUV116.87133.72192.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.36%
GREEN value IS 69 (27.34% from 255) = 17.12%
BLUE value IS 127 (50% from 255) = 31.51%
R=51.36%
G=17.12%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076912700.670.390.19334.7858.9754.12
HexCF457F043271314f3b36
Octal317105177010347235177366
Binary11001111100010111111110100001110011110011101001111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF457F; }

 p { color: rgb(207,69,127); }

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

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

 a { background-color: rgb(207,69,127); }

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

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

 span { border-color: rgb(207,69,127); }

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