Shades of Ruby #CF0460
Tints of Ruby #CF0460
RGB
CMYK
RGB Variations
Color information
#CF0460 (or 0xCF0460) is known color: Ruby. HEX triplet: CF, 04 and 60. RGB value is (207,4,96). Sum of RGB (Red+Green+Blue) = 207+4+96=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0460 is #30FB9F. Grayscale: #4B4B4B. Windows color (decimal): -3210144 or 6292687. OLE color: 6292687.
HSL color Cylindrical-coordinate representation of color #CF0460: hue angle of 332.81º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0460 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 96 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.19 |
| HSL | 332.81º | 0.96% | 0.41% | - |
| HSV(B) | 332.81º | 0.98% | 0.81% | - |
| XYZ | 27.89 | 14.2 | 12.34 | - |
| YUV | 75.19 | 139.75 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 96 | 0 | 0.98 | 0.54 | 0.19 | 332.81 | 0.96 | 0.41 |
| Hex | CF | 4 | 60 | 0 | 62 | 36 | 13 | 14D | 60 | 29 |
| Octal | 317 | 4 | 140 | 0 | 142 | 66 | 23 | 515 | 140 | 51 |
| Binary | 11001111 | 100 | 1100000 | 0 | 1100010 | 110110 | 10011 | 101001101 | 1100000 | 101001 |
Color Harmonies of #CF0460
Complementary color
Monochromatic Colors of #CF0460
Black with #CF0460
Text Example
Text Example
White with #CF0460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0460; }
p { color: rgb(207,4,96); }
H1.HeaderClassName
{
color: #CF0460;
}
.AnyTagClassName
{
color: #CF0460;
}
</style>
background-color css
<style>
a { background-color: #CF0460; }
a { background-color: rgb(207,4,96); }
div.DivClassName
{
background-color: #CF0460;
}
.BgClassName
{
background-color: #CF0460;
}
</style>
border-color css
<style>
span { border-color: #CF0460; }
span { border-color: rgb(207,4,96); }
td.TdClassName
{
border-color: #CF0460;
}
.TagClassName
{
border-color: #CF0460;
}
</style>