Shades of Royal Heath #C34278
Tints of Royal Heath #C34278
RGB
CMYK
RGB Variations
Color information
#C34278 (or 0xC34278) is known color: Royal Heath. HEX triplet: C3, 42 and 78. RGB value is (195,66,120). Sum of RGB (Red+Green+Blue) = 195+66+120=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C34278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34278 is #3CBD87. Grayscale: #6E6E6E. Windows color (decimal): -3980680 or 7881411. OLE color: 7881411.
HSL color Cylindrical-coordinate representation of color #C34278: hue angle of 334.88º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C34278 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 120 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.24 |
| HSL | 334.88º | 0.52% | 0.51% | - |
| HSV(B) | 334.88º | 0.66% | 0.76% | - |
| XYZ | 27.84 | 16.85 | 19.56 | - |
| YUV | 110.73 | 133.24 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 120 | 0 | 0.66 | 0.38 | 0.24 | 334.88 | 0.52 | 0.51 |
| Hex | C3 | 42 | 78 | 0 | 42 | 26 | 18 | 14F | 34 | 33 |
| Octal | 303 | 102 | 170 | 0 | 102 | 46 | 30 | 517 | 64 | 63 |
| Binary | 11000011 | 1000010 | 1111000 | 0 | 1000010 | 100110 | 11000 | 101001111 | 110100 | 110011 |
Color Harmonies of #C34278
Complementary color
Monochromatic Colors of #C34278
Black with #C34278
Text Example
Text Example
White with #C34278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34278; }
p { color: rgb(195,66,120); }
H1.HeaderClassName
{
color: #C34278;
}
.AnyTagClassName
{
color: #C34278;
}
</style>
background-color css
<style>
a { background-color: #C34278; }
a { background-color: rgb(195,66,120); }
div.DivClassName
{
background-color: #C34278;
}
.BgClassName
{
background-color: #C34278;
}
</style>
border-color css
<style>
span { border-color: #C34278; }
span { border-color: rgb(195,66,120); }
td.TdClassName
{
border-color: #C34278;
}
.TagClassName
{
border-color: #C34278;
}
</style>