Shades of Ruby #CC125B
Tints of Ruby #CC125B
RGB
CMYK
RGB Variations
Color information
#CC125B (or 0xCC125B) is known color: Ruby. HEX triplet: CC, 12 and 5B. RGB value is (204,18,91). Sum of RGB (Red+Green+Blue) = 204+18+91=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC125B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC125B is #33EDA4. Grayscale: #515151. Windows color (decimal): -3403173 or 5968588. OLE color: 5968588.
HSL color Cylindrical-coordinate representation of color #CC125B: hue angle of 336.45º 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 #CC125B is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 91 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.2 |
| HSL | 336.45º | 0.84% | 0.44% | - |
| HSV(B) | 336.45º | 0.91% | 0.8% | - |
| XYZ | 27.01 | 14.03 | 11.18 | - |
| YUV | 81.94 | 133.12 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 91 | 0 | 0.91 | 0.55 | 0.2 | 336.45 | 0.84 | 0.44 |
| Hex | CC | 12 | 5B | 0 | 5B | 37 | 14 | 150 | 54 | 2C |
| Octal | 314 | 22 | 133 | 0 | 133 | 67 | 24 | 520 | 124 | 54 |
| Binary | 11001100 | 10010 | 1011011 | 0 | 1011011 | 110111 | 10100 | 101010000 | 1010100 | 101100 |
Color Harmonies of #CC125B
Complementary color
Monochromatic Colors of #CC125B
Black with #CC125B
Text Example
Text Example
White with #CC125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC125B; }
p { color: rgb(204,18,91); }
H1.HeaderClassName
{
color: #CC125B;
}
.AnyTagClassName
{
color: #CC125B;
}
</style>
background-color css
<style>
a { background-color: #CC125B; }
a { background-color: rgb(204,18,91); }
div.DivClassName
{
background-color: #CC125B;
}
.BgClassName
{
background-color: #CC125B;
}
</style>
border-color css
<style>
span { border-color: #CC125B; }
span { border-color: rgb(204,18,91); }
td.TdClassName
{
border-color: #CC125B;
}
.TagClassName
{
border-color: #CC125B;
}
</style>