#C351A3

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

Shades of Mulberry #C351A3

Tints of Mulberry #C351A3

Color information

#C351A3 (or 0xC351A3) is unknown color: approx Mulberry. HEX triplet: C3, 51 and A3. RGB value is (195,81,163). Sum of RGB (Red+Green+Blue) = 195+81+163=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C351A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C351A3 is #3CAE5C. Grayscale: #7C7C7C. Windows color (decimal): -3976797 or 10703299. OLE color: 10703299.

HSL color Cylindrical-coordinate representation of color #C351A3: hue angle of 316.84º degrees, saturation: 0.49, 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 #C351A3 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB19581163-
CMYK00.580.160.24
HSL316.84º48.72%54.12%-
HSV(B)316.84º58.46%76.47%-
XYZ32.0620.1336.85-
YUV124.43149.77178.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.42%
GREEN value IS 81 (32.03% from 255) = 18.45%
BLUE value IS 163 (64.06% from 255) = 37.13%
R=44.42%
G=18.45%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958116300.580.160.24316.8448.7254.12
HexC351A303A101813d3136
Octal30312124307220304756166
Binary1100001110100011010001101110101000011000100111101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C351A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C351A3; }

 p { color: rgb(195,81,163); }

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

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

 a { background-color: rgb(195,81,163); }

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

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

 span { border-color: rgb(195,81,163); }

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