#CF4D83

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

Shades of Mulberry #CF4D83

Tints of Mulberry #CF4D83

Color information

#CF4D83 (or 0xCF4D83) is unknown color: approx Mulberry. HEX triplet: CF, 4D and 83. RGB value is (207,77,131). Sum of RGB (Red+Green+Blue) = 207+77+131=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4D83 is #30B27C. Grayscale: #797979. Windows color (decimal): -3191421 or 8605135. OLE color: 8605135.

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

Color convert

RGB20777131-
CMYK00.630.370.19
HSL335.08º57.52%55.69%-
HSV(B)335.08º62.8%81.18%-
XYZ32.4820.2123.66-
YUV122.03133.07188.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.88%
GREEN value IS 77 (30.47% from 255) = 18.55%
BLUE value IS 131 (51.56% from 255) = 31.57%
R=49.88%
G=18.55%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077713100.630.370.19335.0857.5255.69
HexCF4D8303F251314f3a38
Octal31711520307745235177270
Binary11001111100110110000011011111110010110011101001111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4D83; }

 p { color: rgb(207,77,131); }

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

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

 a { background-color: rgb(207,77,131); }

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

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

 span { border-color: rgb(207,77,131); }

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