Shades of Ruby #CF0863
Tints of Ruby #CF0863
RGB
CMYK
RGB Variations
Color information
#CF0863 (or 0xCF0863) is known color: Ruby. HEX triplet: CF, 08 and 63. RGB value is (207,8,99). Sum of RGB (Red+Green+Blue) = 207+8+99=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0863 is #30F79C. Grayscale: #4D4D4D. Windows color (decimal): -3209117 or 6490319. OLE color: 6490319.
HSL color Cylindrical-coordinate representation of color #CF0863: hue angle of 332.56º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0863 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 99 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.19 |
| HSL | 332.56º | 0.93% | 0.42% | - |
| HSV(B) | 332.56º | 0.96% | 0.81% | - |
| XYZ | 28.07 | 14.34 | 13.09 | - |
| YUV | 77.88 | 139.93 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 99 | 0 | 0.96 | 0.52 | 0.19 | 332.56 | 0.93 | 0.42 |
| Hex | CF | 8 | 63 | 0 | 60 | 34 | 13 | 14D | 5D | 2A |
| Octal | 317 | 10 | 143 | 0 | 140 | 64 | 23 | 515 | 135 | 52 |
| Binary | 11001111 | 1000 | 1100011 | 0 | 1100000 | 110100 | 10011 | 101001101 | 1011101 | 101010 |
Color Harmonies of #CF0863
Complementary color
Monochromatic Colors of #CF0863
Black with #CF0863
Text Example
Text Example
White with #CF0863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0863; }
p { color: rgb(207,8,99); }
H1.HeaderClassName
{
color: #CF0863;
}
.AnyTagClassName
{
color: #CF0863;
}
</style>
background-color css
<style>
a { background-color: #CF0863; }
a { background-color: rgb(207,8,99); }
div.DivClassName
{
background-color: #CF0863;
}
.BgClassName
{
background-color: #CF0863;
}
</style>
border-color css
<style>
span { border-color: #CF0863; }
span { border-color: rgb(207,8,99); }
td.TdClassName
{
border-color: #CF0863;
}
.TagClassName
{
border-color: #CF0863;
}
</style>