Shades of Royal Heath #C3537D
Tints of Royal Heath #C3537D
RGB
CMYK
RGB Variations
Color information
#C3537D (or 0xC3537D) is known color: Royal Heath. HEX triplet: C3, 53 and 7D. RGB value is (195,83,125). Sum of RGB (Red+Green+Blue) = 195+83+125=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3537D is #3CAC82. Grayscale: #797979. Windows color (decimal): -3976323 or 8213443. OLE color: 8213443.
HSL color Cylindrical-coordinate representation of color #C3537D: hue angle of 337.5º degrees, saturation: 0.48, 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 #C3537D is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 125 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.24 |
| HSL | 337.5º | 0.48% | 0.55% | - |
| HSV(B) | 337.5º | 0.57% | 0.76% | - |
| XYZ | 29.3 | 19.27 | 21.58 | - |
| YUV | 121.28 | 130.11 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 125 | 0 | 0.57 | 0.36 | 0.24 | 337.5 | 0.48 | 0.55 |
| Hex | C3 | 53 | 7D | 0 | 39 | 24 | 18 | 152 | 30 | 37 |
| Octal | 303 | 123 | 175 | 0 | 71 | 44 | 30 | 522 | 60 | 67 |
| Binary | 11000011 | 1010011 | 1111101 | 0 | 111001 | 100100 | 11000 | 101010010 | 110000 | 110111 |
Color Harmonies of #C3537D
Complementary color
Monochromatic Colors of #C3537D
Black with #C3537D
Text Example
Text Example
White with #C3537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3537D; }
p { color: rgb(195,83,125); }
H1.HeaderClassName
{
color: #C3537D;
}
.AnyTagClassName
{
color: #C3537D;
}
</style>
background-color css
<style>
a { background-color: #C3537D; }
a { background-color: rgb(195,83,125); }
div.DivClassName
{
background-color: #C3537D;
}
.BgClassName
{
background-color: #C3537D;
}
</style>
border-color css
<style>
span { border-color: #C3537D; }
span { border-color: rgb(195,83,125); }
td.TdClassName
{
border-color: #C3537D;
}
.TagClassName
{
border-color: #C3537D;
}
</style>