Shades of Ruby #CF085A
Tints of Ruby #CF085A
RGB
CMYK
RGB Variations
Color information
#CF085A (or 0xCF085A) is known color: Ruby. HEX triplet: CF, 08 and 5A. RGB value is (207,8,90). Sum of RGB (Red+Green+Blue) = 207+8+90=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF085A is #30F7A5. Grayscale: #4C4C4C. Windows color (decimal): -3209126 or 5900495. OLE color: 5900495.
HSL color Cylindrical-coordinate representation of color #CF085A: hue angle of 335.28º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF085A is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 90 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.19 |
| HSL | 335.28º | 0.93% | 0.42% | - |
| HSV(B) | 335.28º | 0.96% | 0.81% | - |
| XYZ | 27.66 | 14.18 | 10.95 | - |
| YUV | 76.85 | 135.43 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 90 | 0 | 0.96 | 0.57 | 0.19 | 335.28 | 0.93 | 0.42 |
| Hex | CF | 8 | 5A | 0 | 60 | 39 | 13 | 14F | 5D | 2A |
| Octal | 317 | 10 | 132 | 0 | 140 | 71 | 23 | 517 | 135 | 52 |
| Binary | 11001111 | 1000 | 1011010 | 0 | 1100000 | 111001 | 10011 | 101001111 | 1011101 | 101010 |
Color Harmonies of #CF085A
Complementary color
Monochromatic Colors of #CF085A
Black with #CF085A
Text Example
Text Example
White with #CF085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF085A; }
p { color: rgb(207,8,90); }
H1.HeaderClassName
{
color: #CF085A;
}
.AnyTagClassName
{
color: #CF085A;
}
</style>
background-color css
<style>
a { background-color: #CF085A; }
a { background-color: rgb(207,8,90); }
div.DivClassName
{
background-color: #CF085A;
}
.BgClassName
{
background-color: #CF085A;
}
</style>
border-color css
<style>
span { border-color: #CF085A; }
span { border-color: rgb(207,8,90); }
td.TdClassName
{
border-color: #CF085A;
}
.TagClassName
{
border-color: #CF085A;
}
</style>