Shades of Ruby #CF085C
Tints of Ruby #CF085C
RGB
CMYK
RGB Variations
Color information
#CF085C (or 0xCF085C) is known color: Ruby. HEX triplet: CF, 08 and 5C. RGB value is (207,8,92). Sum of RGB (Red+Green+Blue) = 207+8+92=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF085C is #30F7A3. Grayscale: #4C4C4C. Windows color (decimal): -3209124 or 6031567. OLE color: 6031567.
HSL color Cylindrical-coordinate representation of color #CF085C: hue angle of 334.67º 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 #CF085C is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 92 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.19 |
| HSL | 334.67º | 0.93% | 0.42% | - |
| HSV(B) | 334.67º | 0.96% | 0.81% | - |
| XYZ | 27.75 | 14.21 | 11.41 | - |
| YUV | 77.08 | 136.43 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 92 | 0 | 0.96 | 0.56 | 0.19 | 334.67 | 0.93 | 0.42 |
| Hex | CF | 8 | 5C | 0 | 60 | 38 | 13 | 14F | 5D | 2A |
| Octal | 317 | 10 | 134 | 0 | 140 | 70 | 23 | 517 | 135 | 52 |
| Binary | 11001111 | 1000 | 1011100 | 0 | 1100000 | 111000 | 10011 | 101001111 | 1011101 | 101010 |
Color Harmonies of #CF085C
Complementary color
Monochromatic Colors of #CF085C
Black with #CF085C
Text Example
Text Example
White with #CF085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF085C; }
p { color: rgb(207,8,92); }
H1.HeaderClassName
{
color: #CF085C;
}
.AnyTagClassName
{
color: #CF085C;
}
</style>
background-color css
<style>
a { background-color: #CF085C; }
a { background-color: rgb(207,8,92); }
div.DivClassName
{
background-color: #CF085C;
}
.BgClassName
{
background-color: #CF085C;
}
</style>
border-color css
<style>
span { border-color: #CF085C; }
span { border-color: rgb(207,8,92); }
td.TdClassName
{
border-color: #CF085C;
}
.TagClassName
{
border-color: #CF085C;
}
</style>