Shades of Ruby #CC124F
Tints of Ruby #CC124F
RGB
CMYK
RGB Variations
Color information
#CC124F (or 0xCC124F) is known color: Ruby. HEX triplet: CC, 12 and 4F. RGB value is (204,18,79). Sum of RGB (Red+Green+Blue) = 204+18+79=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC124F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC124F is #33EDB0. Grayscale: #505050. Windows color (decimal): -3403185 or 5182156. OLE color: 5182156.
HSL color Cylindrical-coordinate representation of color #CC124F: hue angle of 340.32º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC124F is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 79 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.2 |
| HSL | 340.32º | 0.84% | 0.44% | - |
| HSV(B) | 340.32º | 0.91% | 0.8% | - |
| XYZ | 26.53 | 13.83 | 8.67 | - |
| YUV | 80.57 | 127.12 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 79 | 0 | 0.91 | 0.61 | 0.2 | 340.32 | 0.84 | 0.44 |
| Hex | CC | 12 | 4F | 0 | 5B | 3D | 14 | 154 | 54 | 2C |
| Octal | 314 | 22 | 117 | 0 | 133 | 75 | 24 | 524 | 124 | 54 |
| Binary | 11001100 | 10010 | 1001111 | 0 | 1011011 | 111101 | 10100 | 101010100 | 1010100 | 101100 |
Color Harmonies of #CC124F
Complementary color
Monochromatic Colors of #CC124F
Black with #CC124F
Text Example
Text Example
White with #CC124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC124F; }
p { color: rgb(204,18,79); }
H1.HeaderClassName
{
color: #CC124F;
}
.AnyTagClassName
{
color: #CC124F;
}
</style>
background-color css
<style>
a { background-color: #CC124F; }
a { background-color: rgb(204,18,79); }
div.DivClassName
{
background-color: #CC124F;
}
.BgClassName
{
background-color: #CC124F;
}
</style>
border-color css
<style>
span { border-color: #CC124F; }
span { border-color: rgb(204,18,79); }
td.TdClassName
{
border-color: #CC124F;
}
.TagClassName
{
border-color: #CC124F;
}
</style>