Shades of Ruby #CC1250
Tints of Ruby #CC1250
RGB
CMYK
RGB Variations
Color information
#CC1250 (or 0xCC1250) is known color: Ruby. HEX triplet: CC, 12 and 50. RGB value is (204,18,80). Sum of RGB (Red+Green+Blue) = 204+18+80=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1250 is #33EDAF. Grayscale: #505050. Windows color (decimal): -3403184 or 5247692. OLE color: 5247692.
HSL color Cylindrical-coordinate representation of color #CC1250: hue angle of 340º degrees, saturation: 0.84, 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 #CC1250 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 80 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.2 |
| HSL | 340º | 0.84% | 0.44% | - |
| HSV(B) | 340º | 0.91% | 0.8% | - |
| XYZ | 26.57 | 13.85 | 8.86 | - |
| YUV | 80.68 | 127.62 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 80 | 0 | 0.91 | 0.61 | 0.2 | 340 | 0.84 | 0.44 |
| Hex | CC | 12 | 50 | 0 | 5B | 3D | 14 | 154 | 54 | 2C |
| Octal | 314 | 22 | 120 | 0 | 133 | 75 | 24 | 524 | 124 | 54 |
| Binary | 11001100 | 10010 | 1010000 | 0 | 1011011 | 111101 | 10100 | 101010100 | 1010100 | 101100 |
Color Harmonies of #CC1250
Complementary color
Monochromatic Colors of #CC1250
Black with #CC1250
Text Example
Text Example
White with #CC1250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1250; }
p { color: rgb(204,18,80); }
H1.HeaderClassName
{
color: #CC1250;
}
.AnyTagClassName
{
color: #CC1250;
}
</style>
background-color css
<style>
a { background-color: #CC1250; }
a { background-color: rgb(204,18,80); }
div.DivClassName
{
background-color: #CC1250;
}
.BgClassName
{
background-color: #CC1250;
}
</style>
border-color css
<style>
span { border-color: #CC1250; }
span { border-color: rgb(204,18,80); }
td.TdClassName
{
border-color: #CC1250;
}
.TagClassName
{
border-color: #CC1250;
}
</style>