Shades of Ruby #CF096E
Tints of Ruby #CF096E
RGB
CMYK
RGB Variations
Color information
#CF096E (or 0xCF096E) is known color: Ruby. HEX triplet: CF, 09 and 6E. RGB value is (207,9,110). Sum of RGB (Red+Green+Blue) = 207+9+110=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF096E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF096E is #30F691. Grayscale: #4F4F4F. Windows color (decimal): -3208850 or 7211471. OLE color: 7211471.
HSL color Cylindrical-coordinate representation of color #CF096E: hue angle of 329.39º degrees, saturation: 0.92, 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 #CF096E is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 110 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.19 |
| HSL | 329.39º | 0.92% | 0.42% | - |
| HSV(B) | 329.39º | 0.96% | 0.81% | - |
| XYZ | 28.64 | 14.59 | 16.06 | - |
| YUV | 79.72 | 145.1 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 110 | 0 | 0.96 | 0.47 | 0.19 | 329.39 | 0.92 | 0.42 |
| Hex | CF | 9 | 6E | 0 | 60 | 2F | 13 | 149 | 5C | 2A |
| Octal | 317 | 11 | 156 | 0 | 140 | 57 | 23 | 511 | 134 | 52 |
| Binary | 11001111 | 1001 | 1101110 | 0 | 1100000 | 101111 | 10011 | 101001001 | 1011100 | 101010 |
Color Harmonies of #CF096E
Complementary color
Monochromatic Colors of #CF096E
Black with #CF096E
Text Example
Text Example
White with #CF096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF096E; }
p { color: rgb(207,9,110); }
H1.HeaderClassName
{
color: #CF096E;
}
.AnyTagClassName
{
color: #CF096E;
}
</style>
background-color css
<style>
a { background-color: #CF096E; }
a { background-color: rgb(207,9,110); }
div.DivClassName
{
background-color: #CF096E;
}
.BgClassName
{
background-color: #CF096E;
}
</style>
border-color css
<style>
span { border-color: #CF096E; }
span { border-color: rgb(207,9,110); }
td.TdClassName
{
border-color: #CF096E;
}
.TagClassName
{
border-color: #CF096E;
}
</style>