Shades of Ruby #CF0759
Tints of Ruby #CF0759
RGB
CMYK
RGB Variations
Color information
#CF0759 (or 0xCF0759) is known color: Ruby. HEX triplet: CF, 07 and 59. RGB value is (207,7,89). Sum of RGB (Red+Green+Blue) = 207+7+89=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0759 is #30F8A6. Grayscale: #4C4C4C. Windows color (decimal): -3209383 or 5834703. OLE color: 5834703.
HSL color Cylindrical-coordinate representation of color #CF0759: hue angle of 335.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF0759 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 89 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.19 |
| HSL | 335.4º | 0.93% | 0.42% | - |
| HSV(B) | 335.4º | 0.97% | 0.81% | - |
| XYZ | 27.61 | 14.14 | 10.72 | - |
| YUV | 76.15 | 135.26 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 89 | 0 | 0.97 | 0.57 | 0.19 | 335.4 | 0.93 | 0.42 |
| Hex | CF | 7 | 59 | 0 | 61 | 39 | 13 | 14F | 5D | 2A |
| Octal | 317 | 7 | 131 | 0 | 141 | 71 | 23 | 517 | 135 | 52 |
| Binary | 11001111 | 111 | 1011001 | 0 | 1100001 | 111001 | 10011 | 101001111 | 1011101 | 101010 |
Color Harmonies of #CF0759
Complementary color
Monochromatic Colors of #CF0759
Black with #CF0759
Text Example
Text Example
White with #CF0759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0759; }
p { color: rgb(207,7,89); }
H1.HeaderClassName
{
color: #CF0759;
}
.AnyTagClassName
{
color: #CF0759;
}
</style>
background-color css
<style>
a { background-color: #CF0759; }
a { background-color: rgb(207,7,89); }
div.DivClassName
{
background-color: #CF0759;
}
.BgClassName
{
background-color: #CF0759;
}
</style>
border-color css
<style>
span { border-color: #CF0759; }
span { border-color: rgb(207,7,89); }
td.TdClassName
{
border-color: #CF0759;
}
.TagClassName
{
border-color: #CF0759;
}
</style>