Shades of Crimson #CC033C
Tints of Crimson #CC033C
RGB
CMYK
RGB Variations
Color information
#CC033C (or 0xCC033C) is known color: Crimson. HEX triplet: CC, 03 and 3C. RGB value is (204,3,60). Sum of RGB (Red+Green+Blue) = 204+3+60=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC033C is #33FCC3. Grayscale: #454545. Windows color (decimal): -3407044 or 3933132. OLE color: 3933132.
HSL color Cylindrical-coordinate representation of color #CC033C: hue angle of 342.99º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC033C is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 60 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.2 |
| HSL | 342.99º | 0.97% | 0.41% | - |
| HSV(B) | 342.99º | 0.99% | 0.8% | - |
| XYZ | 25.75 | 13.23 | 5.47 | - |
| YUV | 69.6 | 122.59 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 60 | 0 | 0.99 | 0.71 | 0.2 | 342.99 | 0.97 | 0.41 |
| Hex | CC | 3 | 3C | 0 | 63 | 47 | 14 | 157 | 61 | 29 |
| Octal | 314 | 3 | 74 | 0 | 143 | 107 | 24 | 527 | 141 | 51 |
| Binary | 11001100 | 11 | 111100 | 0 | 1100011 | 1000111 | 10100 | 101010111 | 1100001 | 101001 |
Color Harmonies of #CC033C
Complementary color
Monochromatic Colors of #CC033C
Black with #CC033C
Text Example
Text Example
White with #CC033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC033C; }
p { color: rgb(204,3,60); }
H1.HeaderClassName
{
color: #CC033C;
}
.AnyTagClassName
{
color: #CC033C;
}
</style>
background-color css
<style>
a { background-color: #CC033C; }
a { background-color: rgb(204,3,60); }
div.DivClassName
{
background-color: #CC033C;
}
.BgClassName
{
background-color: #CC033C;
}
</style>
border-color css
<style>
span { border-color: #CC033C; }
span { border-color: rgb(204,3,60); }
td.TdClassName
{
border-color: #CC033C;
}
.TagClassName
{
border-color: #CC033C;
}
</style>