#CF417F

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

Shades of Mulberry #CF417F

Tints of Mulberry #CF417F

Color information

#CF417F (or 0xCF417F) is unknown color: approx Mulberry. HEX triplet: CF, 41 and 7F. RGB value is (207,65,127). Sum of RGB (Red+Green+Blue) = 207+65+127=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF417F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF417F is #30BE80. Grayscale: #727272. Windows color (decimal): -3194497 or 8339919. OLE color: 8339919.

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

Color convert

RGB20765127-
CMYK00.690.390.19
HSL333.8º59.66%53.33%-
HSV(B)333.8º68.6%81.18%-
XYZ31.4518.5822.01-
YUV114.53135.04193.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.88%
GREEN value IS 65 (25.78% from 255) = 16.29%
BLUE value IS 127 (50% from 255) = 31.83%
R=51.88%
G=16.29%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076512700.690.390.19333.859.6653.33
HexCF417F045271314e3c35
Octal317101177010547235167465
Binary11001111100000111111110100010110011110011101001110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF417F; }

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

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

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

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

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

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

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

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