Shades of Royal Heath #C25C7F
Tints of Royal Heath #C25C7F
RGB
CMYK
RGB Variations
Color information
#C25C7F (or 0xC25C7F) is known color: Royal Heath. HEX triplet: C2, 5C and 7F. RGB value is (194,92,127). Sum of RGB (Red+Green+Blue) = 194+92+127=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25C7F is #3DA380. Grayscale: #7E7E7E. Windows color (decimal): -4039553 or 8346818. OLE color: 8346818.
HSL color Cylindrical-coordinate representation of color #C25C7F: hue angle of 339.41º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25C7F is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 127 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.24 |
| HSL | 339.41º | 0.46% | 0.56% | - |
| HSV(B) | 339.41º | 0.53% | 0.76% | - |
| XYZ | 29.91 | 20.66 | 22.49 | - |
| YUV | 126.49 | 128.29 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 127 | 0 | 0.53 | 0.35 | 0.24 | 339.41 | 0.46 | 0.56 |
| Hex | C2 | 5C | 7F | 0 | 35 | 23 | 18 | 153 | 2E | 38 |
| Octal | 302 | 134 | 177 | 0 | 65 | 43 | 30 | 523 | 56 | 70 |
| Binary | 11000010 | 1011100 | 1111111 | 0 | 110101 | 100011 | 11000 | 101010011 | 101110 | 111000 |
Color Harmonies of #C25C7F
Complementary color
Monochromatic Colors of #C25C7F
Black with #C25C7F
Text Example
Text Example
White with #C25C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C7F; }
p { color: rgb(194,92,127); }
H1.HeaderClassName
{
color: #C25C7F;
}
.AnyTagClassName
{
color: #C25C7F;
}
</style>
background-color css
<style>
a { background-color: #C25C7F; }
a { background-color: rgb(194,92,127); }
div.DivClassName
{
background-color: #C25C7F;
}
.BgClassName
{
background-color: #C25C7F;
}
</style>
border-color css
<style>
span { border-color: #C25C7F; }
span { border-color: rgb(194,92,127); }
td.TdClassName
{
border-color: #C25C7F;
}
.TagClassName
{
border-color: #C25C7F;
}
</style>