Shades of Royal Heath #C1507C
Tints of Royal Heath #C1507C
RGB
CMYK
RGB Variations
Color information
#C1507C (or 0xC1507C) is known color: Royal Heath. HEX triplet: C1, 50 and 7C. RGB value is (193,80,124). Sum of RGB (Red+Green+Blue) = 193+80+124=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C1507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1507C is #3EAF83. Grayscale: #767676. Windows color (decimal): -4108164 or 8147137. OLE color: 8147137.
HSL color Cylindrical-coordinate representation of color #C1507C: hue angle of 336.64º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1507C is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 80 | 124 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.24 |
| HSL | 336.64º | 0.48% | 0.54% | - |
| HSV(B) | 336.64º | 0.59% | 0.76% | - |
| XYZ | 28.5 | 18.53 | 21.14 | - |
| YUV | 118.8 | 130.94 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 124 | 0 | 0.59 | 0.36 | 0.24 | 336.64 | 0.48 | 0.54 |
| Hex | C1 | 50 | 7C | 0 | 3B | 24 | 18 | 151 | 30 | 36 |
| Octal | 301 | 120 | 174 | 0 | 73 | 44 | 30 | 521 | 60 | 66 |
| Binary | 11000001 | 1010000 | 1111100 | 0 | 111011 | 100100 | 11000 | 101010001 | 110000 | 110110 |
Color Harmonies of #C1507C
Complementary color
Monochromatic Colors of #C1507C
Black with #C1507C
Text Example
Text Example
White with #C1507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1507C; }
p { color: rgb(193,80,124); }
H1.HeaderClassName
{
color: #C1507C;
}
.AnyTagClassName
{
color: #C1507C;
}
</style>
background-color css
<style>
a { background-color: #C1507C; }
a { background-color: rgb(193,80,124); }
div.DivClassName
{
background-color: #C1507C;
}
.BgClassName
{
background-color: #C1507C;
}
</style>
border-color css
<style>
span { border-color: #C1507C; }
span { border-color: rgb(193,80,124); }
td.TdClassName
{
border-color: #C1507C;
}
.TagClassName
{
border-color: #C1507C;
}
</style>