Shades of Cerise #CC3468
Tints of Cerise #CC3468
RGB
CMYK
RGB Variations
Color information
#CC3468 (or 0xCC3468) is known color: Cerise. HEX triplet: CC, 34 and 68. RGB value is (204,52,104). Sum of RGB (Red+Green+Blue) = 204+52+104=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3468 is #33CB97. Grayscale: #676767. Windows color (decimal): -3394456 or 6829260. OLE color: 6829260.
HSL color Cylindrical-coordinate representation of color #CC3468: hue angle of 339.47º 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 #CC3468 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 104 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.2 |
| HSL | 339.47º | 0.6% | 0.5% | - |
| HSV(B) | 339.47º | 0.75% | 0.8% | - |
| XYZ | 28.63 | 16.29 | 14.73 | - |
| YUV | 103.38 | 128.36 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 104 | 0 | 0.75 | 0.49 | 0.2 | 339.47 | 0.6 | 0.5 |
| Hex | CC | 34 | 68 | 0 | 4B | 31 | 14 | 153 | 3C | 32 |
| Octal | 314 | 64 | 150 | 0 | 113 | 61 | 24 | 523 | 74 | 62 |
| Binary | 11001100 | 110100 | 1101000 | 0 | 1001011 | 110001 | 10100 | 101010011 | 111100 | 110010 |
Color Harmonies of #CC3468
Complementary color
Monochromatic Colors of #CC3468
Black with #CC3468
Text Example
Text Example
White with #CC3468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3468; }
p { color: rgb(204,52,104); }
H1.HeaderClassName
{
color: #CC3468;
}
.AnyTagClassName
{
color: #CC3468;
}
</style>
background-color css
<style>
a { background-color: #CC3468; }
a { background-color: rgb(204,52,104); }
div.DivClassName
{
background-color: #CC3468;
}
.BgClassName
{
background-color: #CC3468;
}
</style>
border-color css
<style>
span { border-color: #CC3468; }
span { border-color: rgb(204,52,104); }
td.TdClassName
{
border-color: #CC3468;
}
.TagClassName
{
border-color: #CC3468;
}
</style>