Shades of Ruby #CF185A
Tints of Ruby #CF185A
RGB
CMYK
RGB Variations
Color information
#CF185A (or 0xCF185A) is known color: Ruby. HEX triplet: CF, 18 and 5A. RGB value is (207,24,90). Sum of RGB (Red+Green+Blue) = 207+24+90=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF185A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF185A is #30E7A5. Grayscale: #565656. Windows color (decimal): -3205030 or 5904591. OLE color: 5904591.
HSL color Cylindrical-coordinate representation of color #CF185A: hue angle of 338.36º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF185A is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 90 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.19 |
| HSL | 338.36º | 0.79% | 0.45% | - |
| HSV(B) | 338.36º | 0.88% | 0.81% | - |
| XYZ | 27.9 | 14.66 | 11.03 | - |
| YUV | 86.24 | 130.13 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 90 | 0 | 0.88 | 0.57 | 0.19 | 338.36 | 0.79 | 0.45 |
| Hex | CF | 18 | 5A | 0 | 58 | 39 | 13 | 152 | 4F | 2D |
| Octal | 317 | 30 | 132 | 0 | 130 | 71 | 23 | 522 | 117 | 55 |
| Binary | 11001111 | 11000 | 1011010 | 0 | 1011000 | 111001 | 10011 | 101010010 | 1001111 | 101101 |
Color Harmonies of #CF185A
Complementary color
Monochromatic Colors of #CF185A
Black with #CF185A
Text Example
Text Example
White with #CF185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF185A; }
p { color: rgb(207,24,90); }
H1.HeaderClassName
{
color: #CF185A;
}
.AnyTagClassName
{
color: #CF185A;
}
</style>
background-color css
<style>
a { background-color: #CF185A; }
a { background-color: rgb(207,24,90); }
div.DivClassName
{
background-color: #CF185A;
}
.BgClassName
{
background-color: #CF185A;
}
</style>
border-color css
<style>
span { border-color: #CF185A; }
span { border-color: rgb(207,24,90); }
td.TdClassName
{
border-color: #CF185A;
}
.TagClassName
{
border-color: #CF185A;
}
</style>