Shades of Royal Heath #C3427B
Tints of Royal Heath #C3427B
RGB
CMYK
RGB Variations
Color information
#C3427B (or 0xC3427B) is known color: Royal Heath. HEX triplet: C3, 42 and 7B. RGB value is (195,66,123). Sum of RGB (Red+Green+Blue) = 195+66+123=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C3427B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3427B is #3CBD84. Grayscale: #6E6E6E. Windows color (decimal): -3980677 or 8078019. OLE color: 8078019.
HSL color Cylindrical-coordinate representation of color #C3427B: hue angle of 333.49º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C3427B is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 123 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.24 |
| HSL | 333.49º | 0.52% | 0.51% | - |
| HSV(B) | 333.49º | 0.66% | 0.76% | - |
| XYZ | 28.03 | 16.93 | 20.53 | - |
| YUV | 111.07 | 134.74 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 123 | 0 | 0.66 | 0.37 | 0.24 | 333.49 | 0.52 | 0.51 |
| Hex | C3 | 42 | 7B | 0 | 42 | 25 | 18 | 14D | 34 | 33 |
| Octal | 303 | 102 | 173 | 0 | 102 | 45 | 30 | 515 | 64 | 63 |
| Binary | 11000011 | 1000010 | 1111011 | 0 | 1000010 | 100101 | 11000 | 101001101 | 110100 | 110011 |
Color Harmonies of #C3427B
Complementary color
Monochromatic Colors of #C3427B
Black with #C3427B
Text Example
Text Example
White with #C3427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3427B; }
p { color: rgb(195,66,123); }
H1.HeaderClassName
{
color: #C3427B;
}
.AnyTagClassName
{
color: #C3427B;
}
</style>
background-color css
<style>
a { background-color: #C3427B; }
a { background-color: rgb(195,66,123); }
div.DivClassName
{
background-color: #C3427B;
}
.BgClassName
{
background-color: #C3427B;
}
</style>
border-color css
<style>
span { border-color: #C3427B; }
span { border-color: rgb(195,66,123); }
td.TdClassName
{
border-color: #C3427B;
}
.TagClassName
{
border-color: #C3427B;
}
</style>