Shades of Ruby #CF1263
Tints of Ruby #CF1263
RGB
CMYK
RGB Variations
Color information
#CF1263 (or 0xCF1263) is known color: Ruby. HEX triplet: CF, 12 and 63. RGB value is (207,18,99). Sum of RGB (Red+Green+Blue) = 207+18+99=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1263 is #30ED9C. Grayscale: #535353. Windows color (decimal): -3206557 or 6492879. OLE color: 6492879.
HSL color Cylindrical-coordinate representation of color #CF1263: hue angle of 334.29º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1263 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 99 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.19 |
| HSL | 334.29º | 0.84% | 0.44% | - |
| HSV(B) | 334.29º | 0.91% | 0.81% | - |
| XYZ | 28.2 | 14.6 | 13.14 | - |
| YUV | 83.75 | 136.62 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 99 | 0 | 0.91 | 0.52 | 0.19 | 334.29 | 0.84 | 0.44 |
| Hex | CF | 12 | 63 | 0 | 5B | 34 | 13 | 14E | 54 | 2C |
| Octal | 317 | 22 | 143 | 0 | 133 | 64 | 23 | 516 | 124 | 54 |
| Binary | 11001111 | 10010 | 1100011 | 0 | 1011011 | 110100 | 10011 | 101001110 | 1010100 | 101100 |
Color Harmonies of #CF1263
Complementary color
Monochromatic Colors of #CF1263
Black with #CF1263
Text Example
Text Example
White with #CF1263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1263; }
p { color: rgb(207,18,99); }
H1.HeaderClassName
{
color: #CF1263;
}
.AnyTagClassName
{
color: #CF1263;
}
</style>
background-color css
<style>
a { background-color: #CF1263; }
a { background-color: rgb(207,18,99); }
div.DivClassName
{
background-color: #CF1263;
}
.BgClassName
{
background-color: #CF1263;
}
</style>
border-color css
<style>
span { border-color: #CF1263; }
span { border-color: rgb(207,18,99); }
td.TdClassName
{
border-color: #CF1263;
}
.TagClassName
{
border-color: #CF1263;
}
</style>