#C33AA6

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

Shades of Mulberry #C33AA6

Tints of Mulberry #C33AA6

Color information

#C33AA6 (or 0xC33AA6) is unknown color: approx Mulberry. HEX triplet: C3, 3A and A6. RGB value is (195,58,166). Sum of RGB (Red+Green+Blue) = 195+58+166=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C33AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33AA6 is #3CC559. Grayscale: #6E6E6E. Windows color (decimal): -3982682 or 10894019. OLE color: 10894019.

HSL color Cylindrical-coordinate representation of color #C33AA6: hue angle of 312.7º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33AA6 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB19558166-
CMYK00.700.150.24
HSL312.7º54.15%49.61%-
HSV(B)312.7º70.26%76.47%-
XYZ30.917.3837.8-
YUV111.28158.89187.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.54%
GREEN value IS 58 (23.05% from 255) = 13.84%
BLUE value IS 166 (65.23% from 255) = 39.62%
R=46.54%
G=13.84%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955816600.700.150.24312.754.1549.61
HexC33AA6046F181393632
Octal30372246010617304716662
Binary110000111110101010011001000110111111000100111001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33AA6; }

 p { color: rgb(195,58,166); }

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

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

 a { background-color: rgb(195,58,166); }

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

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

 span { border-color: rgb(195,58,166); }

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