Shades of Royal Heath #C24F7D
Tints of Royal Heath #C24F7D
RGB
CMYK
RGB Variations
Color information
#C24F7D (or 0xC24F7D) is known color: Royal Heath. HEX triplet: C2, 4F and 7D. RGB value is (194,79,125). Sum of RGB (Red+Green+Blue) = 194+79+125=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F7D is #3DB082. Grayscale: #767676. Windows color (decimal): -4042883 or 8212418. OLE color: 8212418.
HSL color Cylindrical-coordinate representation of color #C24F7D: hue angle of 336º degrees, saturation: 0.49, 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 #C24F7D is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 125 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.24 |
| HSL | 336º | 0.49% | 0.54% | - |
| HSV(B) | 336º | 0.59% | 0.76% | - |
| XYZ | 28.75 | 18.54 | 21.47 | - |
| YUV | 118.63 | 131.6 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 125 | 0 | 0.59 | 0.36 | 0.24 | 336 | 0.49 | 0.54 |
| Hex | C2 | 4F | 7D | 0 | 3B | 24 | 18 | 150 | 31 | 36 |
| Octal | 302 | 117 | 175 | 0 | 73 | 44 | 30 | 520 | 61 | 66 |
| Binary | 11000010 | 1001111 | 1111101 | 0 | 111011 | 100100 | 11000 | 101010000 | 110001 | 110110 |
Color Harmonies of #C24F7D
Complementary color
Monochromatic Colors of #C24F7D
Black with #C24F7D
Text Example
Text Example
White with #C24F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F7D; }
p { color: rgb(194,79,125); }
H1.HeaderClassName
{
color: #C24F7D;
}
.AnyTagClassName
{
color: #C24F7D;
}
</style>
background-color css
<style>
a { background-color: #C24F7D; }
a { background-color: rgb(194,79,125); }
div.DivClassName
{
background-color: #C24F7D;
}
.BgClassName
{
background-color: #C24F7D;
}
</style>
border-color css
<style>
span { border-color: #C24F7D; }
span { border-color: rgb(194,79,125); }
td.TdClassName
{
border-color: #C24F7D;
}
.TagClassName
{
border-color: #C24F7D;
}
</style>