Shades of Deep Cerise #CC338C
Tints of Deep Cerise #CC338C
RGB
CMYK
RGB Variations
Color information
#CC338C (or 0xCC338C) is known color: Deep Cerise. HEX triplet: CC, 33 and 8C. RGB value is (204,51,140). Sum of RGB (Red+Green+Blue) = 204+51+140=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC338C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC338C is #33CC73. Grayscale: #6A6A6A. Windows color (decimal): -3394676 or 9188300. OLE color: 9188300.
HSL color Cylindrical-coordinate representation of color #CC338C: hue angle of 325.1º degrees, saturation: 0.6, 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 #CC338C is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 140 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.2 |
| HSL | 325.1º | 0.6% | 0.5% | - |
| HSV(B) | 325.1º | 0.75% | 0.8% | - |
| XYZ | 30.82 | 17.1 | 26.49 | - |
| YUV | 106.89 | 146.69 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 140 | 0 | 0.75 | 0.31 | 0.2 | 325.1 | 0.6 | 0.5 |
| Hex | CC | 33 | 8C | 0 | 4B | 1F | 14 | 145 | 3C | 32 |
| Octal | 314 | 63 | 214 | 0 | 113 | 37 | 24 | 505 | 74 | 62 |
| Binary | 11001100 | 110011 | 10001100 | 0 | 1001011 | 11111 | 10100 | 101000101 | 111100 | 110010 |
Color Harmonies of #CC338C
Complementary color
Monochromatic Colors of #CC338C
Black with #CC338C
Text Example
Text Example
White with #CC338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC338C; }
p { color: rgb(204,51,140); }
H1.HeaderClassName
{
color: #CC338C;
}
.AnyTagClassName
{
color: #CC338C;
}
</style>
background-color css
<style>
a { background-color: #CC338C; }
a { background-color: rgb(204,51,140); }
div.DivClassName
{
background-color: #CC338C;
}
.BgClassName
{
background-color: #CC338C;
}
</style>
border-color css
<style>
span { border-color: #CC338C; }
span { border-color: rgb(204,51,140); }
td.TdClassName
{
border-color: #CC338C;
}
.TagClassName
{
border-color: #CC338C;
}
</style>