Shades of Royal Heath #C33D73
Tints of Royal Heath #C33D73
RGB
CMYK
RGB Variations
Color information
#C33D73 (or 0xC33D73) is known color: Royal Heath. HEX triplet: C3, 3D and 73. RGB value is (195,61,115). Sum of RGB (Red+Green+Blue) = 195+61+115=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33D73 is #3CC28C. Grayscale: #6B6B6B. Windows color (decimal): -3981965 or 7552451. OLE color: 7552451.
HSL color Cylindrical-coordinate representation of color #C33D73: hue angle of 335.82º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33D73 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 115 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.24 |
| HSL | 335.82º | 0.53% | 0.5% | - |
| HSV(B) | 335.82º | 0.69% | 0.76% | - |
| XYZ | 27.27 | 16.18 | 17.9 | - |
| YUV | 107.22 | 132.39 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 115 | 0 | 0.69 | 0.41 | 0.24 | 335.82 | 0.53 | 0.5 |
| Hex | C3 | 3D | 73 | 0 | 45 | 29 | 18 | 150 | 35 | 32 |
| Octal | 303 | 75 | 163 | 0 | 105 | 51 | 30 | 520 | 65 | 62 |
| Binary | 11000011 | 111101 | 1110011 | 0 | 1000101 | 101001 | 11000 | 101010000 | 110101 | 110010 |
Color Harmonies of #C33D73
Complementary color
Monochromatic Colors of #C33D73
Black with #C33D73
Text Example
Text Example
White with #C33D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D73; }
p { color: rgb(195,61,115); }
H1.HeaderClassName
{
color: #C33D73;
}
.AnyTagClassName
{
color: #C33D73;
}
</style>
background-color css
<style>
a { background-color: #C33D73; }
a { background-color: rgb(195,61,115); }
div.DivClassName
{
background-color: #C33D73;
}
.BgClassName
{
background-color: #C33D73;
}
</style>
border-color css
<style>
span { border-color: #C33D73; }
span { border-color: rgb(195,61,115); }
td.TdClassName
{
border-color: #C33D73;
}
.TagClassName
{
border-color: #C33D73;
}
</style>