Shades of Ruby #CF0862
Tints of Ruby #CF0862
RGB
CMYK
RGB Variations
Color information
#CF0862 (or 0xCF0862) is known color: Ruby. HEX triplet: CF, 08 and 62. RGB value is (207,8,98). Sum of RGB (Red+Green+Blue) = 207+8+98=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0862 is #30F79D. Grayscale: #4D4D4D. Windows color (decimal): -3209118 or 6424783. OLE color: 6424783.
HSL color Cylindrical-coordinate representation of color #CF0862: hue angle of 332.86º degrees, saturation: 0.93, 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 #CF0862 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 98 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.19 |
| HSL | 332.86º | 0.93% | 0.42% | - |
| HSV(B) | 332.86º | 0.96% | 0.81% | - |
| XYZ | 28.02 | 14.32 | 12.84 | - |
| YUV | 77.76 | 139.43 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 98 | 0 | 0.96 | 0.53 | 0.19 | 332.86 | 0.93 | 0.42 |
| Hex | CF | 8 | 62 | 0 | 60 | 35 | 13 | 14D | 5D | 2A |
| Octal | 317 | 10 | 142 | 0 | 140 | 65 | 23 | 515 | 135 | 52 |
| Binary | 11001111 | 1000 | 1100010 | 0 | 1100000 | 110101 | 10011 | 101001101 | 1011101 | 101010 |
Color Harmonies of #CF0862
Complementary color
Monochromatic Colors of #CF0862
Black with #CF0862
Text Example
Text Example
White with #CF0862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0862; }
p { color: rgb(207,8,98); }
H1.HeaderClassName
{
color: #CF0862;
}
.AnyTagClassName
{
color: #CF0862;
}
</style>
background-color css
<style>
a { background-color: #CF0862; }
a { background-color: rgb(207,8,98); }
div.DivClassName
{
background-color: #CF0862;
}
.BgClassName
{
background-color: #CF0862;
}
</style>
border-color css
<style>
span { border-color: #CF0862; }
span { border-color: rgb(207,8,98); }
td.TdClassName
{
border-color: #CF0862;
}
.TagClassName
{
border-color: #CF0862;
}
</style>