#CF36AB

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

Shades of Mulberry #CF36AB

Tints of Mulberry #CF36AB

Color information

#CF36AB (or 0xCF36AB) is unknown color: approx Mulberry. HEX triplet: CF, 36 and AB. RGB value is (207,54,171). Sum of RGB (Red+Green+Blue) = 207+54+171=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF36AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF36AB is #30C954. Grayscale: #707070. Windows color (decimal): -3197269 or 11220687. OLE color: 11220687.

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

Color convert

RGB20754171-
CMYK00.740.170.19
HSL314.12º61.45%51.18%-
HSV(B)314.12º73.91%81.18%-
XYZ34.418.8440.35-
YUV113.08160.69194.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.92%
GREEN value IS 54 (21.48% from 255) = 12.5%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=47.92%
G=12.5%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075417100.740.170.19314.1261.4551.18
HexCF36AB04A111313a3d33
Octal31766253011221234727563
Binary1100111111011010101011010010101000110011100111010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF36AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF36AB; }

 p { color: rgb(207,54,171); }

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

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

 a { background-color: rgb(207,54,171); }

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

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

 span { border-color: rgb(207,54,171); }

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