Shades of Royal Heath #C3587D
Tints of Royal Heath #C3587D
RGB
CMYK
RGB Variations
Color information
#C3587D (or 0xC3587D) is known color: Royal Heath. HEX triplet: C3, 58 and 7D. RGB value is (195,88,125). Sum of RGB (Red+Green+Blue) = 195+88+125=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C3587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3587D is #3CA782. Grayscale: #7C7C7C. Windows color (decimal): -3975043 or 8214723. OLE color: 8214723.
HSL color Cylindrical-coordinate representation of color #C3587D: hue angle of 339.25º 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 #C3587D is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 125 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.24 |
| HSL | 339.25º | 0.47% | 0.55% | - |
| HSV(B) | 339.25º | 0.55% | 0.76% | - |
| XYZ | 29.7 | 20.06 | 21.71 | - |
| YUV | 124.21 | 128.45 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 125 | 0 | 0.55 | 0.36 | 0.24 | 339.25 | 0.47 | 0.55 |
| Hex | C3 | 58 | 7D | 0 | 37 | 24 | 18 | 153 | 2F | 37 |
| Octal | 303 | 130 | 175 | 0 | 67 | 44 | 30 | 523 | 57 | 67 |
| Binary | 11000011 | 1011000 | 1111101 | 0 | 110111 | 100100 | 11000 | 101010011 | 101111 | 110111 |
Color Harmonies of #C3587D
Complementary color
Monochromatic Colors of #C3587D
Black with #C3587D
Text Example
Text Example
White with #C3587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3587D; }
p { color: rgb(195,88,125); }
H1.HeaderClassName
{
color: #C3587D;
}
.AnyTagClassName
{
color: #C3587D;
}
</style>
background-color css
<style>
a { background-color: #C3587D; }
a { background-color: rgb(195,88,125); }
div.DivClassName
{
background-color: #C3587D;
}
.BgClassName
{
background-color: #C3587D;
}
</style>
border-color css
<style>
span { border-color: #C3587D; }
span { border-color: rgb(195,88,125); }
td.TdClassName
{
border-color: #C3587D;
}
.TagClassName
{
border-color: #C3587D;
}
</style>