Shades of Royal Heath #C34079
Tints of Royal Heath #C34079
RGB
CMYK
RGB Variations
Color information
#C34079 (or 0xC34079) is known color: Royal Heath. HEX triplet: C3, 40 and 79. RGB value is (195,64,121). Sum of RGB (Red+Green+Blue) = 195+64+121=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C34079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34079 is #3CBF86. Grayscale: #6D6D6D. Windows color (decimal): -3981191 or 7946435. OLE color: 7946435.
HSL color Cylindrical-coordinate representation of color #C34079: hue angle of 333.89º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34079 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 121 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.24 |
| HSL | 333.89º | 0.52% | 0.51% | - |
| HSV(B) | 333.89º | 0.67% | 0.76% | - |
| XYZ | 27.79 | 16.65 | 19.84 | - |
| YUV | 109.67 | 134.4 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 121 | 0 | 0.67 | 0.38 | 0.24 | 333.89 | 0.52 | 0.51 |
| Hex | C3 | 40 | 79 | 0 | 43 | 26 | 18 | 14E | 34 | 33 |
| Octal | 303 | 100 | 171 | 0 | 103 | 46 | 30 | 516 | 64 | 63 |
| Binary | 11000011 | 1000000 | 1111001 | 0 | 1000011 | 100110 | 11000 | 101001110 | 110100 | 110011 |
Color Harmonies of #C34079
Complementary color
Monochromatic Colors of #C34079
Black with #C34079
Text Example
Text Example
White with #C34079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34079; }
p { color: rgb(195,64,121); }
H1.HeaderClassName
{
color: #C34079;
}
.AnyTagClassName
{
color: #C34079;
}
</style>
background-color css
<style>
a { background-color: #C34079; }
a { background-color: rgb(195,64,121); }
div.DivClassName
{
background-color: #C34079;
}
.BgClassName
{
background-color: #C34079;
}
</style>
border-color css
<style>
span { border-color: #C34079; }
span { border-color: rgb(195,64,121); }
td.TdClassName
{
border-color: #C34079;
}
.TagClassName
{
border-color: #C34079;
}
</style>