Shades of Royal Heath #C2557D
Tints of Royal Heath #C2557D
RGB
CMYK
RGB Variations
Color information
#C2557D (or 0xC2557D) is known color: Royal Heath. HEX triplet: C2, 55 and 7D. RGB value is (194,85,125). Sum of RGB (Red+Green+Blue) = 194+85+125=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2557D is #3DAA82. Grayscale: #7A7A7A. Windows color (decimal): -4041347 or 8213954. OLE color: 8213954.
HSL color Cylindrical-coordinate representation of color #C2557D: hue angle of 337.98º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2557D is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 85 | 125 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.24 |
| HSL | 337.98º | 0.47% | 0.55% | - |
| HSV(B) | 337.98º | 0.56% | 0.76% | - |
| XYZ | 29.2 | 19.45 | 21.62 | - |
| YUV | 122.15 | 129.61 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 125 | 0 | 0.56 | 0.36 | 0.24 | 337.98 | 0.47 | 0.55 |
| Hex | C2 | 55 | 7D | 0 | 38 | 24 | 18 | 152 | 2F | 37 |
| Octal | 302 | 125 | 175 | 0 | 70 | 44 | 30 | 522 | 57 | 67 |
| Binary | 11000010 | 1010101 | 1111101 | 0 | 111000 | 100100 | 11000 | 101010010 | 101111 | 110111 |
Color Harmonies of #C2557D
Complementary color
Monochromatic Colors of #C2557D
Black with #C2557D
Text Example
Text Example
White with #C2557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2557D; }
p { color: rgb(194,85,125); }
H1.HeaderClassName
{
color: #C2557D;
}
.AnyTagClassName
{
color: #C2557D;
}
</style>
background-color css
<style>
a { background-color: #C2557D; }
a { background-color: rgb(194,85,125); }
div.DivClassName
{
background-color: #C2557D;
}
.BgClassName
{
background-color: #C2557D;
}
</style>
border-color css
<style>
span { border-color: #C2557D; }
span { border-color: rgb(194,85,125); }
td.TdClassName
{
border-color: #C2557D;
}
.TagClassName
{
border-color: #C2557D;
}
</style>