Shades of Deep Cerise #CC398B
Tints of Deep Cerise #CC398B
RGB
CMYK
RGB Variations
Color information
#CC398B (or 0xCC398B) is known color: Deep Cerise. HEX triplet: CC, 39 and 8B. RGB value is (204,57,139). Sum of RGB (Red+Green+Blue) = 204+57+139=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC398B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC398B is #33C674. Grayscale: #6E6E6E. Windows color (decimal): -3393141 or 9124300. OLE color: 9124300.
HSL color Cylindrical-coordinate representation of color #CC398B: hue angle of 326.53º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC398B is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 139 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.2 |
| HSL | 326.53º | 0.59% | 0.51% | - |
| HSV(B) | 326.53º | 0.72% | 0.8% | - |
| XYZ | 31.03 | 17.63 | 26.19 | - |
| YUV | 110.3 | 144.2 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 139 | 0 | 0.72 | 0.32 | 0.2 | 326.53 | 0.59 | 0.51 |
| Hex | CC | 39 | 8B | 0 | 48 | 20 | 14 | 147 | 3B | 33 |
| Octal | 314 | 71 | 213 | 0 | 110 | 40 | 24 | 507 | 73 | 63 |
| Binary | 11001100 | 111001 | 10001011 | 0 | 1001000 | 100000 | 10100 | 101000111 | 111011 | 110011 |
Color Harmonies of #CC398B
Complementary color
Monochromatic Colors of #CC398B
Black with #CC398B
Text Example
Text Example
White with #CC398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC398B; }
p { color: rgb(204,57,139); }
H1.HeaderClassName
{
color: #CC398B;
}
.AnyTagClassName
{
color: #CC398B;
}
</style>
background-color css
<style>
a { background-color: #CC398B; }
a { background-color: rgb(204,57,139); }
div.DivClassName
{
background-color: #CC398B;
}
.BgClassName
{
background-color: #CC398B;
}
</style>
border-color css
<style>
span { border-color: #CC398B; }
span { border-color: rgb(204,57,139); }
td.TdClassName
{
border-color: #CC398B;
}
.TagClassName
{
border-color: #CC398B;
}
</style>