Shades of Crimson #CC043C
Tints of Crimson #CC043C
RGB
CMYK
RGB Variations
Color information
#CC043C (or 0xCC043C) is known color: Crimson. HEX triplet: CC, 04 and 3C. RGB value is (204,4,60). Sum of RGB (Red+Green+Blue) = 204+4+60=268 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.12% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 204 - color contains mainly: red. Hex color #CC043C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC043C is #33FBC3. Grayscale: #464646. Windows color (decimal): -3406788 or 3933388. OLE color: 3933388.
HSL color Cylindrical-coordinate representation of color #CC043C: hue angle of 343.2º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC043C is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 60 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.2 |
| HSL | 343.2º | 0.96% | 0.41% | - |
| HSV(B) | 343.2º | 0.98% | 0.8% | - |
| XYZ | 25.76 | 13.25 | 5.47 | - |
| YUV | 70.18 | 122.26 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 60 | 0 | 0.98 | 0.71 | 0.2 | 343.2 | 0.96 | 0.41 |
| Hex | CC | 4 | 3C | 0 | 62 | 47 | 14 | 157 | 60 | 29 |
| Octal | 314 | 4 | 74 | 0 | 142 | 107 | 24 | 527 | 140 | 51 |
| Binary | 11001100 | 100 | 111100 | 0 | 1100010 | 1000111 | 10100 | 101010111 | 1100000 | 101001 |
Color Harmonies of #CC043C
Complementary color
Monochromatic Colors of #CC043C
Black with #CC043C
Text Example
Text Example
White with #CC043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC043C; }
p { color: rgb(204,4,60); }
H1.HeaderClassName
{
color: #CC043C;
}
.AnyTagClassName
{
color: #CC043C;
}
</style>
background-color css
<style>
a { background-color: #CC043C; }
a { background-color: rgb(204,4,60); }
div.DivClassName
{
background-color: #CC043C;
}
.BgClassName
{
background-color: #CC043C;
}
</style>
border-color css
<style>
span { border-color: #CC043C; }
span { border-color: rgb(204,4,60); }
td.TdClassName
{
border-color: #CC043C;
}
.TagClassName
{
border-color: #CC043C;
}
</style>