Shades of Deep Cerise #CC358B
Tints of Deep Cerise #CC358B
RGB
CMYK
RGB Variations
Color information
#CC358B (or 0xCC358B) is known color: Deep Cerise. HEX triplet: CC, 35 and 8B. RGB value is (204,53,139). Sum of RGB (Red+Green+Blue) = 204+53+139=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC358B is #33CA74. Grayscale: #6B6B6B. Windows color (decimal): -3394165 or 9123276. OLE color: 9123276.
HSL color Cylindrical-coordinate representation of color #CC358B: hue angle of 325.83º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC358B is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 139 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.2 |
| HSL | 325.83º | 0.6% | 0.5% | - |
| HSV(B) | 325.83º | 0.74% | 0.8% | - |
| XYZ | 30.84 | 17.25 | 26.13 | - |
| YUV | 107.95 | 145.53 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 139 | 0 | 0.74 | 0.32 | 0.2 | 325.83 | 0.6 | 0.5 |
| Hex | CC | 35 | 8B | 0 | 4A | 20 | 14 | 146 | 3C | 32 |
| Octal | 314 | 65 | 213 | 0 | 112 | 40 | 24 | 506 | 74 | 62 |
| Binary | 11001100 | 110101 | 10001011 | 0 | 1001010 | 100000 | 10100 | 101000110 | 111100 | 110010 |
Color Harmonies of #CC358B
Complementary color
Monochromatic Colors of #CC358B
Black with #CC358B
Text Example
Text Example
White with #CC358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC358B; }
p { color: rgb(204,53,139); }
H1.HeaderClassName
{
color: #CC358B;
}
.AnyTagClassName
{
color: #CC358B;
}
</style>
background-color css
<style>
a { background-color: #CC358B; }
a { background-color: rgb(204,53,139); }
div.DivClassName
{
background-color: #CC358B;
}
.BgClassName
{
background-color: #CC358B;
}
</style>
border-color css
<style>
span { border-color: #CC358B; }
span { border-color: rgb(204,53,139); }
td.TdClassName
{
border-color: #CC358B;
}
.TagClassName
{
border-color: #CC358B;
}
</style>