Shades of Royal Heath #C2547D
Tints of Royal Heath #C2547D
RGB
CMYK
RGB Variations
Color information
#C2547D (or 0xC2547D) is known color: Royal Heath. HEX triplet: C2, 54 and 7D. RGB value is (194,84,125). Sum of RGB (Red+Green+Blue) = 194+84+125=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2547D is #3DAB82. Grayscale: #797979. Windows color (decimal): -4041603 or 8213698. OLE color: 8213698.
HSL color Cylindrical-coordinate representation of color #C2547D: hue angle of 337.64º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2547D is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 84 | 125 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.24 |
| HSL | 337.64º | 0.47% | 0.55% | - |
| HSV(B) | 337.64º | 0.57% | 0.76% | - |
| XYZ | 29.12 | 19.29 | 21.59 | - |
| YUV | 121.56 | 129.94 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 125 | 0 | 0.57 | 0.36 | 0.24 | 337.64 | 0.47 | 0.55 |
| Hex | C2 | 54 | 7D | 0 | 39 | 24 | 18 | 152 | 2F | 37 |
| Octal | 302 | 124 | 175 | 0 | 71 | 44 | 30 | 522 | 57 | 67 |
| Binary | 11000010 | 1010100 | 1111101 | 0 | 111001 | 100100 | 11000 | 101010010 | 101111 | 110111 |
Color Harmonies of #C2547D
Complementary color
Monochromatic Colors of #C2547D
Black with #C2547D
Text Example
Text Example
White with #C2547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2547D; }
p { color: rgb(194,84,125); }
H1.HeaderClassName
{
color: #C2547D;
}
.AnyTagClassName
{
color: #C2547D;
}
</style>
background-color css
<style>
a { background-color: #C2547D; }
a { background-color: rgb(194,84,125); }
div.DivClassName
{
background-color: #C2547D;
}
.BgClassName
{
background-color: #C2547D;
}
</style>
border-color css
<style>
span { border-color: #C2547D; }
span { border-color: rgb(194,84,125); }
td.TdClassName
{
border-color: #C2547D;
}
.TagClassName
{
border-color: #C2547D;
}
</style>