Shades of Royal Heath #C33C77
Tints of Royal Heath #C33C77
RGB
CMYK
RGB Variations
Color information
#C33C77 (or 0xC33C77) is known color: Royal Heath. HEX triplet: C3, 3C and 77. RGB value is (195,60,119). Sum of RGB (Red+Green+Blue) = 195+60+119=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33C77 is #3CC388. Grayscale: #6A6A6A. Windows color (decimal): -3982217 or 7814339. OLE color: 7814339.
HSL color Cylindrical-coordinate representation of color #C33C77: hue angle of 333.78º 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 #C33C77 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 119 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.24 |
| HSL | 333.78º | 0.53% | 0.5% | - |
| HSV(B) | 333.78º | 0.69% | 0.76% | - |
| XYZ | 27.45 | 16.17 | 19.13 | - |
| YUV | 107.09 | 134.73 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 119 | 0 | 0.69 | 0.39 | 0.24 | 333.78 | 0.53 | 0.5 |
| Hex | C3 | 3C | 77 | 0 | 45 | 27 | 18 | 14E | 35 | 32 |
| Octal | 303 | 74 | 167 | 0 | 105 | 47 | 30 | 516 | 65 | 62 |
| Binary | 11000011 | 111100 | 1110111 | 0 | 1000101 | 100111 | 11000 | 101001110 | 110101 | 110010 |
Color Harmonies of #C33C77
Complementary color
Monochromatic Colors of #C33C77
Black with #C33C77
Text Example
Text Example
White with #C33C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33C77; }
p { color: rgb(195,60,119); }
H1.HeaderClassName
{
color: #C33C77;
}
.AnyTagClassName
{
color: #C33C77;
}
</style>
background-color css
<style>
a { background-color: #C33C77; }
a { background-color: rgb(195,60,119); }
div.DivClassName
{
background-color: #C33C77;
}
.BgClassName
{
background-color: #C33C77;
}
</style>
border-color css
<style>
span { border-color: #C33C77; }
span { border-color: rgb(195,60,119); }
td.TdClassName
{
border-color: #C33C77;
}
.TagClassName
{
border-color: #C33C77;
}
</style>