Shades of Ruby #CF056A
Tints of Ruby #CF056A
RGB
CMYK
RGB Variations
Color information
#CF056A (or 0xCF056A) is known color: Ruby. HEX triplet: CF, 05 and 6A. RGB value is (207,5,106). Sum of RGB (Red+Green+Blue) = 207+5+106=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF056A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF056A is #30FA95. Grayscale: #4C4C4C. Windows color (decimal): -3209878 or 6948303. OLE color: 6948303.
HSL color Cylindrical-coordinate representation of color #CF056A: hue angle of 330º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF056A is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 106 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.19 |
| HSL | 330º | 0.95% | 0.42% | - |
| HSV(B) | 330º | 0.98% | 0.81% | - |
| XYZ | 28.39 | 14.41 | 14.92 | - |
| YUV | 76.91 | 144.42 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 106 | 0 | 0.98 | 0.49 | 0.19 | 330 | 0.95 | 0.42 |
| Hex | CF | 5 | 6A | 0 | 62 | 31 | 13 | 14A | 5F | 2A |
| Octal | 317 | 5 | 152 | 0 | 142 | 61 | 23 | 512 | 137 | 52 |
| Binary | 11001111 | 101 | 1101010 | 0 | 1100010 | 110001 | 10011 | 101001010 | 1011111 | 101010 |
Color Harmonies of #CF056A
Complementary color
Monochromatic Colors of #CF056A
Black with #CF056A
Text Example
Text Example
White with #CF056A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF056A; }
p { color: rgb(207,5,106); }
H1.HeaderClassName
{
color: #CF056A;
}
.AnyTagClassName
{
color: #CF056A;
}
</style>
background-color css
<style>
a { background-color: #CF056A; }
a { background-color: rgb(207,5,106); }
div.DivClassName
{
background-color: #CF056A;
}
.BgClassName
{
background-color: #CF056A;
}
</style>
border-color css
<style>
span { border-color: #CF056A; }
span { border-color: rgb(207,5,106); }
td.TdClassName
{
border-color: #CF056A;
}
.TagClassName
{
border-color: #CF056A;
}
</style>