Shades of Ruby #CF036F
Tints of Ruby #CF036F
RGB
CMYK
RGB Variations
Color information
#CF036F (or 0xCF036F) is known color: Ruby. HEX triplet: CF, 03 and 6F. RGB value is (207,3,111). Sum of RGB (Red+Green+Blue) = 207+3+111=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF036F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF036F is #30FC90. Grayscale: #4C4C4C. Windows color (decimal): -3210385 or 7275471. OLE color: 7275471.
HSL color Cylindrical-coordinate representation of color #CF036F: hue angle of 328.24º 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 #CF036F is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 111 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.19 |
| HSL | 328.24º | 0.97% | 0.41% | - |
| HSV(B) | 328.24º | 0.99% | 0.81% | - |
| XYZ | 28.63 | 14.48 | 16.32 | - |
| YUV | 76.31 | 147.59 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 111 | 0 | 0.99 | 0.46 | 0.19 | 328.24 | 0.97 | 0.41 |
| Hex | CF | 3 | 6F | 0 | 63 | 2E | 13 | 148 | 61 | 29 |
| Octal | 317 | 3 | 157 | 0 | 143 | 56 | 23 | 510 | 141 | 51 |
| Binary | 11001111 | 11 | 1101111 | 0 | 1100011 | 101110 | 10011 | 101001000 | 1100001 | 101001 |
Color Harmonies of #CF036F
Complementary color
Monochromatic Colors of #CF036F
Black with #CF036F
Text Example
Text Example
White with #CF036F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF036F; }
p { color: rgb(207,3,111); }
H1.HeaderClassName
{
color: #CF036F;
}
.AnyTagClassName
{
color: #CF036F;
}
</style>
background-color css
<style>
a { background-color: #CF036F; }
a { background-color: rgb(207,3,111); }
div.DivClassName
{
background-color: #CF036F;
}
.BgClassName
{
background-color: #CF036F;
}
</style>
border-color css
<style>
span { border-color: #CF036F; }
span { border-color: rgb(207,3,111); }
td.TdClassName
{
border-color: #CF036F;
}
.TagClassName
{
border-color: #CF036F;
}
</style>