Shades of Ruby #CF1F66
Tints of Ruby #CF1F66
RGB
CMYK
RGB Variations
Color information
#CF1F66 (or 0xCF1F66) is known color: Ruby. HEX triplet: CF, 1F and 66. RGB value is (207,31,102). Sum of RGB (Red+Green+Blue) = 207+31+102=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 31 (12.5% from 255 or 9.12% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1F66 is #30E099. Grayscale: #5B5B5B. Windows color (decimal): -3203226 or 6692815. OLE color: 6692815.
HSL color Cylindrical-coordinate representation of color #CF1F66: hue angle of 335.8º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF1F66 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 31 | 102 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.19 |
| HSL | 335.8º | 0.74% | 0.47% | - |
| HSV(B) | 335.8º | 0.85% | 0.81% | - |
| XYZ | 28.62 | 15.2 | 14 | - |
| YUV | 91.72 | 133.81 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 31 | 102 | 0 | 0.85 | 0.51 | 0.19 | 335.8 | 0.74 | 0.47 |
| Hex | CF | 1F | 66 | 0 | 55 | 33 | 13 | 150 | 4A | 2F |
| Octal | 317 | 37 | 146 | 0 | 125 | 63 | 23 | 520 | 112 | 57 |
| Binary | 11001111 | 11111 | 1100110 | 0 | 1010101 | 110011 | 10011 | 101010000 | 1001010 | 101111 |
Color Harmonies of #CF1F66
Complementary color
Monochromatic Colors of #CF1F66
Black with #CF1F66
Text Example
Text Example
White with #CF1F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1F66; }
p { color: rgb(207,31,102); }
H1.HeaderClassName
{
color: #CF1F66;
}
.AnyTagClassName
{
color: #CF1F66;
}
</style>
background-color css
<style>
a { background-color: #CF1F66; }
a { background-color: rgb(207,31,102); }
div.DivClassName
{
background-color: #CF1F66;
}
.BgClassName
{
background-color: #CF1F66;
}
</style>
border-color css
<style>
span { border-color: #CF1F66; }
span { border-color: rgb(207,31,102); }
td.TdClassName
{
border-color: #CF1F66;
}
.TagClassName
{
border-color: #CF1F66;
}
</style>