Shades of Royal Heath #C33D77
Tints of Royal Heath #C33D77
RGB
CMYK
RGB Variations
Color information
#C33D77 (or 0xC33D77) is known color: Royal Heath. HEX triplet: C3, 3D and 77. RGB value is (195,61,119). Sum of RGB (Red+Green+Blue) = 195+61+119=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33D77 is #3CC288. Grayscale: #6B6B6B. Windows color (decimal): -3981961 or 7814595. OLE color: 7814595.
HSL color Cylindrical-coordinate representation of color #C33D77: hue angle of 334.03º 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 #C33D77 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 119 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.24 |
| HSL | 334.03º | 0.53% | 0.5% | - |
| HSV(B) | 334.03º | 0.69% | 0.76% | - |
| XYZ | 27.5 | 16.27 | 19.14 | - |
| YUV | 107.68 | 134.39 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 119 | 0 | 0.69 | 0.39 | 0.24 | 334.03 | 0.53 | 0.5 |
| Hex | C3 | 3D | 77 | 0 | 45 | 27 | 18 | 14E | 35 | 32 |
| Octal | 303 | 75 | 167 | 0 | 105 | 47 | 30 | 516 | 65 | 62 |
| Binary | 11000011 | 111101 | 1110111 | 0 | 1000101 | 100111 | 11000 | 101001110 | 110101 | 110010 |
Color Harmonies of #C33D77
Complementary color
Monochromatic Colors of #C33D77
Black with #C33D77
Text Example
Text Example
White with #C33D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D77; }
p { color: rgb(195,61,119); }
H1.HeaderClassName
{
color: #C33D77;
}
.AnyTagClassName
{
color: #C33D77;
}
</style>
background-color css
<style>
a { background-color: #C33D77; }
a { background-color: rgb(195,61,119); }
div.DivClassName
{
background-color: #C33D77;
}
.BgClassName
{
background-color: #C33D77;
}
</style>
border-color css
<style>
span { border-color: #C33D77; }
span { border-color: rgb(195,61,119); }
td.TdClassName
{
border-color: #C33D77;
}
.TagClassName
{
border-color: #C33D77;
}
</style>