Shades of Ruby #CF0361
Tints of Ruby #CF0361
RGB
CMYK
RGB Variations
Color information
#CF0361 (or 0xCF0361) is known color: Ruby. HEX triplet: CF, 03 and 61. RGB value is (207,3,97). Sum of RGB (Red+Green+Blue) = 207+3+97=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0361 is #30FC9E. Grayscale: #4A4A4A. Windows color (decimal): -3210399 or 6357967. OLE color: 6357967.
HSL color Cylindrical-coordinate representation of color #CF0361: hue angle of 332.35º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0361 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 97 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.19 |
| HSL | 332.35º | 0.97% | 0.41% | - |
| HSV(B) | 332.35º | 0.99% | 0.81% | - |
| XYZ | 27.92 | 14.19 | 12.58 | - |
| YUV | 74.71 | 140.59 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 97 | 0 | 0.99 | 0.53 | 0.19 | 332.35 | 0.97 | 0.41 |
| Hex | CF | 3 | 61 | 0 | 63 | 35 | 13 | 14C | 61 | 29 |
| Octal | 317 | 3 | 141 | 0 | 143 | 65 | 23 | 514 | 141 | 51 |
| Binary | 11001111 | 11 | 1100001 | 0 | 1100011 | 110101 | 10011 | 101001100 | 1100001 | 101001 |
Color Harmonies of #CF0361
Complementary color
Monochromatic Colors of #CF0361
Black with #CF0361
Text Example
Text Example
White with #CF0361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0361; }
p { color: rgb(207,3,97); }
H1.HeaderClassName
{
color: #CF0361;
}
.AnyTagClassName
{
color: #CF0361;
}
</style>
background-color css
<style>
a { background-color: #CF0361; }
a { background-color: rgb(207,3,97); }
div.DivClassName
{
background-color: #CF0361;
}
.BgClassName
{
background-color: #CF0361;
}
</style>
border-color css
<style>
span { border-color: #CF0361; }
span { border-color: rgb(207,3,97); }
td.TdClassName
{
border-color: #CF0361;
}
.TagClassName
{
border-color: #CF0361;
}
</style>