Shades of Ruby #CF0561
Tints of Ruby #CF0561
RGB
CMYK
RGB Variations
Color information
#CF0561 (or 0xCF0561) is known color: Ruby. HEX triplet: CF, 05 and 61. RGB value is (207,5,97). Sum of RGB (Red+Green+Blue) = 207+5+97=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0561 is #30FA9E. Grayscale: #4B4B4B. Windows color (decimal): -3209887 or 6358479. OLE color: 6358479.
HSL color Cylindrical-coordinate representation of color #CF0561: hue angle of 332.67º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0561 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 97 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.19 |
| HSL | 332.67º | 0.95% | 0.42% | - |
| HSV(B) | 332.67º | 0.98% | 0.81% | - |
| XYZ | 27.94 | 14.24 | 12.58 | - |
| YUV | 75.89 | 139.92 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 97 | 0 | 0.98 | 0.53 | 0.19 | 332.67 | 0.95 | 0.42 |
| Hex | CF | 5 | 61 | 0 | 62 | 35 | 13 | 14D | 5F | 2A |
| Octal | 317 | 5 | 141 | 0 | 142 | 65 | 23 | 515 | 137 | 52 |
| Binary | 11001111 | 101 | 1100001 | 0 | 1100010 | 110101 | 10011 | 101001101 | 1011111 | 101010 |
Color Harmonies of #CF0561
Complementary color
Monochromatic Colors of #CF0561
Black with #CF0561
Text Example
Text Example
White with #CF0561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0561; }
p { color: rgb(207,5,97); }
H1.HeaderClassName
{
color: #CF0561;
}
.AnyTagClassName
{
color: #CF0561;
}
</style>
background-color css
<style>
a { background-color: #CF0561; }
a { background-color: rgb(207,5,97); }
div.DivClassName
{
background-color: #CF0561;
}
.BgClassName
{
background-color: #CF0561;
}
</style>
border-color css
<style>
span { border-color: #CF0561; }
span { border-color: rgb(207,5,97); }
td.TdClassName
{
border-color: #CF0561;
}
.TagClassName
{
border-color: #CF0561;
}
</style>