Shades of Ruby #CF006F
Tints of Ruby #CF006F
RGB
CMYK
RGB Variations
Color information
#CF006F (or 0xCF006F) is known color: Ruby. HEX triplet: CF, 00 and 6F. RGB value is (207,0,111). Sum of RGB (Red+Green+Blue) = 207+0+111=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF006F is #30FF90. Grayscale: #4A4A4A. Windows color (decimal): -3211153 or 7274703. OLE color: 7274703.
HSL color Cylindrical-coordinate representation of color #CF006F: hue angle of 327.83º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF006F is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.46 | 0.19 |
| HSL | 327.83º | 1% | 0.41% | - |
| HSV(B) | 327.83º | 1% | 0.81% | - |
| XYZ | 28.6 | 14.41 | 16.31 | - |
| YUV | 74.55 | 148.58 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 111 | 0 | 1 | 0.46 | 0.19 | 327.83 | 1 | 0.41 |
| Hex | CF | 0 | 6F | 0 | 64 | 2E | 13 | 148 | 64 | 29 |
| Octal | 317 | 0 | 157 | 0 | 144 | 56 | 23 | 510 | 144 | 51 |
| Binary | 11001111 | 0 | 1101111 | 0 | 1100100 | 101110 | 10011 | 101001000 | 1100100 | 101001 |
Color Harmonies of #CF006F
Complementary color
Monochromatic Colors of #CF006F
Black with #CF006F
Text Example
Text Example
White with #CF006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF006F; }
p { color: rgb(207,0,111); }
H1.HeaderClassName
{
color: #CF006F;
}
.AnyTagClassName
{
color: #CF006F;
}
</style>
background-color css
<style>
a { background-color: #CF006F; }
a { background-color: rgb(207,0,111); }
div.DivClassName
{
background-color: #CF006F;
}
.BgClassName
{
background-color: #CF006F;
}
</style>
border-color css
<style>
span { border-color: #CF006F; }
span { border-color: rgb(207,0,111); }
td.TdClassName
{
border-color: #CF006F;
}
.TagClassName
{
border-color: #CF006F;
}
</style>