Shades of Ruby #CF185F
Tints of Ruby #CF185F
RGB
CMYK
RGB Variations
Color information
#CF185F (or 0xCF185F) is known color: Ruby. HEX triplet: CF, 18 and 5F. RGB value is (207,24,95). Sum of RGB (Red+Green+Blue) = 207+24+95=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF185F is #30E7A0. Grayscale: #565656. Windows color (decimal): -3205025 or 6232271. OLE color: 6232271.
HSL color Cylindrical-coordinate representation of color #CF185F: hue angle of 336.72º degrees, saturation: 0.79, 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 #CF185F is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 95 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.19 |
| HSL | 336.72º | 0.79% | 0.45% | - |
| HSV(B) | 336.72º | 0.88% | 0.81% | - |
| XYZ | 28.12 | 14.74 | 12.19 | - |
| YUV | 86.81 | 132.63 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 95 | 0 | 0.88 | 0.54 | 0.19 | 336.72 | 0.79 | 0.45 |
| Hex | CF | 18 | 5F | 0 | 58 | 36 | 13 | 151 | 4F | 2D |
| Octal | 317 | 30 | 137 | 0 | 130 | 66 | 23 | 521 | 117 | 55 |
| Binary | 11001111 | 11000 | 1011111 | 0 | 1011000 | 110110 | 10011 | 101010001 | 1001111 | 101101 |
Color Harmonies of #CF185F
Complementary color
Monochromatic Colors of #CF185F
Black with #CF185F
Text Example
Text Example
White with #CF185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF185F; }
p { color: rgb(207,24,95); }
H1.HeaderClassName
{
color: #CF185F;
}
.AnyTagClassName
{
color: #CF185F;
}
</style>
background-color css
<style>
a { background-color: #CF185F; }
a { background-color: rgb(207,24,95); }
div.DivClassName
{
background-color: #CF185F;
}
.BgClassName
{
background-color: #CF185F;
}
</style>
border-color css
<style>
span { border-color: #CF185F; }
span { border-color: rgb(207,24,95); }
td.TdClassName
{
border-color: #CF185F;
}
.TagClassName
{
border-color: #CF185F;
}
</style>