Shades of Deep Cerise #CC287E
Tints of Deep Cerise #CC287E
RGB
CMYK
RGB Variations
Color information
#CC287E (or 0xCC287E) is known color: Deep Cerise. HEX triplet: CC, 28 and 7E. RGB value is (204,40,126). Sum of RGB (Red+Green+Blue) = 204+40+126=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC287E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC287E is #33D781. Grayscale: #626262. Windows color (decimal): -3397506 or 8267980. OLE color: 8267980.
HSL color Cylindrical-coordinate representation of color #CC287E: hue angle of 328.54º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC287E is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 126 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.2 |
| HSL | 328.54º | 0.67% | 0.48% | - |
| HSV(B) | 328.54º | 0.8% | 0.8% | - |
| XYZ | 29.43 | 15.86 | 21.25 | - |
| YUV | 98.84 | 143.33 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 126 | 0 | 0.80 | 0.38 | 0.2 | 328.54 | 0.67 | 0.48 |
| Hex | CC | 28 | 7E | 0 | 50 | 26 | 14 | 149 | 43 | 30 |
| Octal | 314 | 50 | 176 | 0 | 120 | 46 | 24 | 511 | 103 | 60 |
| Binary | 11001100 | 101000 | 1111110 | 0 | 1010000 | 100110 | 10100 | 101001001 | 1000011 | 110000 |
Color Harmonies of #CC287E
Complementary color
Monochromatic Colors of #CC287E
Black with #CC287E
Text Example
Text Example
White with #CC287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC287E; }
p { color: rgb(204,40,126); }
H1.HeaderClassName
{
color: #CC287E;
}
.AnyTagClassName
{
color: #CC287E;
}
</style>
background-color css
<style>
a { background-color: #CC287E; }
a { background-color: rgb(204,40,126); }
div.DivClassName
{
background-color: #CC287E;
}
.BgClassName
{
background-color: #CC287E;
}
</style>
border-color css
<style>
span { border-color: #CC287E; }
span { border-color: rgb(204,40,126); }
td.TdClassName
{
border-color: #CC287E;
}
.TagClassName
{
border-color: #CC287E;
}
</style>