Shades of Deep Cerise #CC328F
Tints of Deep Cerise #CC328F
RGB
CMYK
RGB Variations
Color information
#CC328F (or 0xCC328F) is known color: Deep Cerise. HEX triplet: CC, 32 and 8F. RGB value is (204,50,143). Sum of RGB (Red+Green+Blue) = 204+50+143=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC328F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC328F is #33CD70. Grayscale: #6A6A6A. Windows color (decimal): -3394929 or 9384652. OLE color: 9384652.
HSL color Cylindrical-coordinate representation of color #CC328F: hue angle of 323.77º 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 #CC328F is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 143 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.2 |
| HSL | 323.77º | 0.61% | 0.5% | - |
| HSV(B) | 323.77º | 0.75% | 0.8% | - |
| XYZ | 31 | 17.1 | 27.65 | - |
| YUV | 106.65 | 148.52 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 143 | 0 | 0.75 | 0.30 | 0.2 | 323.77 | 0.61 | 0.5 |
| Hex | CC | 32 | 8F | 0 | 4B | 1E | 14 | 144 | 3D | 32 |
| Octal | 314 | 62 | 217 | 0 | 113 | 36 | 24 | 504 | 75 | 62 |
| Binary | 11001100 | 110010 | 10001111 | 0 | 1001011 | 11110 | 10100 | 101000100 | 111101 | 110010 |
Color Harmonies of #CC328F
Complementary color
Monochromatic Colors of #CC328F
Black with #CC328F
Text Example
Text Example
White with #CC328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC328F; }
p { color: rgb(204,50,143); }
H1.HeaderClassName
{
color: #CC328F;
}
.AnyTagClassName
{
color: #CC328F;
}
</style>
background-color css
<style>
a { background-color: #CC328F; }
a { background-color: rgb(204,50,143); }
div.DivClassName
{
background-color: #CC328F;
}
.BgClassName
{
background-color: #CC328F;
}
</style>
border-color css
<style>
span { border-color: #CC328F; }
span { border-color: rgb(204,50,143); }
td.TdClassName
{
border-color: #CC328F;
}
.TagClassName
{
border-color: #CC328F;
}
</style>