Shades of Ruby #CF1A64
Tints of Ruby #CF1A64
RGB
CMYK
RGB Variations
Color information
#CF1A64 (or 0xCF1A64) is known color: Ruby. HEX triplet: CF, 1A and 64. RGB value is (207,26,100). Sum of RGB (Red+Green+Blue) = 207+26+100=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1A64 is #30E59B. Grayscale: #585858. Windows color (decimal): -3204508 or 6560463. OLE color: 6560463.
HSL color Cylindrical-coordinate representation of color #CF1A64: hue angle of 335.47º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1A64 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 26 | 100 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.19 |
| HSL | 335.47º | 0.78% | 0.46% | - |
| HSV(B) | 335.47º | 0.87% | 0.81% | - |
| XYZ | 28.4 | 14.92 | 13.44 | - |
| YUV | 88.56 | 134.47 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 100 | 0 | 0.87 | 0.52 | 0.19 | 335.47 | 0.78 | 0.46 |
| Hex | CF | 1A | 64 | 0 | 57 | 34 | 13 | 14F | 4E | 2E |
| Octal | 317 | 32 | 144 | 0 | 127 | 64 | 23 | 517 | 116 | 56 |
| Binary | 11001111 | 11010 | 1100100 | 0 | 1010111 | 110100 | 10011 | 101001111 | 1001110 | 101110 |
Color Harmonies of #CF1A64
Complementary color
Monochromatic Colors of #CF1A64
Black with #CF1A64
Text Example
Text Example
White with #CF1A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1A64; }
p { color: rgb(207,26,100); }
H1.HeaderClassName
{
color: #CF1A64;
}
.AnyTagClassName
{
color: #CF1A64;
}
</style>
background-color css
<style>
a { background-color: #CF1A64; }
a { background-color: rgb(207,26,100); }
div.DivClassName
{
background-color: #CF1A64;
}
.BgClassName
{
background-color: #CF1A64;
}
</style>
border-color css
<style>
span { border-color: #CF1A64; }
span { border-color: rgb(207,26,100); }
td.TdClassName
{
border-color: #CF1A64;
}
.TagClassName
{
border-color: #CF1A64;
}
</style>