Shades of Royal Heath #C33F74
Tints of Royal Heath #C33F74
RGB
CMYK
RGB Variations
Color information
#C33F74 (or 0xC33F74) is known color: Royal Heath. HEX triplet: C3, 3F and 74. RGB value is (195,63,116). Sum of RGB (Red+Green+Blue) = 195+63+116=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33F74 is #3CC08B. Grayscale: #6C6C6C. Windows color (decimal): -3981452 or 7618499. OLE color: 7618499.
HSL color Cylindrical-coordinate representation of color #C33F74: hue angle of 335.91º 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 #C33F74 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 116 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.24 |
| HSL | 335.91º | 0.52% | 0.51% | - |
| HSV(B) | 335.91º | 0.68% | 0.76% | - |
| XYZ | 27.44 | 16.42 | 18.25 | - |
| YUV | 108.51 | 132.23 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 116 | 0 | 0.68 | 0.41 | 0.24 | 335.91 | 0.52 | 0.51 |
| Hex | C3 | 3F | 74 | 0 | 44 | 29 | 18 | 150 | 34 | 33 |
| Octal | 303 | 77 | 164 | 0 | 104 | 51 | 30 | 520 | 64 | 63 |
| Binary | 11000011 | 111111 | 1110100 | 0 | 1000100 | 101001 | 11000 | 101010000 | 110100 | 110011 |
Color Harmonies of #C33F74
Complementary color
Monochromatic Colors of #C33F74
Black with #C33F74
Text Example
Text Example
White with #C33F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33F74; }
p { color: rgb(195,63,116); }
H1.HeaderClassName
{
color: #C33F74;
}
.AnyTagClassName
{
color: #C33F74;
}
</style>
background-color css
<style>
a { background-color: #C33F74; }
a { background-color: rgb(195,63,116); }
div.DivClassName
{
background-color: #C33F74;
}
.BgClassName
{
background-color: #C33F74;
}
</style>
border-color css
<style>
span { border-color: #C33F74; }
span { border-color: rgb(195,63,116); }
td.TdClassName
{
border-color: #C33F74;
}
.TagClassName
{
border-color: #C33F74;
}
</style>