Shades of Royal Heath #C1407B
Tints of Royal Heath #C1407B
RGB
CMYK
RGB Variations
Color information
#C1407B (or 0xC1407B) is known color: Royal Heath. HEX triplet: C1, 40 and 7B. RGB value is (193,64,123). Sum of RGB (Red+Green+Blue) = 193+64+123=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C1407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1407B is #3EBF84. Grayscale: #6D6D6D. Windows color (decimal): -4112261 or 8077505. OLE color: 8077505.
HSL color Cylindrical-coordinate representation of color #C1407B: hue angle of 332.56º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C1407B is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 123 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.24 |
| HSL | 332.56º | 0.51% | 0.5% | - |
| HSV(B) | 332.56º | 0.67% | 0.76% | - |
| XYZ | 27.4 | 16.43 | 20.47 | - |
| YUV | 109.3 | 135.74 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 123 | 0 | 0.67 | 0.36 | 0.24 | 332.56 | 0.51 | 0.5 |
| Hex | C1 | 40 | 7B | 0 | 43 | 24 | 18 | 14D | 33 | 32 |
| Octal | 301 | 100 | 173 | 0 | 103 | 44 | 30 | 515 | 63 | 62 |
| Binary | 11000001 | 1000000 | 1111011 | 0 | 1000011 | 100100 | 11000 | 101001101 | 110011 | 110010 |
Color Harmonies of #C1407B
Complementary color
Monochromatic Colors of #C1407B
Black with #C1407B
Text Example
Text Example
White with #C1407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1407B; }
p { color: rgb(193,64,123); }
H1.HeaderClassName
{
color: #C1407B;
}
.AnyTagClassName
{
color: #C1407B;
}
</style>
background-color css
<style>
a { background-color: #C1407B; }
a { background-color: rgb(193,64,123); }
div.DivClassName
{
background-color: #C1407B;
}
.BgClassName
{
background-color: #C1407B;
}
</style>
border-color css
<style>
span { border-color: #C1407B; }
span { border-color: rgb(193,64,123); }
td.TdClassName
{
border-color: #C1407B;
}
.TagClassName
{
border-color: #C1407B;
}
</style>