Shades of Ruby #CF0D4E
Tints of Ruby #CF0D4E
RGB
CMYK
RGB Variations
Color information
#CF0D4E (or 0xCF0D4E) is known color: Ruby. HEX triplet: CF, 0D and 4E. RGB value is (207,13,78). Sum of RGB (Red+Green+Blue) = 207+13+78=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0D4E is #30F2B1. Grayscale: #4E4E4E. Windows color (decimal): -3207858 or 5115343. OLE color: 5115343.
HSL color Cylindrical-coordinate representation of color #CF0D4E: hue angle of 339.9º 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 #CF0D4E is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 13 | 78 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.19 |
| HSL | 339.9º | 0.88% | 0.43% | - |
| HSV(B) | 339.9º | 0.94% | 0.81% | - |
| XYZ | 27.25 | 14.1 | 8.49 | - |
| YUV | 78.42 | 127.77 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 13 | 78 | 0 | 0.94 | 0.62 | 0.19 | 339.9 | 0.88 | 0.43 |
| Hex | CF | D | 4E | 0 | 5E | 3E | 13 | 154 | 58 | 2B |
| Octal | 317 | 15 | 116 | 0 | 136 | 76 | 23 | 524 | 130 | 53 |
| Binary | 11001111 | 1101 | 1001110 | 0 | 1011110 | 111110 | 10011 | 101010100 | 1011000 | 101011 |
Color Harmonies of #CF0D4E
Complementary color
Monochromatic Colors of #CF0D4E
Black with #CF0D4E
Text Example
Text Example
White with #CF0D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0D4E; }
p { color: rgb(207,13,78); }
H1.HeaderClassName
{
color: #CF0D4E;
}
.AnyTagClassName
{
color: #CF0D4E;
}
</style>
background-color css
<style>
a { background-color: #CF0D4E; }
a { background-color: rgb(207,13,78); }
div.DivClassName
{
background-color: #CF0D4E;
}
.BgClassName
{
background-color: #CF0D4E;
}
</style>
border-color css
<style>
span { border-color: #CF0D4E; }
span { border-color: rgb(207,13,78); }
td.TdClassName
{
border-color: #CF0D4E;
}
.TagClassName
{
border-color: #CF0D4E;
}
</style>