#C34AA0

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

Shades of Mulberry #C34AA0

Tints of Mulberry #C34AA0

Color information

#C34AA0 (or 0xC34AA0) is unknown color: approx Mulberry. HEX triplet: C3, 4A and A0. RGB value is (195,74,160). Sum of RGB (Red+Green+Blue) = 195+74+160=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C34AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34AA0 is #3CB55F. Grayscale: #777777. Windows color (decimal): -3978592 or 10504899. OLE color: 10504899.

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

Color convert

RGB19574160-
CMYK00.620.180.24
HSL317.36º50.21%52.75%-
HSV(B)317.36º62.05%76.47%-
XYZ31.319.0435.28-
YUV119.98150.59181.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.45%
GREEN value IS 74 (29.30% from 255) = 17.25%
BLUE value IS 160 (62.89% from 255) = 37.30%
R=45.45%
G=17.25%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957416000.620.180.24317.3650.2152.75
HexC34AA003E121813d3235
Octal30311224007622304756265
Binary1100001110010101010000001111101001011000100111101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34AA0; }

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

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

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

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

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

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

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

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