Shades of Royal Heath #C33F77
Tints of Royal Heath #C33F77
RGB
CMYK
RGB Variations
Color information
#C33F77 (or 0xC33F77) is known color: Royal Heath. HEX triplet: C3, 3F and 77. RGB value is (195,63,119). Sum of RGB (Red+Green+Blue) = 195+63+119=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33F77 is #3CC088. Grayscale: #6C6C6C. Windows color (decimal): -3981449 or 7815107. OLE color: 7815107.
HSL color Cylindrical-coordinate representation of color #C33F77: hue angle of 334.55º 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 #C33F77 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 119 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.24 |
| HSL | 334.55º | 0.52% | 0.51% | - |
| HSV(B) | 334.55º | 0.68% | 0.76% | - |
| XYZ | 27.61 | 16.49 | 19.18 | - |
| YUV | 108.85 | 133.73 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 119 | 0 | 0.68 | 0.39 | 0.24 | 334.55 | 0.52 | 0.51 |
| Hex | C3 | 3F | 77 | 0 | 44 | 27 | 18 | 14F | 34 | 33 |
| Octal | 303 | 77 | 167 | 0 | 104 | 47 | 30 | 517 | 64 | 63 |
| Binary | 11000011 | 111111 | 1110111 | 0 | 1000100 | 100111 | 11000 | 101001111 | 110100 | 110011 |
Color Harmonies of #C33F77
Complementary color
Monochromatic Colors of #C33F77
Black with #C33F77
Text Example
Text Example
White with #C33F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33F77; }
p { color: rgb(195,63,119); }
H1.HeaderClassName
{
color: #C33F77;
}
.AnyTagClassName
{
color: #C33F77;
}
</style>
background-color css
<style>
a { background-color: #C33F77; }
a { background-color: rgb(195,63,119); }
div.DivClassName
{
background-color: #C33F77;
}
.BgClassName
{
background-color: #C33F77;
}
</style>
border-color css
<style>
span { border-color: #C33F77; }
span { border-color: rgb(195,63,119); }
td.TdClassName
{
border-color: #C33F77;
}
.TagClassName
{
border-color: #C33F77;
}
</style>