#C251A6

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

Shades of Mulberry #C251A6

Tints of Mulberry #C251A6

Color information

#C251A6 (or 0xC251A6) is unknown color: approx Mulberry. HEX triplet: C2, 51 and A6. RGB value is (194,81,166). Sum of RGB (Red+Green+Blue) = 194+81+166=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C251A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C251A6 is #3DAE59. Grayscale: #7C7C7C. Windows color (decimal): -4042330 or 10899906. OLE color: 10899906.

HSL color Cylindrical-coordinate representation of color #C251A6: hue angle of 314.87º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C251A6 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB19481166-
CMYK00.580.140.24
HSL314.87º48.09%53.92%-
HSV(B)314.87º58.25%76.08%-
XYZ32.0720.1138.27-
YUV124.48151.44177.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.99%
GREEN value IS 81 (32.03% from 255) = 18.37%
BLUE value IS 166 (65.23% from 255) = 37.64%
R=43.99%
G=18.37%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948116600.580.140.24314.8748.0953.92
HexC251A603AE1813b3036
Octal30212124607216304736066
Binary110000101010001101001100111010111011000100111011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C251A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C251A6; }

 p { color: rgb(194,81,166); }

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

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

 a { background-color: rgb(194,81,166); }

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

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

 span { border-color: rgb(194,81,166); }

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