Shades of Ruby #CF1057
Tints of Ruby #CF1057
RGB
CMYK
RGB Variations
Color information
#CF1057 (or 0xCF1057) is known color: Ruby. HEX triplet: CF, 10 and 57. RGB value is (207,16,87). Sum of RGB (Red+Green+Blue) = 207+16+87=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1057 is #30EFA8. Grayscale: #515151. Windows color (decimal): -3207081 or 5705935. OLE color: 5705935.
HSL color Cylindrical-coordinate representation of color #CF1057: hue angle of 337.7º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF1057 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 87 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.19 |
| HSL | 337.7º | 0.86% | 0.44% | - |
| HSV(B) | 337.7º | 0.92% | 0.81% | - |
| XYZ | 27.64 | 14.32 | 10.32 | - |
| YUV | 81.2 | 131.28 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 87 | 0 | 0.92 | 0.58 | 0.19 | 337.7 | 0.86 | 0.44 |
| Hex | CF | 10 | 57 | 0 | 5C | 3A | 13 | 152 | 56 | 2C |
| Octal | 317 | 20 | 127 | 0 | 134 | 72 | 23 | 522 | 126 | 54 |
| Binary | 11001111 | 10000 | 1010111 | 0 | 1011100 | 111010 | 10011 | 101010010 | 1010110 | 101100 |
Color Harmonies of #CF1057
Complementary color
Monochromatic Colors of #CF1057
Black with #CF1057
Text Example
Text Example
White with #CF1057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1057; }
p { color: rgb(207,16,87); }
H1.HeaderClassName
{
color: #CF1057;
}
.AnyTagClassName
{
color: #CF1057;
}
</style>
background-color css
<style>
a { background-color: #CF1057; }
a { background-color: rgb(207,16,87); }
div.DivClassName
{
background-color: #CF1057;
}
.BgClassName
{
background-color: #CF1057;
}
</style>
border-color css
<style>
span { border-color: #CF1057; }
span { border-color: rgb(207,16,87); }
td.TdClassName
{
border-color: #CF1057;
}
.TagClassName
{
border-color: #CF1057;
}
</style>