Shades of Royal Heath #C35A7D
Tints of Royal Heath #C35A7D
RGB
CMYK
RGB Variations
Color information
#C35A7D (or 0xC35A7D) is known color: Royal Heath. HEX triplet: C3, 5A and 7D. RGB value is (195,90,125). Sum of RGB (Red+Green+Blue) = 195+90+125=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35A7D is #3CA582. Grayscale: #7D7D7D. Windows color (decimal): -3974531 or 8215235. OLE color: 8215235.
HSL color Cylindrical-coordinate representation of color #C35A7D: hue angle of 340º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C35A7D is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 125 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.24 |
| HSL | 340º | 0.47% | 0.56% | - |
| HSV(B) | 340º | 0.54% | 0.76% | - |
| XYZ | 29.86 | 20.4 | 21.76 | - |
| YUV | 125.39 | 127.79 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 125 | 0 | 0.54 | 0.36 | 0.24 | 340 | 0.47 | 0.56 |
| Hex | C3 | 5A | 7D | 0 | 36 | 24 | 18 | 154 | 2F | 38 |
| Octal | 303 | 132 | 175 | 0 | 66 | 44 | 30 | 524 | 57 | 70 |
| Binary | 11000011 | 1011010 | 1111101 | 0 | 110110 | 100100 | 11000 | 101010100 | 101111 | 111000 |
Color Harmonies of #C35A7D
Complementary color
Monochromatic Colors of #C35A7D
Black with #C35A7D
Text Example
Text Example
White with #C35A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35A7D; }
p { color: rgb(195,90,125); }
H1.HeaderClassName
{
color: #C35A7D;
}
.AnyTagClassName
{
color: #C35A7D;
}
</style>
background-color css
<style>
a { background-color: #C35A7D; }
a { background-color: rgb(195,90,125); }
div.DivClassName
{
background-color: #C35A7D;
}
.BgClassName
{
background-color: #C35A7D;
}
</style>
border-color css
<style>
span { border-color: #C35A7D; }
span { border-color: rgb(195,90,125); }
td.TdClassName
{
border-color: #C35A7D;
}
.TagClassName
{
border-color: #C35A7D;
}
</style>