#C342A0

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

Shades of Mulberry #C342A0

Tints of Mulberry #C342A0

Color information

#C342A0 (or 0xC342A0) is unknown color: approx Mulberry. HEX triplet: C3, 42 and A0. RGB value is (195,66,160). Sum of RGB (Red+Green+Blue) = 195+66+160=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C342A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C342A0 is #3CBD5F. Grayscale: #737373. Windows color (decimal): -3980640 or 10502851. OLE color: 10502851.

HSL color Cylindrical-coordinate representation of color #C342A0: hue angle of 316.28º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C342A0 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB19566160-
CMYK00.660.180.24
HSL316.28º51.81%51.18%-
HSV(B)316.28º66.15%76.47%-
XYZ30.818.0435.12-
YUV115.29153.24184.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.32%
GREEN value IS 66 (26.17% from 255) = 15.68%
BLUE value IS 160 (62.89% from 255) = 38.00%
R=46.32%
G=15.68%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956616000.660.180.24316.2851.8151.18
HexC342A0042121813c3433
Octal303102240010222304746463
Binary11000011100001010100000010000101001011000100111100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C342A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C342A0; }

 p { color: rgb(195,66,160); }

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

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

 a { background-color: rgb(195,66,160); }

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

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

 span { border-color: rgb(195,66,160); }

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