Shades of Ruby #CF096A
Tints of Ruby #CF096A
RGB
CMYK
RGB Variations
Color information
#CF096A (or 0xCF096A) is known color: Ruby. HEX triplet: CF, 09 and 6A. RGB value is (207,9,106). Sum of RGB (Red+Green+Blue) = 207+9+106=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF096A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF096A is #30F695. Grayscale: #4F4F4F. Windows color (decimal): -3208854 or 6949327. OLE color: 6949327.
HSL color Cylindrical-coordinate representation of color #CF096A: hue angle of 330.61º 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 #CF096A is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 106 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.19 |
| HSL | 330.61º | 0.92% | 0.42% | - |
| HSV(B) | 330.61º | 0.96% | 0.81% | - |
| XYZ | 28.43 | 14.5 | 14.94 | - |
| YUV | 79.26 | 143.1 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 106 | 0 | 0.96 | 0.49 | 0.19 | 330.61 | 0.92 | 0.42 |
| Hex | CF | 9 | 6A | 0 | 60 | 31 | 13 | 14B | 5C | 2A |
| Octal | 317 | 11 | 152 | 0 | 140 | 61 | 23 | 513 | 134 | 52 |
| Binary | 11001111 | 1001 | 1101010 | 0 | 1100000 | 110001 | 10011 | 101001011 | 1011100 | 101010 |
Color Harmonies of #CF096A
Complementary color
Monochromatic Colors of #CF096A
Black with #CF096A
Text Example
Text Example
White with #CF096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF096A; }
p { color: rgb(207,9,106); }
H1.HeaderClassName
{
color: #CF096A;
}
.AnyTagClassName
{
color: #CF096A;
}
</style>
background-color css
<style>
a { background-color: #CF096A; }
a { background-color: rgb(207,9,106); }
div.DivClassName
{
background-color: #CF096A;
}
.BgClassName
{
background-color: #CF096A;
}
</style>
border-color css
<style>
span { border-color: #CF096A; }
span { border-color: rgb(207,9,106); }
td.TdClassName
{
border-color: #CF096A;
}
.TagClassName
{
border-color: #CF096A;
}
</style>