Shades of Royal Heath #C33F75
Tints of Royal Heath #C33F75
RGB
CMYK
RGB Variations
Color information
#C33F75 (or 0xC33F75) is known color: Royal Heath. HEX triplet: C3, 3F and 75. RGB value is (195,63,117). Sum of RGB (Red+Green+Blue) = 195+63+117=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33F75 is #3CC08A. Grayscale: #6C6C6C. Windows color (decimal): -3981451 or 7684035. OLE color: 7684035.
HSL color Cylindrical-coordinate representation of color #C33F75: hue angle of 335.45º 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 #C33F75 is Cyan = 0, Magento = 0.68, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 117 | - |
| CMYK | 0 | 0.68 | 0.4 | 0.24 |
| HSL | 335.45º | 0.52% | 0.51% | - |
| HSV(B) | 335.45º | 0.68% | 0.76% | - |
| XYZ | 27.49 | 16.44 | 18.55 | - |
| YUV | 108.62 | 132.73 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 117 | 0 | 0.68 | 0.4 | 0.24 | 335.45 | 0.52 | 0.51 |
| Hex | C3 | 3F | 75 | 0 | 44 | 28 | 18 | 14F | 34 | 33 |
| Octal | 303 | 77 | 165 | 0 | 104 | 50 | 30 | 517 | 64 | 63 |
| Binary | 11000011 | 111111 | 1110101 | 0 | 1000100 | 101000 | 11000 | 101001111 | 110100 | 110011 |
Color Harmonies of #C33F75
Complementary color
Monochromatic Colors of #C33F75
Black with #C33F75
Text Example
Text Example
White with #C33F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33F75; }
p { color: rgb(195,63,117); }
H1.HeaderClassName
{
color: #C33F75;
}
.AnyTagClassName
{
color: #C33F75;
}
</style>
background-color css
<style>
a { background-color: #C33F75; }
a { background-color: rgb(195,63,117); }
div.DivClassName
{
background-color: #C33F75;
}
.BgClassName
{
background-color: #C33F75;
}
</style>
border-color css
<style>
span { border-color: #C33F75; }
span { border-color: rgb(195,63,117); }
td.TdClassName
{
border-color: #C33F75;
}
.TagClassName
{
border-color: #C33F75;
}
</style>