Shades of Royal Heath #C33973
Tints of Royal Heath #C33973
RGB
CMYK
RGB Variations
Color information
#C33973 (or 0xC33973) is known color: Royal Heath. HEX triplet: C3, 39 and 73. RGB value is (195,57,115). Sum of RGB (Red+Green+Blue) = 195+57+115=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C33973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33973 is #3CC68C. Grayscale: #686868. Windows color (decimal): -3982989 or 7551427. OLE color: 7551427.
HSL color Cylindrical-coordinate representation of color #C33973: hue angle of 334.78º 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 #C33973 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 115 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.24 |
| HSL | 334.78º | 0.55% | 0.49% | - |
| HSV(B) | 334.78º | 0.71% | 0.76% | - |
| XYZ | 27.06 | 15.77 | 17.84 | - |
| YUV | 104.87 | 133.72 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 115 | 0 | 0.71 | 0.41 | 0.24 | 334.78 | 0.55 | 0.49 |
| Hex | C3 | 39 | 73 | 0 | 47 | 29 | 18 | 14F | 37 | 31 |
| Octal | 303 | 71 | 163 | 0 | 107 | 51 | 30 | 517 | 67 | 61 |
| Binary | 11000011 | 111001 | 1110011 | 0 | 1000111 | 101001 | 11000 | 101001111 | 110111 | 110001 |
Color Harmonies of #C33973
Complementary color
Monochromatic Colors of #C33973
Black with #C33973
Text Example
Text Example
White with #C33973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33973; }
p { color: rgb(195,57,115); }
H1.HeaderClassName
{
color: #C33973;
}
.AnyTagClassName
{
color: #C33973;
}
</style>
background-color css
<style>
a { background-color: #C33973; }
a { background-color: rgb(195,57,115); }
div.DivClassName
{
background-color: #C33973;
}
.BgClassName
{
background-color: #C33973;
}
</style>
border-color css
<style>
span { border-color: #C33973; }
span { border-color: rgb(195,57,115); }
td.TdClassName
{
border-color: #C33973;
}
.TagClassName
{
border-color: #C33973;
}
</style>