Shades of Ruby #CF1A58
Tints of Ruby #CF1A58
RGB
CMYK
RGB Variations
Color information
#CF1A58 (or 0xCF1A58) is known color: Ruby. HEX triplet: CF, 1A and 58. RGB value is (207,26,88). Sum of RGB (Red+Green+Blue) = 207+26+88=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1A58 is #30E5A7. Grayscale: #575757. Windows color (decimal): -3204520 or 5774031. OLE color: 5774031.
HSL color Cylindrical-coordinate representation of color #CF1A58: hue angle of 339.45º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1A58 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 26 | 88 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.19 |
| HSL | 339.45º | 0.78% | 0.46% | - |
| HSV(B) | 339.45º | 0.87% | 0.81% | - |
| XYZ | 27.86 | 14.71 | 10.6 | - |
| YUV | 87.19 | 128.47 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 88 | 0 | 0.87 | 0.57 | 0.19 | 339.45 | 0.78 | 0.46 |
| Hex | CF | 1A | 58 | 0 | 57 | 39 | 13 | 153 | 4E | 2E |
| Octal | 317 | 32 | 130 | 0 | 127 | 71 | 23 | 523 | 116 | 56 |
| Binary | 11001111 | 11010 | 1011000 | 0 | 1010111 | 111001 | 10011 | 101010011 | 1001110 | 101110 |
Color Harmonies of #CF1A58
Complementary color
Monochromatic Colors of #CF1A58
Black with #CF1A58
Text Example
Text Example
White with #CF1A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1A58; }
p { color: rgb(207,26,88); }
H1.HeaderClassName
{
color: #CF1A58;
}
.AnyTagClassName
{
color: #CF1A58;
}
</style>
background-color css
<style>
a { background-color: #CF1A58; }
a { background-color: rgb(207,26,88); }
div.DivClassName
{
background-color: #CF1A58;
}
.BgClassName
{
background-color: #CF1A58;
}
</style>
border-color css
<style>
span { border-color: #CF1A58; }
span { border-color: rgb(207,26,88); }
td.TdClassName
{
border-color: #CF1A58;
}
.TagClassName
{
border-color: #CF1A58;
}
</style>