Shades of Mulberry #C33FA5
Tints of Mulberry #C33FA5
RGB
CMYK
RGB Variations
Color information
#C33FA5 (or 0xC33FA5) is known color: Mulberry. HEX triplet: C3, 3F and A5. RGB value is (195,63,165). Sum of RGB (Red+Green+Blue) = 195+63+165=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C33FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33FA5 is #3CC05A. Grayscale: #717171. Windows color (decimal): -3981403 or 10829763. OLE color: 10829763.
HSL color Cylindrical-coordinate representation of color #C33FA5: hue angle of 313.64º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33FA5 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 165 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.24 |
| HSL | 313.64º | 0.52% | 0.51% | - |
| HSV(B) | 313.64º | 0.68% | 0.76% | - |
| XYZ | 31.07 | 17.87 | 37.41 | - |
| YUV | 114.1 | 156.73 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 165 | 0 | 0.68 | 0.15 | 0.24 | 313.64 | 0.52 | 0.51 |
| Hex | C3 | 3F | A5 | 0 | 44 | F | 18 | 13A | 34 | 33 |
| Octal | 303 | 77 | 245 | 0 | 104 | 17 | 30 | 472 | 64 | 63 |
| Binary | 11000011 | 111111 | 10100101 | 0 | 1000100 | 1111 | 11000 | 100111010 | 110100 | 110011 |
Color Harmonies of #C33FA5
Complementary color
Monochromatic Colors of #C33FA5
Black with #C33FA5
Text Example
Text Example
White with #C33FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33FA5; }
p { color: rgb(195,63,165); }
H1.HeaderClassName
{
color: #C33FA5;
}
.AnyTagClassName
{
color: #C33FA5;
}
</style>
background-color css
<style>
a { background-color: #C33FA5; }
a { background-color: rgb(195,63,165); }
div.DivClassName
{
background-color: #C33FA5;
}
.BgClassName
{
background-color: #C33FA5;
}
</style>
border-color css
<style>
span { border-color: #C33FA5; }
span { border-color: rgb(195,63,165); }
td.TdClassName
{
border-color: #C33FA5;
}
.TagClassName
{
border-color: #C33FA5;
}
</style>