Shades of Deep Cerise #CF347B
Tints of Deep Cerise #CF347B
RGB
CMYK
RGB Variations
Color information
#CF347B (or 0xCF347B) is known color: Deep Cerise. HEX triplet: CF, 34 and 7B. RGB value is (207,52,123). Sum of RGB (Red+Green+Blue) = 207+52+123=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF347B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF347B is #30CB84. Grayscale: #6A6A6A. Windows color (decimal): -3197829 or 8074447. OLE color: 8074447.
HSL color Cylindrical-coordinate representation of color #CF347B: hue angle of 332.52º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF347B is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 123 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.19 |
| HSL | 332.52º | 0.62% | 0.51% | - |
| HSV(B) | 332.52º | 0.75% | 0.81% | - |
| XYZ | 30.54 | 17.15 | 20.44 | - |
| YUV | 106.44 | 137.35 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 123 | 0 | 0.75 | 0.41 | 0.19 | 332.52 | 0.62 | 0.51 |
| Hex | CF | 34 | 7B | 0 | 4B | 29 | 13 | 14D | 3E | 33 |
| Octal | 317 | 64 | 173 | 0 | 113 | 51 | 23 | 515 | 76 | 63 |
| Binary | 11001111 | 110100 | 1111011 | 0 | 1001011 | 101001 | 10011 | 101001101 | 111110 | 110011 |
Color Harmonies of #CF347B
Complementary color
Monochromatic Colors of #CF347B
Black with #CF347B
Text Example
Text Example
White with #CF347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF347B; }
p { color: rgb(207,52,123); }
H1.HeaderClassName
{
color: #CF347B;
}
.AnyTagClassName
{
color: #CF347B;
}
</style>
background-color css
<style>
a { background-color: #CF347B; }
a { background-color: rgb(207,52,123); }
div.DivClassName
{
background-color: #CF347B;
}
.BgClassName
{
background-color: #CF347B;
}
</style>
border-color css
<style>
span { border-color: #CF347B; }
span { border-color: rgb(207,52,123); }
td.TdClassName
{
border-color: #CF347B;
}
.TagClassName
{
border-color: #CF347B;
}
</style>