Shades of Ruby #CF006E
Tints of Ruby #CF006E
RGB
CMYK
RGB Variations
Color information
#CF006E (or 0xCF006E) is known color: Ruby. HEX triplet: CF, 00 and 6E. RGB value is (207,0,110). Sum of RGB (Red+Green+Blue) = 207+0+110=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF006E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF006E is #30FF91. Grayscale: #4A4A4A. Windows color (decimal): -3211154 or 7209167. OLE color: 7209167.
HSL color Cylindrical-coordinate representation of color #CF006E: hue angle of 328.12º 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 #CF006E is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 110 | - |
| CMYK | 0 | 1 | 0.47 | 0.19 |
| HSL | 328.12º | 1% | 0.41% | - |
| HSV(B) | 328.12º | 1% | 0.81% | - |
| XYZ | 28.55 | 14.39 | 16.03 | - |
| YUV | 74.43 | 148.08 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 110 | 0 | 1 | 0.47 | 0.19 | 328.12 | 1 | 0.41 |
| Hex | CF | 0 | 6E | 0 | 64 | 2F | 13 | 148 | 64 | 29 |
| Octal | 317 | 0 | 156 | 0 | 144 | 57 | 23 | 510 | 144 | 51 |
| Binary | 11001111 | 0 | 1101110 | 0 | 1100100 | 101111 | 10011 | 101001000 | 1100100 | 101001 |
Color Harmonies of #CF006E
Complementary color
Monochromatic Colors of #CF006E
Black with #CF006E
Text Example
Text Example
White with #CF006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF006E; }
p { color: rgb(207,0,110); }
H1.HeaderClassName
{
color: #CF006E;
}
.AnyTagClassName
{
color: #CF006E;
}
</style>
background-color css
<style>
a { background-color: #CF006E; }
a { background-color: rgb(207,0,110); }
div.DivClassName
{
background-color: #CF006E;
}
.BgClassName
{
background-color: #CF006E;
}
</style>
border-color css
<style>
span { border-color: #CF006E; }
span { border-color: rgb(207,0,110); }
td.TdClassName
{
border-color: #CF006E;
}
.TagClassName
{
border-color: #CF006E;
}
</style>