Shades of Ruby #CF0955
Tints of Ruby #CF0955
RGB
CMYK
RGB Variations
Color information
#CF0955 (or 0xCF0955) is known color: Ruby. HEX triplet: CF, 09 and 55. RGB value is (207,9,85). Sum of RGB (Red+Green+Blue) = 207+9+85=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0955 is #30F6AA. Grayscale: #4C4C4C. Windows color (decimal): -3208875 or 5573071. OLE color: 5573071.
HSL color Cylindrical-coordinate representation of color #CF0955: hue angle of 336.97º 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 #CF0955 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 85 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.19 |
| HSL | 336.97º | 0.92% | 0.42% | - |
| HSV(B) | 336.97º | 0.96% | 0.81% | - |
| XYZ | 27.47 | 14.12 | 9.87 | - |
| YUV | 76.87 | 132.6 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 85 | 0 | 0.96 | 0.59 | 0.19 | 336.97 | 0.92 | 0.42 |
| Hex | CF | 9 | 55 | 0 | 60 | 3B | 13 | 151 | 5C | 2A |
| Octal | 317 | 11 | 125 | 0 | 140 | 73 | 23 | 521 | 134 | 52 |
| Binary | 11001111 | 1001 | 1010101 | 0 | 1100000 | 111011 | 10011 | 101010001 | 1011100 | 101010 |
Color Harmonies of #CF0955
Complementary color
Monochromatic Colors of #CF0955
Black with #CF0955
Text Example
Text Example
White with #CF0955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0955; }
p { color: rgb(207,9,85); }
H1.HeaderClassName
{
color: #CF0955;
}
.AnyTagClassName
{
color: #CF0955;
}
</style>
background-color css
<style>
a { background-color: #CF0955; }
a { background-color: rgb(207,9,85); }
div.DivClassName
{
background-color: #CF0955;
}
.BgClassName
{
background-color: #CF0955;
}
</style>
border-color css
<style>
span { border-color: #CF0955; }
span { border-color: rgb(207,9,85); }
td.TdClassName
{
border-color: #CF0955;
}
.TagClassName
{
border-color: #CF0955;
}
</style>