Shades of Cerise #CC345F
Tints of Cerise #CC345F
RGB
CMYK
RGB Variations
Color information
#CC345F (or 0xCC345F) is known color: Cerise. HEX triplet: CC, 34 and 5F. RGB value is (204,52,95). Sum of RGB (Red+Green+Blue) = 204+52+95=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC345F is #33CBA0. Grayscale: #666666. Windows color (decimal): -3394465 or 6239436. OLE color: 6239436.
HSL color Cylindrical-coordinate representation of color #CC345F: hue angle of 343.03º 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 #CC345F is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 95 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.2 |
| HSL | 343.03º | 0.6% | 0.5% | - |
| HSV(B) | 343.03º | 0.75% | 0.8% | - |
| XYZ | 28.2 | 16.12 | 12.45 | - |
| YUV | 102.35 | 123.86 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 95 | 0 | 0.75 | 0.53 | 0.2 | 343.03 | 0.6 | 0.5 |
| Hex | CC | 34 | 5F | 0 | 4B | 35 | 14 | 157 | 3C | 32 |
| Octal | 314 | 64 | 137 | 0 | 113 | 65 | 24 | 527 | 74 | 62 |
| Binary | 11001100 | 110100 | 1011111 | 0 | 1001011 | 110101 | 10100 | 101010111 | 111100 | 110010 |
Color Harmonies of #CC345F
Complementary color
Monochromatic Colors of #CC345F
Black with #CC345F
Text Example
Text Example
White with #CC345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC345F; }
p { color: rgb(204,52,95); }
H1.HeaderClassName
{
color: #CC345F;
}
.AnyTagClassName
{
color: #CC345F;
}
</style>
background-color css
<style>
a { background-color: #CC345F; }
a { background-color: rgb(204,52,95); }
div.DivClassName
{
background-color: #CC345F;
}
.BgClassName
{
background-color: #CC345F;
}
</style>
border-color css
<style>
span { border-color: #CC345F; }
span { border-color: rgb(204,52,95); }
td.TdClassName
{
border-color: #CC345F;
}
.TagClassName
{
border-color: #CC345F;
}
</style>