Shades of Royal Heath #C35C7E
Tints of Royal Heath #C35C7E
RGB
CMYK
RGB Variations
Color information
#C35C7E (or 0xC35C7E) is known color: Royal Heath. HEX triplet: C3, 5C and 7E. RGB value is (195,92,126). Sum of RGB (Red+Green+Blue) = 195+92+126=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C7E is #3CA381. Grayscale: #7E7E7E. Windows color (decimal): -3974018 or 8281283. OLE color: 8281283.
HSL color Cylindrical-coordinate representation of color #C35C7E: hue angle of 340.19º 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 #C35C7E is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 126 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.24 |
| HSL | 340.19º | 0.46% | 0.56% | - |
| HSV(B) | 340.19º | 0.53% | 0.76% | - |
| XYZ | 30.1 | 20.76 | 22.16 | - |
| YUV | 126.67 | 127.62 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 126 | 0 | 0.53 | 0.35 | 0.24 | 340.19 | 0.46 | 0.56 |
| Hex | C3 | 5C | 7E | 0 | 35 | 23 | 18 | 154 | 2E | 38 |
| Octal | 303 | 134 | 176 | 0 | 65 | 43 | 30 | 524 | 56 | 70 |
| Binary | 11000011 | 1011100 | 1111110 | 0 | 110101 | 100011 | 11000 | 101010100 | 101110 | 111000 |
Color Harmonies of #C35C7E
Complementary color
Monochromatic Colors of #C35C7E
Black with #C35C7E
Text Example
Text Example
White with #C35C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C7E; }
p { color: rgb(195,92,126); }
H1.HeaderClassName
{
color: #C35C7E;
}
.AnyTagClassName
{
color: #C35C7E;
}
</style>
background-color css
<style>
a { background-color: #C35C7E; }
a { background-color: rgb(195,92,126); }
div.DivClassName
{
background-color: #C35C7E;
}
.BgClassName
{
background-color: #C35C7E;
}
</style>
border-color css
<style>
span { border-color: #C35C7E; }
span { border-color: rgb(195,92,126); }
td.TdClassName
{
border-color: #C35C7E;
}
.TagClassName
{
border-color: #C35C7E;
}
</style>