Shades of Ruby #CF0462
Tints of Ruby #CF0462
RGB
CMYK
RGB Variations
Color information
#CF0462 (or 0xCF0462) is known color: Ruby. HEX triplet: CF, 04 and 62. RGB value is (207,4,98). Sum of RGB (Red+Green+Blue) = 207+4+98=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0462 is #30FB9D. Grayscale: #4B4B4B. Windows color (decimal): -3210142 or 6423759. OLE color: 6423759.
HSL color Cylindrical-coordinate representation of color #CF0462: hue angle of 332.22º 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 #CF0462 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 98 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.19 |
| HSL | 332.22º | 0.96% | 0.41% | - |
| HSV(B) | 332.22º | 0.98% | 0.81% | - |
| XYZ | 27.98 | 14.23 | 12.83 | - |
| YUV | 75.41 | 140.75 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 98 | 0 | 0.98 | 0.53 | 0.19 | 332.22 | 0.96 | 0.41 |
| Hex | CF | 4 | 62 | 0 | 62 | 35 | 13 | 14C | 60 | 29 |
| Octal | 317 | 4 | 142 | 0 | 142 | 65 | 23 | 514 | 140 | 51 |
| Binary | 11001111 | 100 | 1100010 | 0 | 1100010 | 110101 | 10011 | 101001100 | 1100000 | 101001 |
Color Harmonies of #CF0462
Complementary color
Monochromatic Colors of #CF0462
Black with #CF0462
Text Example
Text Example
White with #CF0462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0462; }
p { color: rgb(207,4,98); }
H1.HeaderClassName
{
color: #CF0462;
}
.AnyTagClassName
{
color: #CF0462;
}
</style>
background-color css
<style>
a { background-color: #CF0462; }
a { background-color: rgb(207,4,98); }
div.DivClassName
{
background-color: #CF0462;
}
.BgClassName
{
background-color: #CF0462;
}
</style>
border-color css
<style>
span { border-color: #CF0462; }
span { border-color: rgb(207,4,98); }
td.TdClassName
{
border-color: #CF0462;
}
.TagClassName
{
border-color: #CF0462;
}
</style>