Shades of Ruby #CC1F66
Tints of Ruby #CC1F66
RGB
CMYK
RGB Variations
Color information
#CC1F66 (or 0xCC1F66) is known color: Ruby. HEX triplet: CC, 1F and 66. RGB value is (204,31,102). Sum of RGB (Red+Green+Blue) = 204+31+102=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1F66 is #33E099. Grayscale: #5A5A5A. Windows color (decimal): -3399834 or 6692812. OLE color: 6692812.
HSL color Cylindrical-coordinate representation of color #CC1F66: hue angle of 335.38º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC1F66 is Cyan = 0, Magento = 0.85, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 31 | 102 | - |
| CMYK | 0 | 0.85 | 0.5 | 0.2 |
| HSL | 335.38º | 0.74% | 0.46% | - |
| HSV(B) | 335.38º | 0.85% | 0.8% | - |
| XYZ | 27.79 | 14.78 | 13.96 | - |
| YUV | 90.82 | 134.31 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 31 | 102 | 0 | 0.85 | 0.5 | 0.2 | 335.38 | 0.74 | 0.46 |
| Hex | CC | 1F | 66 | 0 | 55 | 32 | 14 | 14F | 4A | 2E |
| Octal | 314 | 37 | 146 | 0 | 125 | 62 | 24 | 517 | 112 | 56 |
| Binary | 11001100 | 11111 | 1100110 | 0 | 1010101 | 110010 | 10100 | 101001111 | 1001010 | 101110 |
Color Harmonies of #CC1F66
Complementary color
Monochromatic Colors of #CC1F66
Black with #CC1F66
Text Example
Text Example
White with #CC1F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1F66; }
p { color: rgb(204,31,102); }
H1.HeaderClassName
{
color: #CC1F66;
}
.AnyTagClassName
{
color: #CC1F66;
}
</style>
background-color css
<style>
a { background-color: #CC1F66; }
a { background-color: rgb(204,31,102); }
div.DivClassName
{
background-color: #CC1F66;
}
.BgClassName
{
background-color: #CC1F66;
}
</style>
border-color css
<style>
span { border-color: #CC1F66; }
span { border-color: rgb(204,31,102); }
td.TdClassName
{
border-color: #CC1F66;
}
.TagClassName
{
border-color: #CC1F66;
}
</style>