#C64F9E

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

Shades of Mulberry #C64F9E

Tints of Mulberry #C64F9E

Color information

#C64F9E (or 0xC64F9E) is unknown color: approx Mulberry. HEX triplet: C6, 4F and 9E. RGB value is (198,79,158). Sum of RGB (Red+Green+Blue) = 198+79+158=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64F9E is #39B061. Grayscale: #7B7B7B. Windows color (decimal): -3780706 or 10375110. OLE color: 10375110.

HSL color Cylindrical-coordinate representation of color #C64F9E: hue angle of 320.17º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C64F9E is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB19879158-
CMYK00.600.200.22
HSL320.17º51.07%54.31%-
HSV(B)320.17º60.1%77.65%-
XYZ32.2620.0734.52-
YUV123.59147.42181.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.52%
GREEN value IS 79 (31.25% from 255) = 18.16%
BLUE value IS 158 (62.11% from 255) = 36.32%
R=45.52%
G=18.16%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987915800.600.200.22320.1751.0754.31
HexC64F9E03C14161403336
Octal30611723607424265006366
Binary1100011010011111001111001111001010010110101000000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64F9E; }

 p { color: rgb(198,79,158); }

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

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

 a { background-color: rgb(198,79,158); }

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

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

 span { border-color: rgb(198,79,158); }

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