Shades of Deep Cerise #CC3290
Tints of Deep Cerise #CC3290
RGB
CMYK
RGB Variations
Color information
#CC3290 (or 0xCC3290) is known color: Deep Cerise. HEX triplet: CC, 32 and 90. RGB value is (204,50,144). Sum of RGB (Red+Green+Blue) = 204+50+144=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3290 is #33CD6F. Grayscale: #6A6A6A. Windows color (decimal): -3394928 or 9450188. OLE color: 9450188.
HSL color Cylindrical-coordinate representation of color #CC3290: hue angle of 323.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3290 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 144 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.2 |
| HSL | 323.38º | 0.61% | 0.5% | - |
| HSV(B) | 323.38º | 0.75% | 0.8% | - |
| XYZ | 31.08 | 17.13 | 28.05 | - |
| YUV | 106.76 | 149.02 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 144 | 0 | 0.75 | 0.29 | 0.2 | 323.38 | 0.61 | 0.5 |
| Hex | CC | 32 | 90 | 0 | 4B | 1D | 14 | 143 | 3D | 32 |
| Octal | 314 | 62 | 220 | 0 | 113 | 35 | 24 | 503 | 75 | 62 |
| Binary | 11001100 | 110010 | 10010000 | 0 | 1001011 | 11101 | 10100 | 101000011 | 111101 | 110010 |
Color Harmonies of #CC3290
Complementary color
Monochromatic Colors of #CC3290
Black with #CC3290
Text Example
Text Example
White with #CC3290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3290; }
p { color: rgb(204,50,144); }
H1.HeaderClassName
{
color: #CC3290;
}
.AnyTagClassName
{
color: #CC3290;
}
</style>
background-color css
<style>
a { background-color: #CC3290; }
a { background-color: rgb(204,50,144); }
div.DivClassName
{
background-color: #CC3290;
}
.BgClassName
{
background-color: #CC3290;
}
</style>
border-color css
<style>
span { border-color: #CC3290; }
span { border-color: rgb(204,50,144); }
td.TdClassName
{
border-color: #CC3290;
}
.TagClassName
{
border-color: #CC3290;
}
</style>