Shades of Royal Heath #C33F78
Tints of Royal Heath #C33F78
RGB
CMYK
RGB Variations
Color information
#C33F78 (or 0xC33F78) is known color: Royal Heath. HEX triplet: C3, 3F and 78. RGB value is (195,63,120). Sum of RGB (Red+Green+Blue) = 195+63+120=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33F78 is #3CC087. Grayscale: #6C6C6C. Windows color (decimal): -3981448 or 7880643. OLE color: 7880643.
HSL color Cylindrical-coordinate representation of color #C33F78: hue angle of 334.09º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33F78 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 120 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.24 |
| HSL | 334.09º | 0.52% | 0.51% | - |
| HSV(B) | 334.09º | 0.68% | 0.76% | - |
| XYZ | 27.67 | 16.51 | 19.5 | - |
| YUV | 108.97 | 134.23 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 120 | 0 | 0.68 | 0.38 | 0.24 | 334.09 | 0.52 | 0.51 |
| Hex | C3 | 3F | 78 | 0 | 44 | 26 | 18 | 14E | 34 | 33 |
| Octal | 303 | 77 | 170 | 0 | 104 | 46 | 30 | 516 | 64 | 63 |
| Binary | 11000011 | 111111 | 1111000 | 0 | 1000100 | 100110 | 11000 | 101001110 | 110100 | 110011 |
Color Harmonies of #C33F78
Complementary color
Monochromatic Colors of #C33F78
Black with #C33F78
Text Example
Text Example
White with #C33F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33F78; }
p { color: rgb(195,63,120); }
H1.HeaderClassName
{
color: #C33F78;
}
.AnyTagClassName
{
color: #C33F78;
}
</style>
background-color css
<style>
a { background-color: #C33F78; }
a { background-color: rgb(195,63,120); }
div.DivClassName
{
background-color: #C33F78;
}
.BgClassName
{
background-color: #C33F78;
}
</style>
border-color css
<style>
span { border-color: #C33F78; }
span { border-color: rgb(195,63,120); }
td.TdClassName
{
border-color: #C33F78;
}
.TagClassName
{
border-color: #C33F78;
}
</style>