Shades of Crimson #CC114E
Tints of Crimson #CC114E
RGB
CMYK
RGB Variations
Color information
#CC114E (or 0xCC114E) is known color: Crimson. HEX triplet: CC, 11 and 4E. RGB value is (204,17,78). Sum of RGB (Red+Green+Blue) = 204+17+78=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC114E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC114E is #33EEB1. Grayscale: #4F4F4F. Windows color (decimal): -3403442 or 5116364. OLE color: 5116364.
HSL color Cylindrical-coordinate representation of color #CC114E: hue angle of 340.43º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC114E is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 78 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.2 |
| HSL | 340.43º | 0.85% | 0.43% | - |
| HSV(B) | 340.43º | 0.92% | 0.8% | - |
| XYZ | 26.48 | 13.79 | 8.47 | - |
| YUV | 79.87 | 126.95 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 78 | 0 | 0.92 | 0.62 | 0.2 | 340.43 | 0.85 | 0.43 |
| Hex | CC | 11 | 4E | 0 | 5C | 3E | 14 | 154 | 55 | 2B |
| Octal | 314 | 21 | 116 | 0 | 134 | 76 | 24 | 524 | 125 | 53 |
| Binary | 11001100 | 10001 | 1001110 | 0 | 1011100 | 111110 | 10100 | 101010100 | 1010101 | 101011 |
Color Harmonies of #CC114E
Complementary color
Monochromatic Colors of #CC114E
Black with #CC114E
Text Example
Text Example
White with #CC114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC114E; }
p { color: rgb(204,17,78); }
H1.HeaderClassName
{
color: #CC114E;
}
.AnyTagClassName
{
color: #CC114E;
}
</style>
background-color css
<style>
a { background-color: #CC114E; }
a { background-color: rgb(204,17,78); }
div.DivClassName
{
background-color: #CC114E;
}
.BgClassName
{
background-color: #CC114E;
}
</style>
border-color css
<style>
span { border-color: #CC114E; }
span { border-color: rgb(204,17,78); }
td.TdClassName
{
border-color: #CC114E;
}
.TagClassName
{
border-color: #CC114E;
}
</style>