Shades of Ruby #CF0963
Tints of Ruby #CF0963
RGB
CMYK
RGB Variations
Color information
#CF0963 (or 0xCF0963) is known color: Ruby. HEX triplet: CF, 09 and 63. RGB value is (207,9,99). Sum of RGB (Red+Green+Blue) = 207+9+99=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0963 is #30F69C. Grayscale: #4E4E4E. Windows color (decimal): -3208861 or 6490575. OLE color: 6490575.
HSL color Cylindrical-coordinate representation of color #CF0963: hue angle of 332.73º degrees, saturation: 0.92, 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 #CF0963 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 99 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.19 |
| HSL | 332.73º | 0.92% | 0.42% | - |
| HSV(B) | 332.73º | 0.96% | 0.81% | - |
| XYZ | 28.08 | 14.36 | 13.1 | - |
| YUV | 78.46 | 139.6 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 99 | 0 | 0.96 | 0.52 | 0.19 | 332.73 | 0.92 | 0.42 |
| Hex | CF | 9 | 63 | 0 | 60 | 34 | 13 | 14D | 5C | 2A |
| Octal | 317 | 11 | 143 | 0 | 140 | 64 | 23 | 515 | 134 | 52 |
| Binary | 11001111 | 1001 | 1100011 | 0 | 1100000 | 110100 | 10011 | 101001101 | 1011100 | 101010 |
Color Harmonies of #CF0963
Complementary color
Monochromatic Colors of #CF0963
Black with #CF0963
Text Example
Text Example
White with #CF0963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0963; }
p { color: rgb(207,9,99); }
H1.HeaderClassName
{
color: #CF0963;
}
.AnyTagClassName
{
color: #CF0963;
}
</style>
background-color css
<style>
a { background-color: #CF0963; }
a { background-color: rgb(207,9,99); }
div.DivClassName
{
background-color: #CF0963;
}
.BgClassName
{
background-color: #CF0963;
}
</style>
border-color css
<style>
span { border-color: #CF0963; }
span { border-color: rgb(207,9,99); }
td.TdClassName
{
border-color: #CF0963;
}
.TagClassName
{
border-color: #CF0963;
}
</style>