Shades of Royal Heath #C33D79
Tints of Royal Heath #C33D79
RGB
CMYK
RGB Variations
Color information
#C33D79 (or 0xC33D79) is known color: Royal Heath. HEX triplet: C3, 3D and 79. RGB value is (195,61,121). Sum of RGB (Red+Green+Blue) = 195+61+121=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33D79 is #3CC286. Grayscale: #6B6B6B. Windows color (decimal): -3981959 or 7945667. OLE color: 7945667.
HSL color Cylindrical-coordinate representation of color #C33D79: hue angle of 333.13º 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 #C33D79 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 121 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.24 |
| HSL | 333.13º | 0.53% | 0.5% | - |
| HSV(B) | 333.13º | 0.69% | 0.76% | - |
| XYZ | 27.63 | 16.32 | 19.78 | - |
| YUV | 107.91 | 135.39 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 121 | 0 | 0.69 | 0.38 | 0.24 | 333.13 | 0.53 | 0.5 |
| Hex | C3 | 3D | 79 | 0 | 45 | 26 | 18 | 14D | 35 | 32 |
| Octal | 303 | 75 | 171 | 0 | 105 | 46 | 30 | 515 | 65 | 62 |
| Binary | 11000011 | 111101 | 1111001 | 0 | 1000101 | 100110 | 11000 | 101001101 | 110101 | 110010 |
Color Harmonies of #C33D79
Complementary color
Monochromatic Colors of #C33D79
Black with #C33D79
Text Example
Text Example
White with #C33D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D79; }
p { color: rgb(195,61,121); }
H1.HeaderClassName
{
color: #C33D79;
}
.AnyTagClassName
{
color: #C33D79;
}
</style>
background-color css
<style>
a { background-color: #C33D79; }
a { background-color: rgb(195,61,121); }
div.DivClassName
{
background-color: #C33D79;
}
.BgClassName
{
background-color: #C33D79;
}
</style>
border-color css
<style>
span { border-color: #C33D79; }
span { border-color: rgb(195,61,121); }
td.TdClassName
{
border-color: #C33D79;
}
.TagClassName
{
border-color: #C33D79;
}
</style>