Shades of Ruby #CF125C
Tints of Ruby #CF125C
RGB
CMYK
RGB Variations
Color information
#CF125C (or 0xCF125C) is known color: Ruby. HEX triplet: CF, 12 and 5C. RGB value is (207,18,92). Sum of RGB (Red+Green+Blue) = 207+18+92=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF125C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF125C is #30EDA3. Grayscale: #525252. Windows color (decimal): -3206564 or 6034127. OLE color: 6034127.
HSL color Cylindrical-coordinate representation of color #CF125C: hue angle of 336.51º 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 #CF125C is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 92 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.19 |
| HSL | 336.51º | 0.84% | 0.44% | - |
| HSV(B) | 336.51º | 0.91% | 0.81% | - |
| XYZ | 27.88 | 14.47 | 11.45 | - |
| YUV | 82.95 | 133.12 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 92 | 0 | 0.91 | 0.56 | 0.19 | 336.51 | 0.84 | 0.44 |
| Hex | CF | 12 | 5C | 0 | 5B | 38 | 13 | 151 | 54 | 2C |
| Octal | 317 | 22 | 134 | 0 | 133 | 70 | 23 | 521 | 124 | 54 |
| Binary | 11001111 | 10010 | 1011100 | 0 | 1011011 | 111000 | 10011 | 101010001 | 1010100 | 101100 |
Color Harmonies of #CF125C
Complementary color
Monochromatic Colors of #CF125C
Black with #CF125C
Text Example
Text Example
White with #CF125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF125C; }
p { color: rgb(207,18,92); }
H1.HeaderClassName
{
color: #CF125C;
}
.AnyTagClassName
{
color: #CF125C;
}
</style>
background-color css
<style>
a { background-color: #CF125C; }
a { background-color: rgb(207,18,92); }
div.DivClassName
{
background-color: #CF125C;
}
.BgClassName
{
background-color: #CF125C;
}
</style>
border-color css
<style>
span { border-color: #CF125C; }
span { border-color: rgb(207,18,92); }
td.TdClassName
{
border-color: #CF125C;
}
.TagClassName
{
border-color: #CF125C;
}
</style>