Shades of Cerise #CC3363
Tints of Cerise #CC3363
RGB
CMYK
RGB Variations
Color information
#CC3363 (or 0xCC3363) is known color: Cerise. HEX triplet: CC, 33 and 63. RGB value is (204,51,99). Sum of RGB (Red+Green+Blue) = 204+51+99=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3363 is #33CC9C. Grayscale: #666666. Windows color (decimal): -3394717 or 6501324. OLE color: 6501324.
HSL color Cylindrical-coordinate representation of color #CC3363: hue angle of 341.18º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3363 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 99 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.2 |
| HSL | 341.18º | 0.6% | 0.5% | - |
| HSV(B) | 341.18º | 0.75% | 0.8% | - |
| XYZ | 28.34 | 16.11 | 13.42 | - |
| YUV | 102.22 | 126.19 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 99 | 0 | 0.75 | 0.51 | 0.2 | 341.18 | 0.6 | 0.5 |
| Hex | CC | 33 | 63 | 0 | 4B | 33 | 14 | 155 | 3C | 32 |
| Octal | 314 | 63 | 143 | 0 | 113 | 63 | 24 | 525 | 74 | 62 |
| Binary | 11001100 | 110011 | 1100011 | 0 | 1001011 | 110011 | 10100 | 101010101 | 111100 | 110010 |
Color Harmonies of #CC3363
Complementary color
Monochromatic Colors of #CC3363
Black with #CC3363
Text Example
Text Example
White with #CC3363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3363; }
p { color: rgb(204,51,99); }
H1.HeaderClassName
{
color: #CC3363;
}
.AnyTagClassName
{
color: #CC3363;
}
</style>
background-color css
<style>
a { background-color: #CC3363; }
a { background-color: rgb(204,51,99); }
div.DivClassName
{
background-color: #CC3363;
}
.BgClassName
{
background-color: #CC3363;
}
</style>
border-color css
<style>
span { border-color: #CC3363; }
span { border-color: rgb(204,51,99); }
td.TdClassName
{
border-color: #CC3363;
}
.TagClassName
{
border-color: #CC3363;
}
</style>