Shades of Crimson #CC124C
Tints of Crimson #CC124C
RGB
CMYK
RGB Variations
Color information
#CC124C (or 0xCC124C) is known color: Crimson. HEX triplet: CC, 12 and 4C. RGB value is (204,18,76). Sum of RGB (Red+Green+Blue) = 204+18+76=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC124C is #33EDB3. Grayscale: #505050. Windows color (decimal): -3403188 or 4985548. OLE color: 4985548.
HSL color Cylindrical-coordinate representation of color #CC124C: hue angle of 341.29º 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 #CC124C is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 76 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.2 |
| HSL | 341.29º | 0.84% | 0.44% | - |
| HSV(B) | 341.29º | 0.91% | 0.8% | - |
| XYZ | 26.42 | 13.79 | 8.11 | - |
| YUV | 80.23 | 125.62 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 76 | 0 | 0.91 | 0.63 | 0.2 | 341.29 | 0.84 | 0.44 |
| Hex | CC | 12 | 4C | 0 | 5B | 3F | 14 | 155 | 54 | 2C |
| Octal | 314 | 22 | 114 | 0 | 133 | 77 | 24 | 525 | 124 | 54 |
| Binary | 11001100 | 10010 | 1001100 | 0 | 1011011 | 111111 | 10100 | 101010101 | 1010100 | 101100 |
Color Harmonies of #CC124C
Complementary color
Monochromatic Colors of #CC124C
Black with #CC124C
Text Example
Text Example
White with #CC124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC124C; }
p { color: rgb(204,18,76); }
H1.HeaderClassName
{
color: #CC124C;
}
.AnyTagClassName
{
color: #CC124C;
}
</style>
background-color css
<style>
a { background-color: #CC124C; }
a { background-color: rgb(204,18,76); }
div.DivClassName
{
background-color: #CC124C;
}
.BgClassName
{
background-color: #CC124C;
}
</style>
border-color css
<style>
span { border-color: #CC124C; }
span { border-color: rgb(204,18,76); }
td.TdClassName
{
border-color: #CC124C;
}
.TagClassName
{
border-color: #CC124C;
}
</style>