Shades of Ruby #CF0958
Tints of Ruby #CF0958
RGB
CMYK
RGB Variations
Color information
#CF0958 (or 0xCF0958) is known color: Ruby. HEX triplet: CF, 09 and 58. RGB value is (207,9,88). Sum of RGB (Red+Green+Blue) = 207+9+88=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0958 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0958 is #30F6A7. Grayscale: #4D4D4D. Windows color (decimal): -3208872 or 5769679. OLE color: 5769679.
HSL color Cylindrical-coordinate representation of color #CF0958: hue angle of 336.06º 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 #CF0958 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 88 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.19 |
| HSL | 336.06º | 0.92% | 0.42% | - |
| HSV(B) | 336.06º | 0.96% | 0.81% | - |
| XYZ | 27.59 | 14.17 | 10.51 | - |
| YUV | 77.21 | 134.1 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 88 | 0 | 0.96 | 0.57 | 0.19 | 336.06 | 0.92 | 0.42 |
| Hex | CF | 9 | 58 | 0 | 60 | 39 | 13 | 150 | 5C | 2A |
| Octal | 317 | 11 | 130 | 0 | 140 | 71 | 23 | 520 | 134 | 52 |
| Binary | 11001111 | 1001 | 1011000 | 0 | 1100000 | 111001 | 10011 | 101010000 | 1011100 | 101010 |
Color Harmonies of #CF0958
Complementary color
Monochromatic Colors of #CF0958
Black with #CF0958
Text Example
Text Example
White with #CF0958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0958; }
p { color: rgb(207,9,88); }
H1.HeaderClassName
{
color: #CF0958;
}
.AnyTagClassName
{
color: #CF0958;
}
</style>
background-color css
<style>
a { background-color: #CF0958; }
a { background-color: rgb(207,9,88); }
div.DivClassName
{
background-color: #CF0958;
}
.BgClassName
{
background-color: #CF0958;
}
</style>
border-color css
<style>
span { border-color: #CF0958; }
span { border-color: rgb(207,9,88); }
td.TdClassName
{
border-color: #CF0958;
}
.TagClassName
{
border-color: #CF0958;
}
</style>