#CF3DA7

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

Shades of Mulberry #CF3DA7

Tints of Mulberry #CF3DA7

Color information

#CF3DA7 (or 0xCF3DA7) is unknown color: approx Mulberry. HEX triplet: CF, 3D and A7. RGB value is (207,61,167). Sum of RGB (Red+Green+Blue) = 207+61+167=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 167 (65.62% from 255 or 38.39% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3DA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3DA7 is #30C258. Grayscale: #747474. Windows color (decimal): -3195481 or 10960335. OLE color: 10960335.

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

Color convert

RGB20761167-
CMYK00.710.190.19
HSL316.44º60.33%52.55%-
HSV(B)316.44º70.53%81.18%-
XYZ34.3819.3938.49-
YUV116.74156.37192.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.59%
GREEN value IS 61 (24.22% from 255) = 14.02%
BLUE value IS 167 (65.62% from 255) = 38.39%
R=47.59%
G=14.02%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076116700.710.190.19316.4460.3352.55
HexCF3DA7047131313c3c35
Octal31775247010723234747465
Binary1100111111110110100111010001111001110011100111100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3DA7; }

 p { color: rgb(207,61,167); }

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

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

 a { background-color: rgb(207,61,167); }

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

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

 span { border-color: rgb(207,61,167); }

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