#CF4E8A

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

Shades of Mulberry #CF4E8A

Tints of Mulberry #CF4E8A

Color information

#CF4E8A (or 0xCF4E8A) is unknown color: approx Mulberry. HEX triplet: CF, 4E and 8A. RGB value is (207,78,138). Sum of RGB (Red+Green+Blue) = 207+78+138=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4E8A is #30B175. Grayscale: #7B7B7B. Windows color (decimal): -3191158 or 9064143. OLE color: 9064143.

HSL color Cylindrical-coordinate representation of color #CF4E8A: hue angle of 332.09º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF4E8A is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB20778138-
CMYK00.620.330.19
HSL332.09º57.33%55.88%-
HSV(B)332.09º62.32%81.18%-
XYZ33.0420.5526.27-
YUV123.41136.24187.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.94%
GREEN value IS 78 (30.86% from 255) = 18.44%
BLUE value IS 138 (54.30% from 255) = 32.62%
R=48.94%
G=18.44%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077813800.620.330.19332.0957.3355.88
HexCF4E8A03E211314c3938
Octal31711621207641235147170
Binary11001111100111010001010011111010000110011101001100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4E8A; }

 p { color: rgb(207,78,138); }

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

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

 a { background-color: rgb(207,78,138); }

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

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

 span { border-color: rgb(207,78,138); }

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