Shades of Royal Heath #C2577D
Tints of Royal Heath #C2577D
RGB
CMYK
RGB Variations
Color information
#C2577D (or 0xC2577D) is known color: Royal Heath. HEX triplet: C2, 57 and 7D. RGB value is (194,87,125). Sum of RGB (Red+Green+Blue) = 194+87+125=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2577D is #3DA882. Grayscale: #7B7B7B. Windows color (decimal): -4040835 or 8214466. OLE color: 8214466.
HSL color Cylindrical-coordinate representation of color #C2577D: hue angle of 338.69º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2577D is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 125 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.24 |
| HSL | 338.69º | 0.47% | 0.55% | - |
| HSV(B) | 338.69º | 0.55% | 0.76% | - |
| XYZ | 29.36 | 19.77 | 21.67 | - |
| YUV | 123.33 | 128.95 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 125 | 0 | 0.55 | 0.36 | 0.24 | 338.69 | 0.47 | 0.55 |
| Hex | C2 | 57 | 7D | 0 | 37 | 24 | 18 | 153 | 2F | 37 |
| Octal | 302 | 127 | 175 | 0 | 67 | 44 | 30 | 523 | 57 | 67 |
| Binary | 11000010 | 1010111 | 1111101 | 0 | 110111 | 100100 | 11000 | 101010011 | 101111 | 110111 |
Color Harmonies of #C2577D
Complementary color
Monochromatic Colors of #C2577D
Black with #C2577D
Text Example
Text Example
White with #C2577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2577D; }
p { color: rgb(194,87,125); }
H1.HeaderClassName
{
color: #C2577D;
}
.AnyTagClassName
{
color: #C2577D;
}
</style>
background-color css
<style>
a { background-color: #C2577D; }
a { background-color: rgb(194,87,125); }
div.DivClassName
{
background-color: #C2577D;
}
.BgClassName
{
background-color: #C2577D;
}
</style>
border-color css
<style>
span { border-color: #C2577D; }
span { border-color: rgb(194,87,125); }
td.TdClassName
{
border-color: #C2577D;
}
.TagClassName
{
border-color: #C2577D;
}
</style>