Shades of Ruby #CF1E62
Tints of Ruby #CF1E62
RGB
CMYK
RGB Variations
Color information
#CF1E62 (or 0xCF1E62) is known color: Ruby. HEX triplet: CF, 1E and 62. RGB value is (207,30,98). Sum of RGB (Red+Green+Blue) = 207+30+98=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1E62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1E62 is #30E19D. Grayscale: #5A5A5A. Windows color (decimal): -3203486 or 6430415. OLE color: 6430415.
HSL color Cylindrical-coordinate representation of color #CF1E62: hue angle of 336.95º 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 #CF1E62 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 30 | 98 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.19 |
| HSL | 336.95º | 0.75% | 0.46% | - |
| HSV(B) | 336.95º | 0.86% | 0.81% | - |
| XYZ | 28.4 | 15.08 | 12.97 | - |
| YUV | 90.68 | 132.14 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 30 | 98 | 0 | 0.86 | 0.53 | 0.19 | 336.95 | 0.75 | 0.46 |
| Hex | CF | 1E | 62 | 0 | 56 | 35 | 13 | 151 | 4B | 2E |
| Octal | 317 | 36 | 142 | 0 | 126 | 65 | 23 | 521 | 113 | 56 |
| Binary | 11001111 | 11110 | 1100010 | 0 | 1010110 | 110101 | 10011 | 101010001 | 1001011 | 101110 |
Color Harmonies of #CF1E62
Complementary color
Monochromatic Colors of #CF1E62
Black with #CF1E62
Text Example
Text Example
White with #CF1E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1E62; }
p { color: rgb(207,30,98); }
H1.HeaderClassName
{
color: #CF1E62;
}
.AnyTagClassName
{
color: #CF1E62;
}
</style>
background-color css
<style>
a { background-color: #CF1E62; }
a { background-color: rgb(207,30,98); }
div.DivClassName
{
background-color: #CF1E62;
}
.BgClassName
{
background-color: #CF1E62;
}
</style>
border-color css
<style>
span { border-color: #CF1E62; }
span { border-color: rgb(207,30,98); }
td.TdClassName
{
border-color: #CF1E62;
}
.TagClassName
{
border-color: #CF1E62;
}
</style>