Shades of Ruby #CC126C
Tints of Ruby #CC126C
RGB
CMYK
RGB Variations
Color information
#CC126C (or 0xCC126C) is known color: Ruby. HEX triplet: CC, 12 and 6C. RGB value is (204,18,108). Sum of RGB (Red+Green+Blue) = 204+18+108=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC126C is #33ED93. Grayscale: #535353. Windows color (decimal): -3403156 or 7082700. OLE color: 7082700.
HSL color Cylindrical-coordinate representation of color #CC126C: hue angle of 330.97º 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 #CC126C is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 108 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.2 |
| HSL | 330.97º | 0.84% | 0.44% | - |
| HSV(B) | 330.97º | 0.91% | 0.8% | - |
| XYZ | 27.82 | 14.35 | 15.49 | - |
| YUV | 83.87 | 141.62 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 108 | 0 | 0.91 | 0.47 | 0.2 | 330.97 | 0.84 | 0.44 |
| Hex | CC | 12 | 6C | 0 | 5B | 2F | 14 | 14B | 54 | 2C |
| Octal | 314 | 22 | 154 | 0 | 133 | 57 | 24 | 513 | 124 | 54 |
| Binary | 11001100 | 10010 | 1101100 | 0 | 1011011 | 101111 | 10100 | 101001011 | 1010100 | 101100 |
Color Harmonies of #CC126C
Complementary color
Monochromatic Colors of #CC126C
Black with #CC126C
Text Example
Text Example
White with #CC126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC126C; }
p { color: rgb(204,18,108); }
H1.HeaderClassName
{
color: #CC126C;
}
.AnyTagClassName
{
color: #CC126C;
}
</style>
background-color css
<style>
a { background-color: #CC126C; }
a { background-color: rgb(204,18,108); }
div.DivClassName
{
background-color: #CC126C;
}
.BgClassName
{
background-color: #CC126C;
}
</style>
border-color css
<style>
span { border-color: #CC126C; }
span { border-color: rgb(204,18,108); }
td.TdClassName
{
border-color: #CC126C;
}
.TagClassName
{
border-color: #CC126C;
}
</style>