Shades of Ruby #CC135C
Tints of Ruby #CC135C
RGB
CMYK
RGB Variations
Color information
#CC135C (or 0xCC135C) is known color: Ruby. HEX triplet: CC, 13 and 5C. RGB value is (204,19,92). Sum of RGB (Red+Green+Blue) = 204+19+92=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC135C is #33ECA3. Grayscale: #525252. Windows color (decimal): -3402916 or 6034380. OLE color: 6034380.
HSL color Cylindrical-coordinate representation of color #CC135C: hue angle of 336.32º 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 #CC135C is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 92 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.2 |
| HSL | 336.32º | 0.83% | 0.44% | - |
| HSV(B) | 336.32º | 0.91% | 0.8% | - |
| XYZ | 27.07 | 14.08 | 11.42 | - |
| YUV | 82.64 | 133.29 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 92 | 0 | 0.91 | 0.55 | 0.2 | 336.32 | 0.83 | 0.44 |
| Hex | CC | 13 | 5C | 0 | 5B | 37 | 14 | 150 | 53 | 2C |
| Octal | 314 | 23 | 134 | 0 | 133 | 67 | 24 | 520 | 123 | 54 |
| Binary | 11001100 | 10011 | 1011100 | 0 | 1011011 | 110111 | 10100 | 101010000 | 1010011 | 101100 |
Color Harmonies of #CC135C
Complementary color
Monochromatic Colors of #CC135C
Black with #CC135C
Text Example
Text Example
White with #CC135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC135C; }
p { color: rgb(204,19,92); }
H1.HeaderClassName
{
color: #CC135C;
}
.AnyTagClassName
{
color: #CC135C;
}
</style>
background-color css
<style>
a { background-color: #CC135C; }
a { background-color: rgb(204,19,92); }
div.DivClassName
{
background-color: #CC135C;
}
.BgClassName
{
background-color: #CC135C;
}
</style>
border-color css
<style>
span { border-color: #CC135C; }
span { border-color: rgb(204,19,92); }
td.TdClassName
{
border-color: #CC135C;
}
.TagClassName
{
border-color: #CC135C;
}
</style>