Shades of Ruby #CF1E54
Tints of Ruby #CF1E54
RGB
CMYK
RGB Variations
Color information
#CF1E54 (or 0xCF1E54) is known color: Ruby. HEX triplet: CF, 1E and 54. RGB value is (207,30,84). Sum of RGB (Red+Green+Blue) = 207+30+84=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1E54 is #30E1AB. Grayscale: #595959. Windows color (decimal): -3203500 or 5512911. OLE color: 5512911.
HSL color Cylindrical-coordinate representation of color #CF1E54: hue angle of 341.69º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1E54 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 30 | 84 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.19 |
| HSL | 341.69º | 0.75% | 0.46% | - |
| HSV(B) | 341.69º | 0.86% | 0.81% | - |
| XYZ | 27.8 | 14.83 | 9.79 | - |
| YUV | 89.08 | 125.14 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 30 | 84 | 0 | 0.86 | 0.59 | 0.19 | 341.69 | 0.75 | 0.46 |
| Hex | CF | 1E | 54 | 0 | 56 | 3B | 13 | 156 | 4B | 2E |
| Octal | 317 | 36 | 124 | 0 | 126 | 73 | 23 | 526 | 113 | 56 |
| Binary | 11001111 | 11110 | 1010100 | 0 | 1010110 | 111011 | 10011 | 101010110 | 1001011 | 101110 |
Color Harmonies of #CF1E54
Complementary color
Monochromatic Colors of #CF1E54
Black with #CF1E54
Text Example
Text Example
White with #CF1E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1E54; }
p { color: rgb(207,30,84); }
H1.HeaderClassName
{
color: #CF1E54;
}
.AnyTagClassName
{
color: #CF1E54;
}
</style>
background-color css
<style>
a { background-color: #CF1E54; }
a { background-color: rgb(207,30,84); }
div.DivClassName
{
background-color: #CF1E54;
}
.BgClassName
{
background-color: #CF1E54;
}
</style>
border-color css
<style>
span { border-color: #CF1E54; }
span { border-color: rgb(207,30,84); }
td.TdClassName
{
border-color: #CF1E54;
}
.TagClassName
{
border-color: #CF1E54;
}
</style>