Shades of Ruby #CF0961
Tints of Ruby #CF0961
RGB
CMYK
RGB Variations
Color information
#CF0961 (or 0xCF0961) is known color: Ruby. HEX triplet: CF, 09 and 61. RGB value is (207,9,97). Sum of RGB (Red+Green+Blue) = 207+9+97=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0961 is #30F69E. Grayscale: #4E4E4E. Windows color (decimal): -3208863 or 6359503. OLE color: 6359503.
HSL color Cylindrical-coordinate representation of color #CF0961: hue angle of 333.33º 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 #CF0961 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 97 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.19 |
| HSL | 333.33º | 0.92% | 0.42% | - |
| HSV(B) | 333.33º | 0.96% | 0.81% | - |
| XYZ | 27.99 | 14.32 | 12.6 | - |
| YUV | 78.23 | 138.6 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 97 | 0 | 0.96 | 0.53 | 0.19 | 333.33 | 0.92 | 0.42 |
| Hex | CF | 9 | 61 | 0 | 60 | 35 | 13 | 14D | 5C | 2A |
| Octal | 317 | 11 | 141 | 0 | 140 | 65 | 23 | 515 | 134 | 52 |
| Binary | 11001111 | 1001 | 1100001 | 0 | 1100000 | 110101 | 10011 | 101001101 | 1011100 | 101010 |
Color Harmonies of #CF0961
Complementary color
Monochromatic Colors of #CF0961
Black with #CF0961
Text Example
Text Example
White with #CF0961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0961; }
p { color: rgb(207,9,97); }
H1.HeaderClassName
{
color: #CF0961;
}
.AnyTagClassName
{
color: #CF0961;
}
</style>
background-color css
<style>
a { background-color: #CF0961; }
a { background-color: rgb(207,9,97); }
div.DivClassName
{
background-color: #CF0961;
}
.BgClassName
{
background-color: #CF0961;
}
</style>
border-color css
<style>
span { border-color: #CF0961; }
span { border-color: rgb(207,9,97); }
td.TdClassName
{
border-color: #CF0961;
}
.TagClassName
{
border-color: #CF0961;
}
</style>