Shades of Deep Cerise #CC347B
Tints of Deep Cerise #CC347B
RGB
CMYK
RGB Variations
Color information
#CC347B (or 0xCC347B) is known color: Deep Cerise. HEX triplet: CC, 34 and 7B. RGB value is (204,52,123). Sum of RGB (Red+Green+Blue) = 204+52+123=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC347B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC347B is #33CB84. Grayscale: #696969. Windows color (decimal): -3394437 or 8074444. OLE color: 8074444.
HSL color Cylindrical-coordinate representation of color #CC347B: hue angle of 331.97º 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 #CC347B is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 123 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.2 |
| HSL | 331.97º | 0.6% | 0.5% | - |
| HSV(B) | 331.97º | 0.75% | 0.8% | - |
| XYZ | 29.7 | 16.72 | 20.4 | - |
| YUV | 105.54 | 137.86 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 123 | 0 | 0.75 | 0.40 | 0.2 | 331.97 | 0.6 | 0.5 |
| Hex | CC | 34 | 7B | 0 | 4B | 28 | 14 | 14C | 3C | 32 |
| Octal | 314 | 64 | 173 | 0 | 113 | 50 | 24 | 514 | 74 | 62 |
| Binary | 11001100 | 110100 | 1111011 | 0 | 1001011 | 101000 | 10100 | 101001100 | 111100 | 110010 |
Color Harmonies of #CC347B
Complementary color
Monochromatic Colors of #CC347B
Black with #CC347B
Text Example
Text Example
White with #CC347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC347B; }
p { color: rgb(204,52,123); }
H1.HeaderClassName
{
color: #CC347B;
}
.AnyTagClassName
{
color: #CC347B;
}
</style>
background-color css
<style>
a { background-color: #CC347B; }
a { background-color: rgb(204,52,123); }
div.DivClassName
{
background-color: #CC347B;
}
.BgClassName
{
background-color: #CC347B;
}
</style>
border-color css
<style>
span { border-color: #CC347B; }
span { border-color: rgb(204,52,123); }
td.TdClassName
{
border-color: #CC347B;
}
.TagClassName
{
border-color: #CC347B;
}
</style>