#CF3B9D

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

Shades of Mulberry #CF3B9D

Tints of Mulberry #CF3B9D

Color information

#CF3B9D (or 0xCF3B9D) is unknown color: approx Mulberry. HEX triplet: CF, 3B and 9D. RGB value is (207,59,157). Sum of RGB (Red+Green+Blue) = 207+59+157=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3B9D is #30C462. Grayscale: #727272. Windows color (decimal): -3196003 or 10304463. OLE color: 10304463.

HSL color Cylindrical-coordinate representation of color #CF3B9D: hue angle of 320.27º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3B9D is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB20759157-
CMYK00.710.240.19
HSL320.27º60.66%52.16%-
HSV(B)320.27º71.5%81.18%-
XYZ33.3818.8333.77-
YUV114.42152.03194.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.94%
GREEN value IS 59 (23.44% from 255) = 13.95%
BLUE value IS 157 (61.72% from 255) = 37.12%
R=48.94%
G=13.95%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075915700.710.240.19320.2760.6652.16
HexCF3B9D04718131403d34
Octal31773235010730235007564
Binary1100111111101110011101010001111100010011101000000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3B9D; }

 p { color: rgb(207,59,157); }

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

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

 a { background-color: rgb(207,59,157); }

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

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

 span { border-color: rgb(207,59,157); }

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