Shades of Cerise #CC306F
Tints of Cerise #CC306F
RGB
CMYK
RGB Variations
Color information
#CC306F (or 0xCC306F) is known color: Cerise. HEX triplet: CC, 30 and 6F. RGB value is (204,48,111). Sum of RGB (Red+Green+Blue) = 204+48+111=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC306F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC306F is #33CF90. Grayscale: #656565. Windows color (decimal): -3395473 or 7286988. OLE color: 7286988.
HSL color Cylindrical-coordinate representation of color #CC306F: hue angle of 335.77º 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 #CC306F is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 111 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.2 |
| HSL | 335.77º | 0.62% | 0.49% | - |
| HSV(B) | 335.77º | 0.76% | 0.8% | - |
| XYZ | 28.83 | 16.1 | 16.63 | - |
| YUV | 101.83 | 133.18 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 111 | 0 | 0.76 | 0.46 | 0.2 | 335.77 | 0.62 | 0.49 |
| Hex | CC | 30 | 6F | 0 | 4C | 2E | 14 | 150 | 3E | 31 |
| Octal | 314 | 60 | 157 | 0 | 114 | 56 | 24 | 520 | 76 | 61 |
| Binary | 11001100 | 110000 | 1101111 | 0 | 1001100 | 101110 | 10100 | 101010000 | 111110 | 110001 |
Color Harmonies of #CC306F
Complementary color
Monochromatic Colors of #CC306F
Black with #CC306F
Text Example
Text Example
White with #CC306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC306F; }
p { color: rgb(204,48,111); }
H1.HeaderClassName
{
color: #CC306F;
}
.AnyTagClassName
{
color: #CC306F;
}
</style>
background-color css
<style>
a { background-color: #CC306F; }
a { background-color: rgb(204,48,111); }
div.DivClassName
{
background-color: #CC306F;
}
.BgClassName
{
background-color: #CC306F;
}
</style>
border-color css
<style>
span { border-color: #CC306F; }
span { border-color: rgb(204,48,111); }
td.TdClassName
{
border-color: #CC306F;
}
.TagClassName
{
border-color: #CC306F;
}
</style>