Shades of Deep Cerise #CC2574
Tints of Deep Cerise #CC2574
RGB
CMYK
RGB Variations
Color information
#CC2574 (or 0xCC2574) is known color: Deep Cerise. HEX triplet: CC, 25 and 74. RGB value is (204,37,116). Sum of RGB (Red+Green+Blue) = 204+37+116=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2574 is #33DA8B. Grayscale: #5F5F5F. Windows color (decimal): -3398284 or 7611852. OLE color: 7611852.
HSL color Cylindrical-coordinate representation of color #CC2574: hue angle of 331.62º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2574 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 116 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.2 |
| HSL | 331.62º | 0.69% | 0.47% | - |
| HSV(B) | 331.62º | 0.82% | 0.8% | - |
| XYZ | 28.72 | 15.42 | 17.99 | - |
| YUV | 95.94 | 139.33 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 116 | 0 | 0.82 | 0.43 | 0.2 | 331.62 | 0.69 | 0.47 |
| Hex | CC | 25 | 74 | 0 | 52 | 2B | 14 | 14C | 45 | 2F |
| Octal | 314 | 45 | 164 | 0 | 122 | 53 | 24 | 514 | 105 | 57 |
| Binary | 11001100 | 100101 | 1110100 | 0 | 1010010 | 101011 | 10100 | 101001100 | 1000101 | 101111 |
Color Harmonies of #CC2574
Complementary color
Monochromatic Colors of #CC2574
Black with #CC2574
Text Example
Text Example
White with #CC2574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2574; }
p { color: rgb(204,37,116); }
H1.HeaderClassName
{
color: #CC2574;
}
.AnyTagClassName
{
color: #CC2574;
}
</style>
background-color css
<style>
a { background-color: #CC2574; }
a { background-color: rgb(204,37,116); }
div.DivClassName
{
background-color: #CC2574;
}
.BgClassName
{
background-color: #CC2574;
}
</style>
border-color css
<style>
span { border-color: #CC2574; }
span { border-color: rgb(204,37,116); }
td.TdClassName
{
border-color: #CC2574;
}
.TagClassName
{
border-color: #CC2574;
}
</style>