Shades of Ruby #CF075F
Tints of Ruby #CF075F
RGB
CMYK
RGB Variations
Color information
#CF075F (or 0xCF075F) is known color: Ruby. HEX triplet: CF, 07 and 5F. RGB value is (207,7,95). Sum of RGB (Red+Green+Blue) = 207+7+95=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF075F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF075F is #30F8A0. Grayscale: #4C4C4C. Windows color (decimal): -3209377 or 6227919. OLE color: 6227919.
HSL color Cylindrical-coordinate representation of color #CF075F: hue angle of 333.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF075F is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 95 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.19 |
| HSL | 333.6º | 0.93% | 0.42% | - |
| HSV(B) | 333.6º | 0.97% | 0.81% | - |
| XYZ | 27.87 | 14.24 | 12.11 | - |
| YUV | 76.83 | 138.26 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 95 | 0 | 0.97 | 0.54 | 0.19 | 333.6 | 0.93 | 0.42 |
| Hex | CF | 7 | 5F | 0 | 61 | 36 | 13 | 14E | 5D | 2A |
| Octal | 317 | 7 | 137 | 0 | 141 | 66 | 23 | 516 | 135 | 52 |
| Binary | 11001111 | 111 | 1011111 | 0 | 1100001 | 110110 | 10011 | 101001110 | 1011101 | 101010 |
Color Harmonies of #CF075F
Complementary color
Monochromatic Colors of #CF075F
Black with #CF075F
Text Example
Text Example
White with #CF075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF075F; }
p { color: rgb(207,7,95); }
H1.HeaderClassName
{
color: #CF075F;
}
.AnyTagClassName
{
color: #CF075F;
}
</style>
background-color css
<style>
a { background-color: #CF075F; }
a { background-color: rgb(207,7,95); }
div.DivClassName
{
background-color: #CF075F;
}
.BgClassName
{
background-color: #CF075F;
}
</style>
border-color css
<style>
span { border-color: #CF075F; }
span { border-color: rgb(207,7,95); }
td.TdClassName
{
border-color: #CF075F;
}
.TagClassName
{
border-color: #CF075F;
}
</style>