Shades of Royal Heath #C33D78
Tints of Royal Heath #C33D78
RGB
CMYK
RGB Variations
Color information
#C33D78 (or 0xC33D78) is known color: Royal Heath. HEX triplet: C3, 3D and 78. RGB value is (195,61,120). Sum of RGB (Red+Green+Blue) = 195+61+120=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33D78 is #3CC287. Grayscale: #6B6B6B. Windows color (decimal): -3981960 or 7880131. OLE color: 7880131.
HSL color Cylindrical-coordinate representation of color #C33D78: hue angle of 333.58º 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 #C33D78 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 120 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.24 |
| HSL | 333.58º | 0.53% | 0.5% | - |
| HSV(B) | 333.58º | 0.69% | 0.76% | - |
| XYZ | 27.56 | 16.3 | 19.46 | - |
| YUV | 107.79 | 134.89 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 120 | 0 | 0.69 | 0.38 | 0.24 | 333.58 | 0.53 | 0.5 |
| Hex | C3 | 3D | 78 | 0 | 45 | 26 | 18 | 14E | 35 | 32 |
| Octal | 303 | 75 | 170 | 0 | 105 | 46 | 30 | 516 | 65 | 62 |
| Binary | 11000011 | 111101 | 1111000 | 0 | 1000101 | 100110 | 11000 | 101001110 | 110101 | 110010 |
Color Harmonies of #C33D78
Complementary color
Monochromatic Colors of #C33D78
Black with #C33D78
Text Example
Text Example
White with #C33D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D78; }
p { color: rgb(195,61,120); }
H1.HeaderClassName
{
color: #C33D78;
}
.AnyTagClassName
{
color: #C33D78;
}
</style>
background-color css
<style>
a { background-color: #C33D78; }
a { background-color: rgb(195,61,120); }
div.DivClassName
{
background-color: #C33D78;
}
.BgClassName
{
background-color: #C33D78;
}
</style>
border-color css
<style>
span { border-color: #C33D78; }
span { border-color: rgb(195,61,120); }
td.TdClassName
{
border-color: #C33D78;
}
.TagClassName
{
border-color: #C33D78;
}
</style>