Shades of Ruby #CF086F
Tints of Ruby #CF086F
RGB
CMYK
RGB Variations
Color information
#CF086F (or 0xCF086F) is known color: Ruby. HEX triplet: CF, 08 and 6F. RGB value is (207,8,111). Sum of RGB (Red+Green+Blue) = 207+8+111=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF086F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF086F is #30F790. Grayscale: #4F4F4F. Windows color (decimal): -3209105 or 7276751. OLE color: 7276751.
HSL color Cylindrical-coordinate representation of color #CF086F: hue angle of 328.94º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF086F is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 111 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.19 |
| HSL | 328.94º | 0.93% | 0.42% | - |
| HSV(B) | 328.94º | 0.96% | 0.81% | - |
| XYZ | 28.69 | 14.59 | 16.34 | - |
| YUV | 79.24 | 145.93 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 111 | 0 | 0.96 | 0.46 | 0.19 | 328.94 | 0.93 | 0.42 |
| Hex | CF | 8 | 6F | 0 | 60 | 2E | 13 | 149 | 5D | 2A |
| Octal | 317 | 10 | 157 | 0 | 140 | 56 | 23 | 511 | 135 | 52 |
| Binary | 11001111 | 1000 | 1101111 | 0 | 1100000 | 101110 | 10011 | 101001001 | 1011101 | 101010 |
Color Harmonies of #CF086F
Complementary color
Monochromatic Colors of #CF086F
Black with #CF086F
Text Example
Text Example
White with #CF086F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF086F; }
p { color: rgb(207,8,111); }
H1.HeaderClassName
{
color: #CF086F;
}
.AnyTagClassName
{
color: #CF086F;
}
</style>
background-color css
<style>
a { background-color: #CF086F; }
a { background-color: rgb(207,8,111); }
div.DivClassName
{
background-color: #CF086F;
}
.BgClassName
{
background-color: #CF086F;
}
</style>
border-color css
<style>
span { border-color: #CF086F; }
span { border-color: rgb(207,8,111); }
td.TdClassName
{
border-color: #CF086F;
}
.TagClassName
{
border-color: #CF086F;
}
</style>