Shades of Ruby #CF1266
Tints of Ruby #CF1266
RGB
CMYK
RGB Variations
Color information
#CF1266 (or 0xCF1266) is known color: Ruby. HEX triplet: CF, 12 and 66. RGB value is (207,18,102). Sum of RGB (Red+Green+Blue) = 207+18+102=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1266 is #30ED99. Grayscale: #535353. Windows color (decimal): -3206554 or 6689487. OLE color: 6689487.
HSL color Cylindrical-coordinate representation of color #CF1266: hue angle of 333.33º 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 #CF1266 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 102 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.19 |
| HSL | 333.33º | 0.84% | 0.44% | - |
| HSV(B) | 333.33º | 0.91% | 0.81% | - |
| XYZ | 28.35 | 14.66 | 13.91 | - |
| YUV | 84.09 | 138.12 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 102 | 0 | 0.91 | 0.51 | 0.19 | 333.33 | 0.84 | 0.44 |
| Hex | CF | 12 | 66 | 0 | 5B | 33 | 13 | 14D | 54 | 2C |
| Octal | 317 | 22 | 146 | 0 | 133 | 63 | 23 | 515 | 124 | 54 |
| Binary | 11001111 | 10010 | 1100110 | 0 | 1011011 | 110011 | 10011 | 101001101 | 1010100 | 101100 |
Color Harmonies of #CF1266
Complementary color
Monochromatic Colors of #CF1266
Black with #CF1266
Text Example
Text Example
White with #CF1266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1266; }
p { color: rgb(207,18,102); }
H1.HeaderClassName
{
color: #CF1266;
}
.AnyTagClassName
{
color: #CF1266;
}
</style>
background-color css
<style>
a { background-color: #CF1266; }
a { background-color: rgb(207,18,102); }
div.DivClassName
{
background-color: #CF1266;
}
.BgClassName
{
background-color: #CF1266;
}
</style>
border-color css
<style>
span { border-color: #CF1266; }
span { border-color: rgb(207,18,102); }
td.TdClassName
{
border-color: #CF1266;
}
.TagClassName
{
border-color: #CF1266;
}
</style>