Shades of Ruby #CC1357
Tints of Ruby #CC1357
RGB
CMYK
RGB Variations
Color information
#CC1357 (or 0xCC1357) is known color: Ruby. HEX triplet: CC, 13 and 57. RGB value is (204,19,87). Sum of RGB (Red+Green+Blue) = 204+19+87=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1357 is #33ECA8. Grayscale: #515151. Windows color (decimal): -3402921 or 5706700. OLE color: 5706700.
HSL color Cylindrical-coordinate representation of color #CC1357: hue angle of 337.95º 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 #CC1357 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 87 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.2 |
| HSL | 337.95º | 0.83% | 0.44% | - |
| HSV(B) | 337.95º | 0.91% | 0.8% | - |
| XYZ | 26.86 | 13.99 | 10.3 | - |
| YUV | 82.07 | 130.79 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 87 | 0 | 0.91 | 0.57 | 0.2 | 337.95 | 0.83 | 0.44 |
| Hex | CC | 13 | 57 | 0 | 5B | 39 | 14 | 152 | 53 | 2C |
| Octal | 314 | 23 | 127 | 0 | 133 | 71 | 24 | 522 | 123 | 54 |
| Binary | 11001100 | 10011 | 1010111 | 0 | 1011011 | 111001 | 10100 | 101010010 | 1010011 | 101100 |
Color Harmonies of #CC1357
Complementary color
Monochromatic Colors of #CC1357
Black with #CC1357
Text Example
Text Example
White with #CC1357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1357; }
p { color: rgb(204,19,87); }
H1.HeaderClassName
{
color: #CC1357;
}
.AnyTagClassName
{
color: #CC1357;
}
</style>
background-color css
<style>
a { background-color: #CC1357; }
a { background-color: rgb(204,19,87); }
div.DivClassName
{
background-color: #CC1357;
}
.BgClassName
{
background-color: #CC1357;
}
</style>
border-color css
<style>
span { border-color: #CC1357; }
span { border-color: rgb(204,19,87); }
td.TdClassName
{
border-color: #CC1357;
}
.TagClassName
{
border-color: #CC1357;
}
</style>