Shades of Ruby #CF1264
Tints of Ruby #CF1264
RGB
CMYK
RGB Variations
Color information
#CF1264 (or 0xCF1264) is known color: Ruby. HEX triplet: CF, 12 and 64. RGB value is (207,18,100). Sum of RGB (Red+Green+Blue) = 207+18+100=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1264 is #30ED9B. Grayscale: #535353. Windows color (decimal): -3206556 or 6558415. OLE color: 6558415.
HSL color Cylindrical-coordinate representation of color #CF1264: hue angle of 333.97º 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 #CF1264 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 100 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.19 |
| HSL | 333.97º | 0.84% | 0.44% | - |
| HSV(B) | 333.97º | 0.91% | 0.81% | - |
| XYZ | 28.25 | 14.62 | 13.39 | - |
| YUV | 83.86 | 137.12 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 100 | 0 | 0.91 | 0.52 | 0.19 | 333.97 | 0.84 | 0.44 |
| Hex | CF | 12 | 64 | 0 | 5B | 34 | 13 | 14E | 54 | 2C |
| Octal | 317 | 22 | 144 | 0 | 133 | 64 | 23 | 516 | 124 | 54 |
| Binary | 11001111 | 10010 | 1100100 | 0 | 1011011 | 110100 | 10011 | 101001110 | 1010100 | 101100 |
Color Harmonies of #CF1264
Complementary color
Monochromatic Colors of #CF1264
Black with #CF1264
Text Example
Text Example
White with #CF1264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1264; }
p { color: rgb(207,18,100); }
H1.HeaderClassName
{
color: #CF1264;
}
.AnyTagClassName
{
color: #CF1264;
}
</style>
background-color css
<style>
a { background-color: #CF1264; }
a { background-color: rgb(207,18,100); }
div.DivClassName
{
background-color: #CF1264;
}
.BgClassName
{
background-color: #CF1264;
}
</style>
border-color css
<style>
span { border-color: #CF1264; }
span { border-color: rgb(207,18,100); }
td.TdClassName
{
border-color: #CF1264;
}
.TagClassName
{
border-color: #CF1264;
}
</style>