Shades of Ruby #CF195F
Tints of Ruby #CF195F
RGB
CMYK
RGB Variations
Color information
#CF195F (or 0xCF195F) is known color: Ruby. HEX triplet: CF, 19 and 5F. RGB value is (207,25,95). Sum of RGB (Red+Green+Blue) = 207+25+95=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF195F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF195F is #30E6A0. Grayscale: #575757. Windows color (decimal): -3204769 or 6232527. OLE color: 6232527.
HSL color Cylindrical-coordinate representation of color #CF195F: hue angle of 336.92º 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 #CF195F is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 95 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.19 |
| HSL | 336.92º | 0.78% | 0.45% | - |
| HSV(B) | 336.92º | 0.88% | 0.81% | - |
| XYZ | 28.15 | 14.79 | 12.2 | - |
| YUV | 87.4 | 132.3 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 95 | 0 | 0.88 | 0.54 | 0.19 | 336.92 | 0.78 | 0.45 |
| Hex | CF | 19 | 5F | 0 | 58 | 36 | 13 | 151 | 4E | 2D |
| Octal | 317 | 31 | 137 | 0 | 130 | 66 | 23 | 521 | 116 | 55 |
| Binary | 11001111 | 11001 | 1011111 | 0 | 1011000 | 110110 | 10011 | 101010001 | 1001110 | 101101 |
Color Harmonies of #CF195F
Complementary color
Monochromatic Colors of #CF195F
Black with #CF195F
Text Example
Text Example
White with #CF195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF195F; }
p { color: rgb(207,25,95); }
H1.HeaderClassName
{
color: #CF195F;
}
.AnyTagClassName
{
color: #CF195F;
}
</style>
background-color css
<style>
a { background-color: #CF195F; }
a { background-color: rgb(207,25,95); }
div.DivClassName
{
background-color: #CF195F;
}
.BgClassName
{
background-color: #CF195F;
}
</style>
border-color css
<style>
span { border-color: #CF195F; }
span { border-color: rgb(207,25,95); }
td.TdClassName
{
border-color: #CF195F;
}
.TagClassName
{
border-color: #CF195F;
}
</style>