Shades of Royal Heath #C33970
Tints of Royal Heath #C33970
RGB
CMYK
RGB Variations
Color information
#C33970 (or 0xC33970) is known color: Royal Heath. HEX triplet: C3, 39 and 70. RGB value is (195,57,112). Sum of RGB (Red+Green+Blue) = 195+57+112=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C33970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33970 is #3CC68F. Grayscale: #686868. Windows color (decimal): -3982992 or 7354819. OLE color: 7354819.
HSL color Cylindrical-coordinate representation of color #C33970: hue angle of 336.09º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33970 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 112 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.24 |
| HSL | 336.09º | 0.55% | 0.49% | - |
| HSV(B) | 336.09º | 0.71% | 0.76% | - |
| XYZ | 26.89 | 15.7 | 16.94 | - |
| YUV | 104.53 | 132.22 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 112 | 0 | 0.71 | 0.43 | 0.24 | 336.09 | 0.55 | 0.49 |
| Hex | C3 | 39 | 70 | 0 | 47 | 2B | 18 | 150 | 37 | 31 |
| Octal | 303 | 71 | 160 | 0 | 107 | 53 | 30 | 520 | 67 | 61 |
| Binary | 11000011 | 111001 | 1110000 | 0 | 1000111 | 101011 | 11000 | 101010000 | 110111 | 110001 |
Color Harmonies of #C33970
Complementary color
Monochromatic Colors of #C33970
Black with #C33970
Text Example
Text Example
White with #C33970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33970; }
p { color: rgb(195,57,112); }
H1.HeaderClassName
{
color: #C33970;
}
.AnyTagClassName
{
color: #C33970;
}
</style>
background-color css
<style>
a { background-color: #C33970; }
a { background-color: rgb(195,57,112); }
div.DivClassName
{
background-color: #C33970;
}
.BgClassName
{
background-color: #C33970;
}
</style>
border-color css
<style>
span { border-color: #C33970; }
span { border-color: rgb(195,57,112); }
td.TdClassName
{
border-color: #C33970;
}
.TagClassName
{
border-color: #C33970;
}
</style>