Shades of Cerise #CC305C
Tints of Cerise #CC305C
RGB
CMYK
RGB Variations
Color information
#CC305C (or 0xCC305C) is known color: Cerise. HEX triplet: CC, 30 and 5C. RGB value is (204,48,92). Sum of RGB (Red+Green+Blue) = 204+48+92=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC305C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC305C is #33CFA3. Grayscale: #636363. Windows color (decimal): -3395492 or 6041804. OLE color: 6041804.
HSL color Cylindrical-coordinate representation of color #CC305C: hue angle of 343.08º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC305C is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 92 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.2 |
| HSL | 343.08º | 0.62% | 0.49% | - |
| HSV(B) | 343.08º | 0.76% | 0.8% | - |
| XYZ | 27.89 | 15.72 | 11.69 | - |
| YUV | 99.66 | 123.68 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 92 | 0 | 0.76 | 0.55 | 0.2 | 343.08 | 0.62 | 0.49 |
| Hex | CC | 30 | 5C | 0 | 4C | 37 | 14 | 157 | 3E | 31 |
| Octal | 314 | 60 | 134 | 0 | 114 | 67 | 24 | 527 | 76 | 61 |
| Binary | 11001100 | 110000 | 1011100 | 0 | 1001100 | 110111 | 10100 | 101010111 | 111110 | 110001 |
Color Harmonies of #CC305C
Complementary color
Monochromatic Colors of #CC305C
Black with #CC305C
Text Example
Text Example
White with #CC305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC305C; }
p { color: rgb(204,48,92); }
H1.HeaderClassName
{
color: #CC305C;
}
.AnyTagClassName
{
color: #CC305C;
}
</style>
background-color css
<style>
a { background-color: #CC305C; }
a { background-color: rgb(204,48,92); }
div.DivClassName
{
background-color: #CC305C;
}
.BgClassName
{
background-color: #CC305C;
}
</style>
border-color css
<style>
span { border-color: #CC305C; }
span { border-color: rgb(204,48,92); }
td.TdClassName
{
border-color: #CC305C;
}
.TagClassName
{
border-color: #CC305C;
}
</style>