Shades of Ruby #CF006C
Tints of Ruby #CF006C
RGB
CMYK
RGB Variations
Color information
#CF006C (or 0xCF006C) is known color: Ruby. HEX triplet: CF, 00 and 6C. RGB value is (207,0,108). Sum of RGB (Red+Green+Blue) = 207+0+108=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF006C is #30FF93. Grayscale: #494949. Windows color (decimal): -3211156 or 7078095. OLE color: 7078095.
HSL color Cylindrical-coordinate representation of color #CF006C: hue angle of 328.7º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF006C is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.48 | 0.19 |
| HSL | 328.7º | 1% | 0.41% | - |
| HSV(B) | 328.7º | 1% | 0.81% | - |
| XYZ | 28.44 | 14.35 | 15.46 | - |
| YUV | 74.21 | 147.08 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 108 | 0 | 1 | 0.48 | 0.19 | 328.7 | 1 | 0.41 |
| Hex | CF | 0 | 6C | 0 | 64 | 30 | 13 | 149 | 64 | 29 |
| Octal | 317 | 0 | 154 | 0 | 144 | 60 | 23 | 511 | 144 | 51 |
| Binary | 11001111 | 0 | 1101100 | 0 | 1100100 | 110000 | 10011 | 101001001 | 1100100 | 101001 |
Color Harmonies of #CF006C
Complementary color
Monochromatic Colors of #CF006C
Black with #CF006C
Text Example
Text Example
White with #CF006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF006C; }
p { color: rgb(207,0,108); }
H1.HeaderClassName
{
color: #CF006C;
}
.AnyTagClassName
{
color: #CF006C;
}
</style>
background-color css
<style>
a { background-color: #CF006C; }
a { background-color: rgb(207,0,108); }
div.DivClassName
{
background-color: #CF006C;
}
.BgClassName
{
background-color: #CF006C;
}
</style>
border-color css
<style>
span { border-color: #CF006C; }
span { border-color: rgb(207,0,108); }
td.TdClassName
{
border-color: #CF006C;
}
.TagClassName
{
border-color: #CF006C;
}
</style>