Shades of Ruby #CF0D62
Tints of Ruby #CF0D62
RGB
CMYK
RGB Variations
Color information
#CF0D62 (or 0xCF0D62) is known color: Ruby. HEX triplet: CF, 0D and 62. RGB value is (207,13,98). Sum of RGB (Red+Green+Blue) = 207+13+98=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0D62 is #30F29D. Grayscale: #505050. Windows color (decimal): -3207838 or 6426063. OLE color: 6426063.
HSL color Cylindrical-coordinate representation of color #CF0D62: hue angle of 333.71º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0D62 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 13 | 98 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.19 |
| HSL | 333.71º | 0.88% | 0.43% | - |
| HSV(B) | 333.71º | 0.94% | 0.81% | - |
| XYZ | 28.08 | 14.44 | 12.86 | - |
| YUV | 80.7 | 137.77 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 13 | 98 | 0 | 0.94 | 0.53 | 0.19 | 333.71 | 0.88 | 0.43 |
| Hex | CF | D | 62 | 0 | 5E | 35 | 13 | 14E | 58 | 2B |
| Octal | 317 | 15 | 142 | 0 | 136 | 65 | 23 | 516 | 130 | 53 |
| Binary | 11001111 | 1101 | 1100010 | 0 | 1011110 | 110101 | 10011 | 101001110 | 1011000 | 101011 |
Color Harmonies of #CF0D62
Complementary color
Monochromatic Colors of #CF0D62
Black with #CF0D62
Text Example
Text Example
White with #CF0D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0D62; }
p { color: rgb(207,13,98); }
H1.HeaderClassName
{
color: #CF0D62;
}
.AnyTagClassName
{
color: #CF0D62;
}
</style>
background-color css
<style>
a { background-color: #CF0D62; }
a { background-color: rgb(207,13,98); }
div.DivClassName
{
background-color: #CF0D62;
}
.BgClassName
{
background-color: #CF0D62;
}
</style>
border-color css
<style>
span { border-color: #CF0D62; }
span { border-color: rgb(207,13,98); }
td.TdClassName
{
border-color: #CF0D62;
}
.TagClassName
{
border-color: #CF0D62;
}
</style>