Shades of Ruby #CF0461
Tints of Ruby #CF0461
RGB
CMYK
RGB Variations
Color information
#CF0461 (or 0xCF0461) is known color: Ruby. HEX triplet: CF, 04 and 61. RGB value is (207,4,97). Sum of RGB (Red+Green+Blue) = 207+4+97=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0461 is #30FB9E. Grayscale: #4B4B4B. Windows color (decimal): -3210143 or 6358223. OLE color: 6358223.
HSL color Cylindrical-coordinate representation of color #CF0461: hue angle of 332.51º 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 #CF0461 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 97 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.19 |
| HSL | 332.51º | 0.96% | 0.41% | - |
| HSV(B) | 332.51º | 0.98% | 0.81% | - |
| XYZ | 27.93 | 14.22 | 12.58 | - |
| YUV | 75.3 | 140.25 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 97 | 0 | 0.98 | 0.53 | 0.19 | 332.51 | 0.96 | 0.41 |
| Hex | CF | 4 | 61 | 0 | 62 | 35 | 13 | 14D | 60 | 29 |
| Octal | 317 | 4 | 141 | 0 | 142 | 65 | 23 | 515 | 140 | 51 |
| Binary | 11001111 | 100 | 1100001 | 0 | 1100010 | 110101 | 10011 | 101001101 | 1100000 | 101001 |
Color Harmonies of #CF0461
Complementary color
Monochromatic Colors of #CF0461
Black with #CF0461
Text Example
Text Example
White with #CF0461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0461; }
p { color: rgb(207,4,97); }
H1.HeaderClassName
{
color: #CF0461;
}
.AnyTagClassName
{
color: #CF0461;
}
</style>
background-color css
<style>
a { background-color: #CF0461; }
a { background-color: rgb(207,4,97); }
div.DivClassName
{
background-color: #CF0461;
}
.BgClassName
{
background-color: #CF0461;
}
</style>
border-color css
<style>
span { border-color: #CF0461; }
span { border-color: rgb(207,4,97); }
td.TdClassName
{
border-color: #CF0461;
}
.TagClassName
{
border-color: #CF0461;
}
</style>