Shades of Cerise #CC305D
Tints of Cerise #CC305D
RGB
CMYK
RGB Variations
Color information
#CC305D (or 0xCC305D) is known color: Cerise. HEX triplet: CC, 30 and 5D. RGB value is (204,48,93). Sum of RGB (Red+Green+Blue) = 204+48+93=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC305D is #33CFA2. Grayscale: #636363. Windows color (decimal): -3395491 or 6107340. OLE color: 6107340.
HSL color Cylindrical-coordinate representation of color #CC305D: hue angle of 342.69º 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 #CC305D is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 93 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.2 |
| HSL | 342.69º | 0.62% | 0.49% | - |
| HSV(B) | 342.69º | 0.76% | 0.8% | - |
| XYZ | 27.93 | 15.74 | 11.92 | - |
| YUV | 99.77 | 124.18 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 93 | 0 | 0.76 | 0.54 | 0.2 | 342.69 | 0.62 | 0.49 |
| Hex | CC | 30 | 5D | 0 | 4C | 36 | 14 | 157 | 3E | 31 |
| Octal | 314 | 60 | 135 | 0 | 114 | 66 | 24 | 527 | 76 | 61 |
| Binary | 11001100 | 110000 | 1011101 | 0 | 1001100 | 110110 | 10100 | 101010111 | 111110 | 110001 |
Color Harmonies of #CC305D
Complementary color
Monochromatic Colors of #CC305D
Black with #CC305D
Text Example
Text Example
White with #CC305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC305D; }
p { color: rgb(204,48,93); }
H1.HeaderClassName
{
color: #CC305D;
}
.AnyTagClassName
{
color: #CC305D;
}
</style>
background-color css
<style>
a { background-color: #CC305D; }
a { background-color: rgb(204,48,93); }
div.DivClassName
{
background-color: #CC305D;
}
.BgClassName
{
background-color: #CC305D;
}
</style>
border-color css
<style>
span { border-color: #CC305D; }
span { border-color: rgb(204,48,93); }
td.TdClassName
{
border-color: #CC305D;
}
.TagClassName
{
border-color: #CC305D;
}
</style>