Shades of Ruby #C70F6A
Tints of Ruby #C70F6A
RGB
CMYK
RGB Variations
Color information
#C70F6A (or 0xC70F6A) is known color: Ruby. HEX triplet: C7, 0F and 6A. RGB value is (199,15,106). Sum of RGB (Red+Green+Blue) = 199+15+106=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70F6A is #38F095. Grayscale: #505050. Windows color (decimal): -3731606 or 6950855. OLE color: 6950855.
HSL color Cylindrical-coordinate representation of color #C70F6A: hue angle of 330.33º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C70F6A is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 15 | 106 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.22 |
| HSL | 330.33º | 0.86% | 0.42% | - |
| HSV(B) | 330.33º | 0.92% | 0.78% | - |
| XYZ | 26.33 | 13.52 | 14.86 | - |
| YUV | 80.39 | 142.46 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 106 | 0 | 0.92 | 0.47 | 0.22 | 330.33 | 0.86 | 0.42 |
| Hex | C7 | F | 6A | 0 | 5C | 2F | 16 | 14A | 56 | 2A |
| Octal | 307 | 17 | 152 | 0 | 134 | 57 | 26 | 512 | 126 | 52 |
| Binary | 11000111 | 1111 | 1101010 | 0 | 1011100 | 101111 | 10110 | 101001010 | 1010110 | 101010 |
Color Harmonies of #C70F6A
Complementary color
Monochromatic Colors of #C70F6A
Black with #C70F6A
Text Example
Text Example
White with #C70F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70F6A; }
p { color: rgb(199,15,106); }
H1.HeaderClassName
{
color: #C70F6A;
}
.AnyTagClassName
{
color: #C70F6A;
}
</style>
background-color css
<style>
a { background-color: #C70F6A; }
a { background-color: rgb(199,15,106); }
div.DivClassName
{
background-color: #C70F6A;
}
.BgClassName
{
background-color: #C70F6A;
}
</style>
border-color css
<style>
span { border-color: #C70F6A; }
span { border-color: rgb(199,15,106); }
td.TdClassName
{
border-color: #C70F6A;
}
.TagClassName
{
border-color: #C70F6A;
}
</style>