Shades of Royal Heath #C54B7B
Tints of Royal Heath #C54B7B
RGB
CMYK
RGB Variations
Color information
#C54B7B (or 0xC54B7B) is known color: Royal Heath. HEX triplet: C5, 4B and 7B. RGB value is (197,75,123). Sum of RGB (Red+Green+Blue) = 197+75+123=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54B7B is #3AB484. Grayscale: #747474. Windows color (decimal): -3847301 or 8080325. OLE color: 8080325.
HSL color Cylindrical-coordinate representation of color #C54B7B: hue angle of 336.39º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C54B7B is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 123 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.23 |
| HSL | 336.39º | 0.51% | 0.53% | - |
| HSV(B) | 336.39º | 0.62% | 0.77% | - |
| XYZ | 29.12 | 18.33 | 20.74 | - |
| YUV | 116.95 | 131.42 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 123 | 0 | 0.62 | 0.38 | 0.23 | 336.39 | 0.51 | 0.53 |
| Hex | C5 | 4B | 7B | 0 | 3E | 26 | 17 | 150 | 33 | 35 |
| Octal | 305 | 113 | 173 | 0 | 76 | 46 | 27 | 520 | 63 | 65 |
| Binary | 11000101 | 1001011 | 1111011 | 0 | 111110 | 100110 | 10111 | 101010000 | 110011 | 110101 |
Color Harmonies of #C54B7B
Complementary color
Monochromatic Colors of #C54B7B
Black with #C54B7B
Text Example
Text Example
White with #C54B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54B7B; }
p { color: rgb(197,75,123); }
H1.HeaderClassName
{
color: #C54B7B;
}
.AnyTagClassName
{
color: #C54B7B;
}
</style>
background-color css
<style>
a { background-color: #C54B7B; }
a { background-color: rgb(197,75,123); }
div.DivClassName
{
background-color: #C54B7B;
}
.BgClassName
{
background-color: #C54B7B;
}
</style>
border-color css
<style>
span { border-color: #C54B7B; }
span { border-color: rgb(197,75,123); }
td.TdClassName
{
border-color: #C54B7B;
}
.TagClassName
{
border-color: #C54B7B;
}
</style>