Shades of Royal Heath #C33B71
Tints of Royal Heath #C33B71
RGB
CMYK
RGB Variations
Color information
#C33B71 (or 0xC33B71) is known color: Royal Heath. HEX triplet: C3, 3B and 71. RGB value is (195,59,113). Sum of RGB (Red+Green+Blue) = 195+59+113=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33B71 is #3CC48E. Grayscale: #696969. Windows color (decimal): -3982479 or 7420867. OLE color: 7420867.
HSL color Cylindrical-coordinate representation of color #C33B71: hue angle of 336.18º 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 #C33B71 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 113 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.24 |
| HSL | 336.18º | 0.54% | 0.5% | - |
| HSV(B) | 336.18º | 0.7% | 0.76% | - |
| XYZ | 27.05 | 15.92 | 17.27 | - |
| YUV | 105.82 | 132.06 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 113 | 0 | 0.70 | 0.42 | 0.24 | 336.18 | 0.54 | 0.5 |
| Hex | C3 | 3B | 71 | 0 | 46 | 2A | 18 | 150 | 36 | 32 |
| Octal | 303 | 73 | 161 | 0 | 106 | 52 | 30 | 520 | 66 | 62 |
| Binary | 11000011 | 111011 | 1110001 | 0 | 1000110 | 101010 | 11000 | 101010000 | 110110 | 110010 |
Color Harmonies of #C33B71
Complementary color
Monochromatic Colors of #C33B71
Black with #C33B71
Text Example
Text Example
White with #C33B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33B71; }
p { color: rgb(195,59,113); }
H1.HeaderClassName
{
color: #C33B71;
}
.AnyTagClassName
{
color: #C33B71;
}
</style>
background-color css
<style>
a { background-color: #C33B71; }
a { background-color: rgb(195,59,113); }
div.DivClassName
{
background-color: #C33B71;
}
.BgClassName
{
background-color: #C33B71;
}
</style>
border-color css
<style>
span { border-color: #C33B71; }
span { border-color: rgb(195,59,113); }
td.TdClassName
{
border-color: #C33B71;
}
.TagClassName
{
border-color: #C33B71;
}
</style>