Shades of Ruby #CF105A
Tints of Ruby #CF105A
RGB
CMYK
RGB Variations
Color information
#CF105A (or 0xCF105A) is known color: Ruby. HEX triplet: CF, 10 and 5A. RGB value is (207,16,90). Sum of RGB (Red+Green+Blue) = 207+16+90=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF105A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF105A is #30EFA5. Grayscale: #515151. Windows color (decimal): -3207078 or 5902543. OLE color: 5902543.
HSL color Cylindrical-coordinate representation of color #CF105A: hue angle of 336.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF105A is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 90 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.19 |
| HSL | 336.75º | 0.86% | 0.44% | - |
| HSV(B) | 336.75º | 0.92% | 0.81% | - |
| XYZ | 27.76 | 14.37 | 10.98 | - |
| YUV | 81.55 | 132.78 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 90 | 0 | 0.92 | 0.57 | 0.19 | 336.75 | 0.86 | 0.44 |
| Hex | CF | 10 | 5A | 0 | 5C | 39 | 13 | 151 | 56 | 2C |
| Octal | 317 | 20 | 132 | 0 | 134 | 71 | 23 | 521 | 126 | 54 |
| Binary | 11001111 | 10000 | 1011010 | 0 | 1011100 | 111001 | 10011 | 101010001 | 1010110 | 101100 |
Color Harmonies of #CF105A
Complementary color
Monochromatic Colors of #CF105A
Black with #CF105A
Text Example
Text Example
White with #CF105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF105A; }
p { color: rgb(207,16,90); }
H1.HeaderClassName
{
color: #CF105A;
}
.AnyTagClassName
{
color: #CF105A;
}
</style>
background-color css
<style>
a { background-color: #CF105A; }
a { background-color: rgb(207,16,90); }
div.DivClassName
{
background-color: #CF105A;
}
.BgClassName
{
background-color: #CF105A;
}
</style>
border-color css
<style>
span { border-color: #CF105A; }
span { border-color: rgb(207,16,90); }
td.TdClassName
{
border-color: #CF105A;
}
.TagClassName
{
border-color: #CF105A;
}
</style>