Shades of Ruby #CF196E
Tints of Ruby #CF196E
RGB
CMYK
RGB Variations
Color information
#CF196E (or 0xCF196E) is known color: Ruby. HEX triplet: CF, 19 and 6E. RGB value is (207,25,110). Sum of RGB (Red+Green+Blue) = 207+25+110=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF196E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF196E is #30E691. Grayscale: #585858. Windows color (decimal): -3204754 or 7215567. OLE color: 7215567.
HSL color Cylindrical-coordinate representation of color #CF196E: hue angle of 331.98º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF196E is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 110 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.19 |
| HSL | 331.98º | 0.78% | 0.45% | - |
| HSV(B) | 331.98º | 0.88% | 0.81% | - |
| XYZ | 28.89 | 15.09 | 16.14 | - |
| YUV | 89.11 | 139.8 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 110 | 0 | 0.88 | 0.47 | 0.19 | 331.98 | 0.78 | 0.45 |
| Hex | CF | 19 | 6E | 0 | 58 | 2F | 13 | 14C | 4E | 2D |
| Octal | 317 | 31 | 156 | 0 | 130 | 57 | 23 | 514 | 116 | 55 |
| Binary | 11001111 | 11001 | 1101110 | 0 | 1011000 | 101111 | 10011 | 101001100 | 1001110 | 101101 |
Color Harmonies of #CF196E
Complementary color
Monochromatic Colors of #CF196E
Black with #CF196E
Text Example
Text Example
White with #CF196E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF196E; }
p { color: rgb(207,25,110); }
H1.HeaderClassName
{
color: #CF196E;
}
.AnyTagClassName
{
color: #CF196E;
}
</style>
background-color css
<style>
a { background-color: #CF196E; }
a { background-color: rgb(207,25,110); }
div.DivClassName
{
background-color: #CF196E;
}
.BgClassName
{
background-color: #CF196E;
}
</style>
border-color css
<style>
span { border-color: #CF196E; }
span { border-color: rgb(207,25,110); }
td.TdClassName
{
border-color: #CF196E;
}
.TagClassName
{
border-color: #CF196E;
}
</style>