Shades of Ruby #CC016C
Tints of Ruby #CC016C
RGB
CMYK
RGB Variations
Color information
#CC016C (or 0xCC016C) is known color: Ruby. HEX triplet: CC, 01 and 6C. RGB value is (204,1,108). Sum of RGB (Red+Green+Blue) = 204+1+108=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC016C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC016C is #33FE93. Grayscale: #494949. Windows color (decimal): -3407508 or 7078348. OLE color: 7078348.
HSL color Cylindrical-coordinate representation of color #CC016C: hue angle of 328.37º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC016C is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 108 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.2 |
| HSL | 328.37º | 0.99% | 0.4% | - |
| HSV(B) | 328.37º | 1% | 0.8% | - |
| XYZ | 27.62 | 13.94 | 15.42 | - |
| YUV | 73.9 | 147.25 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 108 | 0 | 1.00 | 0.47 | 0.2 | 328.37 | 0.99 | 0.4 |
| Hex | CC | 1 | 6C | 0 | 64 | 2F | 14 | 148 | 63 | 28 |
| Octal | 314 | 1 | 154 | 0 | 144 | 57 | 24 | 510 | 143 | 50 |
| Binary | 11001100 | 1 | 1101100 | 0 | 1100100 | 101111 | 10100 | 101001000 | 1100011 | 101000 |
Color Harmonies of #CC016C
Complementary color
Monochromatic Colors of #CC016C
Black with #CC016C
Text Example
Text Example
White with #CC016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC016C; }
p { color: rgb(204,1,108); }
H1.HeaderClassName
{
color: #CC016C;
}
.AnyTagClassName
{
color: #CC016C;
}
</style>
background-color css
<style>
a { background-color: #CC016C; }
a { background-color: rgb(204,1,108); }
div.DivClassName
{
background-color: #CC016C;
}
.BgClassName
{
background-color: #CC016C;
}
</style>
border-color css
<style>
span { border-color: #CC016C; }
span { border-color: rgb(204,1,108); }
td.TdClassName
{
border-color: #CC016C;
}
.TagClassName
{
border-color: #CC016C;
}
</style>