Shades of Ruby #CC135F
Tints of Ruby #CC135F
RGB
CMYK
RGB Variations
Color information
#CC135F (or 0xCC135F) is known color: Ruby. HEX triplet: CC, 13 and 5F. RGB value is (204,19,95). Sum of RGB (Red+Green+Blue) = 204+19+95=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC135F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC135F is #33ECA0. Grayscale: #525252. Windows color (decimal): -3402913 or 6230988. OLE color: 6230988.
HSL color Cylindrical-coordinate representation of color #CC135F: hue angle of 335.35º degrees, saturation: 0.83, 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 #CC135F is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 95 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.2 |
| HSL | 335.35º | 0.83% | 0.44% | - |
| HSV(B) | 335.35º | 0.91% | 0.8% | - |
| XYZ | 27.2 | 14.13 | 12.12 | - |
| YUV | 82.98 | 134.79 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 95 | 0 | 0.91 | 0.53 | 0.2 | 335.35 | 0.83 | 0.44 |
| Hex | CC | 13 | 5F | 0 | 5B | 35 | 14 | 14F | 53 | 2C |
| Octal | 314 | 23 | 137 | 0 | 133 | 65 | 24 | 517 | 123 | 54 |
| Binary | 11001100 | 10011 | 1011111 | 0 | 1011011 | 110101 | 10100 | 101001111 | 1010011 | 101100 |
Color Harmonies of #CC135F
Complementary color
Monochromatic Colors of #CC135F
Black with #CC135F
Text Example
Text Example
White with #CC135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC135F; }
p { color: rgb(204,19,95); }
H1.HeaderClassName
{
color: #CC135F;
}
.AnyTagClassName
{
color: #CC135F;
}
</style>
background-color css
<style>
a { background-color: #CC135F; }
a { background-color: rgb(204,19,95); }
div.DivClassName
{
background-color: #CC135F;
}
.BgClassName
{
background-color: #CC135F;
}
</style>
border-color css
<style>
span { border-color: #CC135F; }
span { border-color: rgb(204,19,95); }
td.TdClassName
{
border-color: #CC135F;
}
.TagClassName
{
border-color: #CC135F;
}
</style>