Shades of Cerise #CC2568
Tints of Cerise #CC2568
RGB
CMYK
RGB Variations
Color information
#CC2568 (or 0xCC2568) is known color: Cerise. HEX triplet: CC, 25 and 68. RGB value is (204,37,104). Sum of RGB (Red+Green+Blue) = 204+37+104=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2568 is #33DA97. Grayscale: #5E5E5E. Windows color (decimal): -3398296 or 6825420. OLE color: 6825420.
HSL color Cylindrical-coordinate representation of color #CC2568: hue angle of 335.93º 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 #CC2568 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 104 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.2 |
| HSL | 335.93º | 0.69% | 0.47% | - |
| HSV(B) | 335.93º | 0.82% | 0.8% | - |
| XYZ | 28.06 | 15.16 | 14.54 | - |
| YUV | 94.57 | 133.33 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 104 | 0 | 0.82 | 0.49 | 0.2 | 335.93 | 0.69 | 0.47 |
| Hex | CC | 25 | 68 | 0 | 52 | 31 | 14 | 150 | 45 | 2F |
| Octal | 314 | 45 | 150 | 0 | 122 | 61 | 24 | 520 | 105 | 57 |
| Binary | 11001100 | 100101 | 1101000 | 0 | 1010010 | 110001 | 10100 | 101010000 | 1000101 | 101111 |
Color Harmonies of #CC2568
Complementary color
Monochromatic Colors of #CC2568
Black with #CC2568
Text Example
Text Example
White with #CC2568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2568; }
p { color: rgb(204,37,104); }
H1.HeaderClassName
{
color: #CC2568;
}
.AnyTagClassName
{
color: #CC2568;
}
</style>
background-color css
<style>
a { background-color: #CC2568; }
a { background-color: rgb(204,37,104); }
div.DivClassName
{
background-color: #CC2568;
}
.BgClassName
{
background-color: #CC2568;
}
</style>
border-color css
<style>
span { border-color: #CC2568; }
span { border-color: rgb(204,37,104); }
td.TdClassName
{
border-color: #CC2568;
}
.TagClassName
{
border-color: #CC2568;
}
</style>