#CF509A

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

Shades of Mulberry #CF509A

Tints of Mulberry #CF509A

Color information

#CF509A (or 0xCF509A) is unknown color: approx Mulberry. HEX triplet: CF, 50 and 9A. RGB value is (207,80,154). Sum of RGB (Red+Green+Blue) = 207+80+154=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF509A is #30AF65. Grayscale: #7E7E7E. Windows color (decimal): -3190630 or 10113231. OLE color: 10113231.

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

Color convert

RGB20780154-
CMYK00.610.260.19
HSL325.04º56.95%56.27%-
HSV(B)325.04º61.35%81.18%-
XYZ34.4321.3432.88-
YUV126.41143.58185.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.94%
GREEN value IS 80 (31.64% from 255) = 18.14%
BLUE value IS 154 (60.55% from 255) = 34.92%
R=46.94%
G=18.14%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078015400.610.260.19325.0456.9556.27
HexCF509A03D1A131453938
Octal31712023207532235057170
Binary1100111110100001001101001111011101010011101000101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF509A; }

 p { color: rgb(207,80,154); }

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

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

 a { background-color: rgb(207,80,154); }

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

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

 span { border-color: rgb(207,80,154); }

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