Shades of Ruby #CF1260
Tints of Ruby #CF1260
RGB
CMYK
RGB Variations
Color information
#CF1260 (or 0xCF1260) is known color: Ruby. HEX triplet: CF, 12 and 60. RGB value is (207,18,96). Sum of RGB (Red+Green+Blue) = 207+18+96=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1260 is #30ED9F. Grayscale: #535353. Windows color (decimal): -3206560 or 6296271. OLE color: 6296271.
HSL color Cylindrical-coordinate representation of color #CF1260: hue angle of 335.24º 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 #CF1260 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 96 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.19 |
| HSL | 335.24º | 0.84% | 0.44% | - |
| HSV(B) | 335.24º | 0.91% | 0.81% | - |
| XYZ | 28.06 | 14.54 | 12.39 | - |
| YUV | 83.4 | 135.12 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 96 | 0 | 0.91 | 0.54 | 0.19 | 335.24 | 0.84 | 0.44 |
| Hex | CF | 12 | 60 | 0 | 5B | 36 | 13 | 14F | 54 | 2C |
| Octal | 317 | 22 | 140 | 0 | 133 | 66 | 23 | 517 | 124 | 54 |
| Binary | 11001111 | 10010 | 1100000 | 0 | 1011011 | 110110 | 10011 | 101001111 | 1010100 | 101100 |
Color Harmonies of #CF1260
Complementary color
Monochromatic Colors of #CF1260
Black with #CF1260
Text Example
Text Example
White with #CF1260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1260; }
p { color: rgb(207,18,96); }
H1.HeaderClassName
{
color: #CF1260;
}
.AnyTagClassName
{
color: #CF1260;
}
</style>
background-color css
<style>
a { background-color: #CF1260; }
a { background-color: rgb(207,18,96); }
div.DivClassName
{
background-color: #CF1260;
}
.BgClassName
{
background-color: #CF1260;
}
</style>
border-color css
<style>
span { border-color: #CF1260; }
span { border-color: rgb(207,18,96); }
td.TdClassName
{
border-color: #CF1260;
}
.TagClassName
{
border-color: #CF1260;
}
</style>