Shades of Ruby #CF1257
Tints of Ruby #CF1257
RGB
CMYK
RGB Variations
Color information
#CF1257 (or 0xCF1257) is known color: Ruby. HEX triplet: CF, 12 and 57. RGB value is (207,18,87). Sum of RGB (Red+Green+Blue) = 207+18+87=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1257 is #30EDA8. Grayscale: #525252. Windows color (decimal): -3206569 or 5706447. OLE color: 5706447.
HSL color Cylindrical-coordinate representation of color #CF1257: hue angle of 338.1º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1257 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 87 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.19 |
| HSL | 338.1º | 0.84% | 0.44% | - |
| HSV(B) | 338.1º | 0.91% | 0.81% | - |
| XYZ | 27.67 | 14.39 | 10.34 | - |
| YUV | 82.38 | 130.62 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 87 | 0 | 0.91 | 0.58 | 0.19 | 338.1 | 0.84 | 0.44 |
| Hex | CF | 12 | 57 | 0 | 5B | 3A | 13 | 152 | 54 | 2C |
| Octal | 317 | 22 | 127 | 0 | 133 | 72 | 23 | 522 | 124 | 54 |
| Binary | 11001111 | 10010 | 1010111 | 0 | 1011011 | 111010 | 10011 | 101010010 | 1010100 | 101100 |
Color Harmonies of #CF1257
Complementary color
Monochromatic Colors of #CF1257
Black with #CF1257
Text Example
Text Example
White with #CF1257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1257; }
p { color: rgb(207,18,87); }
H1.HeaderClassName
{
color: #CF1257;
}
.AnyTagClassName
{
color: #CF1257;
}
</style>
background-color css
<style>
a { background-color: #CF1257; }
a { background-color: rgb(207,18,87); }
div.DivClassName
{
background-color: #CF1257;
}
.BgClassName
{
background-color: #CF1257;
}
</style>
border-color css
<style>
span { border-color: #CF1257; }
span { border-color: rgb(207,18,87); }
td.TdClassName
{
border-color: #CF1257;
}
.TagClassName
{
border-color: #CF1257;
}
</style>