Shades of Mulberry #C33FA7
Tints of Mulberry #C33FA7
RGB
CMYK
RGB Variations
Color information
#C33FA7 (or 0xC33FA7) is known color: Mulberry. HEX triplet: C3, 3F and A7. RGB value is (195,63,167). Sum of RGB (Red+Green+Blue) = 195+63+167=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 167 (65.62% from 255 or 39.29% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C33FA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33FA7 is #3CC058. Grayscale: #727272. Windows color (decimal): -3981401 or 10960835. OLE color: 10960835.
HSL color Cylindrical-coordinate representation of color #C33FA7: hue angle of 312.73º 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 #C33FA7 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 167 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.24 |
| HSL | 312.73º | 0.52% | 0.51% | - |
| HSV(B) | 312.73º | 0.68% | 0.76% | - |
| XYZ | 31.26 | 17.95 | 38.38 | - |
| YUV | 114.32 | 157.73 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 167 | 0 | 0.68 | 0.14 | 0.24 | 312.73 | 0.52 | 0.51 |
| Hex | C3 | 3F | A7 | 0 | 44 | E | 18 | 139 | 34 | 33 |
| Octal | 303 | 77 | 247 | 0 | 104 | 16 | 30 | 471 | 64 | 63 |
| Binary | 11000011 | 111111 | 10100111 | 0 | 1000100 | 1110 | 11000 | 100111001 | 110100 | 110011 |
Color Harmonies of #C33FA7
Complementary color
Monochromatic Colors of #C33FA7
Black with #C33FA7
Text Example
Text Example
White with #C33FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33FA7; }
p { color: rgb(195,63,167); }
H1.HeaderClassName
{
color: #C33FA7;
}
.AnyTagClassName
{
color: #C33FA7;
}
</style>
background-color css
<style>
a { background-color: #C33FA7; }
a { background-color: rgb(195,63,167); }
div.DivClassName
{
background-color: #C33FA7;
}
.BgClassName
{
background-color: #C33FA7;
}
</style>
border-color css
<style>
span { border-color: #C33FA7; }
span { border-color: rgb(195,63,167); }
td.TdClassName
{
border-color: #C33FA7;
}
.TagClassName
{
border-color: #C33FA7;
}
</style>