Shades of Royal Heath #C33971
Tints of Royal Heath #C33971
RGB
CMYK
RGB Variations
Color information
#C33971 (or 0xC33971) is known color: Royal Heath. HEX triplet: C3, 39 and 71. RGB value is (195,57,113). Sum of RGB (Red+Green+Blue) = 195+57+113=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C33971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33971 is #3CC68E. Grayscale: #686868. Windows color (decimal): -3982991 or 7420355. OLE color: 7420355.
HSL color Cylindrical-coordinate representation of color #C33971: hue angle of 335.65º 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 #C33971 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 113 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.24 |
| HSL | 335.65º | 0.55% | 0.49% | - |
| HSV(B) | 335.65º | 0.71% | 0.76% | - |
| XYZ | 26.95 | 15.72 | 17.24 | - |
| YUV | 104.65 | 132.72 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 113 | 0 | 0.71 | 0.42 | 0.24 | 335.65 | 0.55 | 0.49 |
| Hex | C3 | 39 | 71 | 0 | 47 | 2A | 18 | 150 | 37 | 31 |
| Octal | 303 | 71 | 161 | 0 | 107 | 52 | 30 | 520 | 67 | 61 |
| Binary | 11000011 | 111001 | 1110001 | 0 | 1000111 | 101010 | 11000 | 101010000 | 110111 | 110001 |
Color Harmonies of #C33971
Complementary color
Monochromatic Colors of #C33971
Black with #C33971
Text Example
Text Example
White with #C33971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33971; }
p { color: rgb(195,57,113); }
H1.HeaderClassName
{
color: #C33971;
}
.AnyTagClassName
{
color: #C33971;
}
</style>
background-color css
<style>
a { background-color: #C33971; }
a { background-color: rgb(195,57,113); }
div.DivClassName
{
background-color: #C33971;
}
.BgClassName
{
background-color: #C33971;
}
</style>
border-color css
<style>
span { border-color: #C33971; }
span { border-color: rgb(195,57,113); }
td.TdClassName
{
border-color: #C33971;
}
.TagClassName
{
border-color: #C33971;
}
</style>