Shades of Cerise #CC3465
Tints of Cerise #CC3465
RGB
CMYK
RGB Variations
Color information
#CC3465 (or 0xCC3465) is known color: Cerise. HEX triplet: CC, 34 and 65. RGB value is (204,52,101). Sum of RGB (Red+Green+Blue) = 204+52+101=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3465 is #33CB9A. Grayscale: #666666. Windows color (decimal): -3394459 or 6632652. OLE color: 6632652.
HSL color Cylindrical-coordinate representation of color #CC3465: hue angle of 340.66º 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 #CC3465 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 101 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.2 |
| HSL | 340.66º | 0.6% | 0.5% | - |
| HSV(B) | 340.66º | 0.75% | 0.8% | - |
| XYZ | 28.48 | 16.23 | 13.94 | - |
| YUV | 103.03 | 126.86 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 101 | 0 | 0.75 | 0.50 | 0.2 | 340.66 | 0.6 | 0.5 |
| Hex | CC | 34 | 65 | 0 | 4B | 32 | 14 | 155 | 3C | 32 |
| Octal | 314 | 64 | 145 | 0 | 113 | 62 | 24 | 525 | 74 | 62 |
| Binary | 11001100 | 110100 | 1100101 | 0 | 1001011 | 110010 | 10100 | 101010101 | 111100 | 110010 |
Color Harmonies of #CC3465
Complementary color
Monochromatic Colors of #CC3465
Black with #CC3465
Text Example
Text Example
White with #CC3465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3465; }
p { color: rgb(204,52,101); }
H1.HeaderClassName
{
color: #CC3465;
}
.AnyTagClassName
{
color: #CC3465;
}
</style>
background-color css
<style>
a { background-color: #CC3465; }
a { background-color: rgb(204,52,101); }
div.DivClassName
{
background-color: #CC3465;
}
.BgClassName
{
background-color: #CC3465;
}
</style>
border-color css
<style>
span { border-color: #CC3465; }
span { border-color: rgb(204,52,101); }
td.TdClassName
{
border-color: #CC3465;
}
.TagClassName
{
border-color: #CC3465;
}
</style>