Shades of Royal Heath #C33B72
Tints of Royal Heath #C33B72
RGB
CMYK
RGB Variations
Color information
#C33B72 (or 0xC33B72) is known color: Royal Heath. HEX triplet: C3, 3B and 72. RGB value is (195,59,114). Sum of RGB (Red+Green+Blue) = 195+59+114=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33B72 is #3CC48D. Grayscale: #696969. Windows color (decimal): -3982478 or 7486403. OLE color: 7486403.
HSL color Cylindrical-coordinate representation of color #C33B72: hue angle of 335.74º 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 #C33B72 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 114 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.24 |
| HSL | 335.74º | 0.54% | 0.5% | - |
| HSV(B) | 335.74º | 0.7% | 0.76% | - |
| XYZ | 27.11 | 15.94 | 17.57 | - |
| YUV | 105.93 | 132.56 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 114 | 0 | 0.70 | 0.42 | 0.24 | 335.74 | 0.54 | 0.5 |
| Hex | C3 | 3B | 72 | 0 | 46 | 2A | 18 | 150 | 36 | 32 |
| Octal | 303 | 73 | 162 | 0 | 106 | 52 | 30 | 520 | 66 | 62 |
| Binary | 11000011 | 111011 | 1110010 | 0 | 1000110 | 101010 | 11000 | 101010000 | 110110 | 110010 |
Color Harmonies of #C33B72
Complementary color
Monochromatic Colors of #C33B72
Black with #C33B72
Text Example
Text Example
White with #C33B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33B72; }
p { color: rgb(195,59,114); }
H1.HeaderClassName
{
color: #C33B72;
}
.AnyTagClassName
{
color: #C33B72;
}
</style>
background-color css
<style>
a { background-color: #C33B72; }
a { background-color: rgb(195,59,114); }
div.DivClassName
{
background-color: #C33B72;
}
.BgClassName
{
background-color: #C33B72;
}
</style>
border-color css
<style>
span { border-color: #C33B72; }
span { border-color: rgb(195,59,114); }
td.TdClassName
{
border-color: #C33B72;
}
.TagClassName
{
border-color: #C33B72;
}
</style>