Shades of Ruby #CF1F62
Tints of Ruby #CF1F62
RGB
CMYK
RGB Variations
Color information
#CF1F62 (or 0xCF1F62) is known color: Ruby. HEX triplet: CF, 1F and 62. RGB value is (207,31,98). Sum of RGB (Red+Green+Blue) = 207+31+98=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1F62 is #30E09D. Grayscale: #5B5B5B. Windows color (decimal): -3203230 or 6430671. OLE color: 6430671.
HSL color Cylindrical-coordinate representation of color #CF1F62: hue angle of 337.16º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF1F62 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 31 | 98 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.19 |
| HSL | 337.16º | 0.74% | 0.47% | - |
| HSV(B) | 337.16º | 0.85% | 0.81% | - |
| XYZ | 28.43 | 15.13 | 12.98 | - |
| YUV | 91.26 | 131.81 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 31 | 98 | 0 | 0.85 | 0.53 | 0.19 | 337.16 | 0.74 | 0.47 |
| Hex | CF | 1F | 62 | 0 | 55 | 35 | 13 | 151 | 4A | 2F |
| Octal | 317 | 37 | 142 | 0 | 125 | 65 | 23 | 521 | 112 | 57 |
| Binary | 11001111 | 11111 | 1100010 | 0 | 1010101 | 110101 | 10011 | 101010001 | 1001010 | 101111 |
Color Harmonies of #CF1F62
Complementary color
Monochromatic Colors of #CF1F62
Black with #CF1F62
Text Example
Text Example
White with #CF1F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1F62; }
p { color: rgb(207,31,98); }
H1.HeaderClassName
{
color: #CF1F62;
}
.AnyTagClassName
{
color: #CF1F62;
}
</style>
background-color css
<style>
a { background-color: #CF1F62; }
a { background-color: rgb(207,31,98); }
div.DivClassName
{
background-color: #CF1F62;
}
.BgClassName
{
background-color: #CF1F62;
}
</style>
border-color css
<style>
span { border-color: #CF1F62; }
span { border-color: rgb(207,31,98); }
td.TdClassName
{
border-color: #CF1F62;
}
.TagClassName
{
border-color: #CF1F62;
}
</style>