Shades of Ruby #CC045E
Tints of Ruby #CC045E
RGB
CMYK
RGB Variations
Color information
#CC045E (or 0xCC045E) is known color: Ruby. HEX triplet: CC, 04 and 5E. RGB value is (204,4,94). Sum of RGB (Red+Green+Blue) = 204+4+94=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC045E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC045E is #33FBA1. Grayscale: #494949. Windows color (decimal): -3406754 or 6161612. OLE color: 6161612.
HSL color Cylindrical-coordinate representation of color #CC045E: hue angle of 333º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC045E is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 94 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.2 |
| HSL | 333º | 0.96% | 0.41% | - |
| HSV(B) | 333º | 0.98% | 0.8% | - |
| XYZ | 26.97 | 13.73 | 11.82 | - |
| YUV | 74.06 | 139.26 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 94 | 0 | 0.98 | 0.54 | 0.2 | 333 | 0.96 | 0.41 |
| Hex | CC | 4 | 5E | 0 | 62 | 36 | 14 | 14D | 60 | 29 |
| Octal | 314 | 4 | 136 | 0 | 142 | 66 | 24 | 515 | 140 | 51 |
| Binary | 11001100 | 100 | 1011110 | 0 | 1100010 | 110110 | 10100 | 101001101 | 1100000 | 101001 |
Color Harmonies of #CC045E
Complementary color
Monochromatic Colors of #CC045E
Black with #CC045E
Text Example
Text Example
White with #CC045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC045E; }
p { color: rgb(204,4,94); }
H1.HeaderClassName
{
color: #CC045E;
}
.AnyTagClassName
{
color: #CC045E;
}
</style>
background-color css
<style>
a { background-color: #CC045E; }
a { background-color: rgb(204,4,94); }
div.DivClassName
{
background-color: #CC045E;
}
.BgClassName
{
background-color: #CC045E;
}
</style>
border-color css
<style>
span { border-color: #CC045E; }
span { border-color: rgb(204,4,94); }
td.TdClassName
{
border-color: #CC045E;
}
.TagClassName
{
border-color: #CC045E;
}
</style>