#C34AA2

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

Shades of Mulberry #C34AA2

Tints of Mulberry #C34AA2

Color information

#C34AA2 (or 0xC34AA2) is unknown color: approx Mulberry. HEX triplet: C3, 4A and A2. RGB value is (195,74,162). Sum of RGB (Red+Green+Blue) = 195+74+162=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C34AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34AA2 is #3CB55D. Grayscale: #777777. Windows color (decimal): -3978590 or 10635971. OLE color: 10635971.

HSL color Cylindrical-coordinate representation of color #C34AA2: hue angle of 316.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 #C34AA2 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB19574162-
CMYK00.620.170.24
HSL316.36º50.21%52.75%-
HSV(B)316.36º62.05%76.47%-
XYZ31.4819.1136.21-
YUV120.21151.59181.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.24%
GREEN value IS 74 (29.30% from 255) = 17.17%
BLUE value IS 162 (63.67% from 255) = 37.59%
R=45.24%
G=17.17%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957416200.620.170.24316.3650.2152.75
HexC34AA203E111813c3235
Octal30311224207621304746265
Binary1100001110010101010001001111101000111000100111100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34AA2; }

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

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

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

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

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

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

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

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