#C33EA5

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

Shades of Mulberry #C33EA5

Tints of Mulberry #C33EA5

Color information

#C33EA5 (or 0xC33EA5) is unknown color: approx Mulberry. HEX triplet: C3, 3E and A5. RGB value is (195,62,165). Sum of RGB (Red+Green+Blue) = 195+62+165=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C33EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33EA5 is #3CC15A. Grayscale: #717171. Windows color (decimal): -3981659 or 10829507. OLE color: 10829507.

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

Color convert

RGB19562165-
CMYK00.680.150.24
HSL313.53º52.57%50.39%-
HSV(B)313.53º68.21%76.47%-
XYZ31.0217.7637.39-
YUV113.51157.06186.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.21%
GREEN value IS 62 (24.61% from 255) = 14.69%
BLUE value IS 165 (64.84% from 255) = 39.10%
R=46.21%
G=14.69%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956216500.680.150.24313.5352.5750.39
HexC33EA5044F1813a3532
Octal30376245010417304726562
Binary110000111111101010010101000100111111000100111010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33EA5; }

 p { color: rgb(195,62,165); }

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

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

 a { background-color: rgb(195,62,165); }

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

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

 span { border-color: rgb(195,62,165); }

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