#CF53A0

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

Shades of Mulberry #CF53A0

Tints of Mulberry #CF53A0

Color information

#CF53A0 (or 0xCF53A0) is unknown color: approx Mulberry. HEX triplet: CF, 53 and A0. RGB value is (207,83,160). Sum of RGB (Red+Green+Blue) = 207+83+160=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF53A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF53A0 is #30AC5F. Grayscale: #808080. Windows color (decimal): -3189856 or 10507215. OLE color: 10507215.

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

Color convert

RGB20783160-
CMYK00.600.230.19
HSL322.74º56.36%56.86%-
HSV(B)322.74º59.9%81.18%-
XYZ35.1721.9935.65-
YUV128.85145.58183.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46%
GREEN value IS 83 (32.81% from 255) = 18.44%
BLUE value IS 160 (62.89% from 255) = 35.56%
R=46%
G=18.44%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078316000.600.230.19322.7456.3656.86
HexCF53A003C17131433839
Octal31712324007427235037071
Binary1100111110100111010000001111001011110011101000011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF53A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF53A0; }

 p { color: rgb(207,83,160); }

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

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

 a { background-color: rgb(207,83,160); }

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

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

 span { border-color: rgb(207,83,160); }

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