Shades of Ruby #CC045D
Tints of Ruby #CC045D
RGB
CMYK
RGB Variations
Color information
#CC045D (or 0xCC045D) is known color: Ruby. HEX triplet: CC, 04 and 5D. RGB value is (204,4,93). Sum of RGB (Red+Green+Blue) = 204+4+93=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC045D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC045D is #33FBA2. Grayscale: #494949. Windows color (decimal): -3406755 or 6096076. OLE color: 6096076.
HSL color Cylindrical-coordinate representation of color #CC045D: hue angle of 333.3º 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 #CC045D is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.2 |
| HSL | 333.3º | 0.96% | 0.41% | - |
| HSV(B) | 333.3º | 0.98% | 0.8% | - |
| XYZ | 26.92 | 13.71 | 11.58 | - |
| YUV | 73.95 | 138.76 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 93 | 0 | 0.98 | 0.54 | 0.2 | 333.3 | 0.96 | 0.41 |
| Hex | CC | 4 | 5D | 0 | 62 | 36 | 14 | 14D | 60 | 29 |
| Octal | 314 | 4 | 135 | 0 | 142 | 66 | 24 | 515 | 140 | 51 |
| Binary | 11001100 | 100 | 1011101 | 0 | 1100010 | 110110 | 10100 | 101001101 | 1100000 | 101001 |
Color Harmonies of #CC045D
Complementary color
Monochromatic Colors of #CC045D
Black with #CC045D
Text Example
Text Example
White with #CC045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC045D; }
p { color: rgb(204,4,93); }
H1.HeaderClassName
{
color: #CC045D;
}
.AnyTagClassName
{
color: #CC045D;
}
</style>
background-color css
<style>
a { background-color: #CC045D; }
a { background-color: rgb(204,4,93); }
div.DivClassName
{
background-color: #CC045D;
}
.BgClassName
{
background-color: #CC045D;
}
</style>
border-color css
<style>
span { border-color: #CC045D; }
span { border-color: rgb(204,4,93); }
td.TdClassName
{
border-color: #CC045D;
}
.TagClassName
{
border-color: #CC045D;
}
</style>