#C341A7

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

Shades of Mulberry #C341A7

Tints of Mulberry #C341A7

Color information

#C341A7 (or 0xC341A7) is unknown color: approx Mulberry. HEX triplet: C3, 41 and A7. RGB value is (195,65,167). Sum of RGB (Red+Green+Blue) = 195+65+167=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 167 (65.62% from 255 or 39.11% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C341A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C341A7 is #3CBE58. Grayscale: #737373. Windows color (decimal): -3980889 or 10961347. OLE color: 10961347.

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

Color convert

RGB19565167-
CMYK00.670.140.24
HSL312.92º52%50.98%-
HSV(B)312.92º66.67%76.47%-
XYZ31.3718.1738.41-
YUV115.5157.07184.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.67%
GREEN value IS 65 (25.78% from 255) = 15.22%
BLUE value IS 167 (65.62% from 255) = 39.11%
R=45.67%
G=15.22%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956516700.670.140.24312.925250.98
HexC341A7043E181393433
Octal303101247010316304716463
Binary1100001110000011010011101000011111011000100111001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C341A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C341A7; }

 p { color: rgb(195,65,167); }

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

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

 a { background-color: rgb(195,65,167); }

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

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

 span { border-color: rgb(195,65,167); }

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