Shades of Ruby #CF0564
Tints of Ruby #CF0564
RGB
CMYK
RGB Variations
Color information
#CF0564 (or 0xCF0564) is known color: Ruby. HEX triplet: CF, 05 and 64. RGB value is (207,5,100). Sum of RGB (Red+Green+Blue) = 207+5+100=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0564 is #30FA9B. Grayscale: #4C4C4C. Windows color (decimal): -3209884 or 6555087. OLE color: 6555087.
HSL color Cylindrical-coordinate representation of color #CF0564: hue angle of 331.78º 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 #CF0564 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 100 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.19 |
| HSL | 331.78º | 0.95% | 0.42% | - |
| HSV(B) | 331.78º | 0.98% | 0.81% | - |
| XYZ | 28.09 | 14.29 | 13.34 | - |
| YUV | 76.23 | 141.42 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 100 | 0 | 0.98 | 0.52 | 0.19 | 331.78 | 0.95 | 0.42 |
| Hex | CF | 5 | 64 | 0 | 62 | 34 | 13 | 14C | 5F | 2A |
| Octal | 317 | 5 | 144 | 0 | 142 | 64 | 23 | 514 | 137 | 52 |
| Binary | 11001111 | 101 | 1100100 | 0 | 1100010 | 110100 | 10011 | 101001100 | 1011111 | 101010 |
Color Harmonies of #CF0564
Complementary color
Monochromatic Colors of #CF0564
Black with #CF0564
Text Example
Text Example
White with #CF0564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0564; }
p { color: rgb(207,5,100); }
H1.HeaderClassName
{
color: #CF0564;
}
.AnyTagClassName
{
color: #CF0564;
}
</style>
background-color css
<style>
a { background-color: #CF0564; }
a { background-color: rgb(207,5,100); }
div.DivClassName
{
background-color: #CF0564;
}
.BgClassName
{
background-color: #CF0564;
}
</style>
border-color css
<style>
span { border-color: #CF0564; }
span { border-color: rgb(207,5,100); }
td.TdClassName
{
border-color: #CF0564;
}
.TagClassName
{
border-color: #CF0564;
}
</style>