Shades of Deep Cerise #CC397D
Tints of Deep Cerise #CC397D
RGB
CMYK
RGB Variations
Color information
#CC397D (or 0xCC397D) is known color: Deep Cerise. HEX triplet: CC, 39 and 7D. RGB value is (204,57,125). Sum of RGB (Red+Green+Blue) = 204+57+125=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC397D is #33C682. Grayscale: #6C6C6C. Windows color (decimal): -3393155 or 8206796. OLE color: 8206796.
HSL color Cylindrical-coordinate representation of color #CC397D: hue angle of 332.24º 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 #CC397D is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 125 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.2 |
| HSL | 332.24º | 0.59% | 0.51% | - |
| HSV(B) | 332.24º | 0.72% | 0.8% | - |
| XYZ | 30.07 | 17.24 | 21.15 | - |
| YUV | 108.71 | 137.2 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 125 | 0 | 0.72 | 0.39 | 0.2 | 332.24 | 0.59 | 0.51 |
| Hex | CC | 39 | 7D | 0 | 48 | 27 | 14 | 14C | 3B | 33 |
| Octal | 314 | 71 | 175 | 0 | 110 | 47 | 24 | 514 | 73 | 63 |
| Binary | 11001100 | 111001 | 1111101 | 0 | 1001000 | 100111 | 10100 | 101001100 | 111011 | 110011 |
Color Harmonies of #CC397D
Complementary color
Monochromatic Colors of #CC397D
Black with #CC397D
Text Example
Text Example
White with #CC397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC397D; }
p { color: rgb(204,57,125); }
H1.HeaderClassName
{
color: #CC397D;
}
.AnyTagClassName
{
color: #CC397D;
}
</style>
background-color css
<style>
a { background-color: #CC397D; }
a { background-color: rgb(204,57,125); }
div.DivClassName
{
background-color: #CC397D;
}
.BgClassName
{
background-color: #CC397D;
}
</style>
border-color css
<style>
span { border-color: #CC397D; }
span { border-color: rgb(204,57,125); }
td.TdClassName
{
border-color: #CC397D;
}
.TagClassName
{
border-color: #CC397D;
}
</style>