Shades of Deep Cerise #CF347E
Tints of Deep Cerise #CF347E
RGB
CMYK
RGB Variations
Color information
#CF347E (or 0xCF347E) is known color: Deep Cerise. HEX triplet: CF, 34 and 7E. RGB value is (207,52,126). Sum of RGB (Red+Green+Blue) = 207+52+126=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF347E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF347E is #30CB81. Grayscale: #6A6A6A. Windows color (decimal): -3197826 or 8271055. OLE color: 8271055.
HSL color Cylindrical-coordinate representation of color #CF347E: hue angle of 331.35º 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 #CF347E is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 126 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.19 |
| HSL | 331.35º | 0.62% | 0.51% | - |
| HSV(B) | 331.35º | 0.75% | 0.81% | - |
| XYZ | 30.73 | 17.23 | 21.44 | - |
| YUV | 106.78 | 138.85 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 126 | 0 | 0.75 | 0.39 | 0.19 | 331.35 | 0.62 | 0.51 |
| Hex | CF | 34 | 7E | 0 | 4B | 27 | 13 | 14B | 3E | 33 |
| Octal | 317 | 64 | 176 | 0 | 113 | 47 | 23 | 513 | 76 | 63 |
| Binary | 11001111 | 110100 | 1111110 | 0 | 1001011 | 100111 | 10011 | 101001011 | 111110 | 110011 |
Color Harmonies of #CF347E
Complementary color
Monochromatic Colors of #CF347E
Black with #CF347E
Text Example
Text Example
White with #CF347E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF347E; }
p { color: rgb(207,52,126); }
H1.HeaderClassName
{
color: #CF347E;
}
.AnyTagClassName
{
color: #CF347E;
}
</style>
background-color css
<style>
a { background-color: #CF347E; }
a { background-color: rgb(207,52,126); }
div.DivClassName
{
background-color: #CF347E;
}
.BgClassName
{
background-color: #CF347E;
}
</style>
border-color css
<style>
span { border-color: #CF347E; }
span { border-color: rgb(207,52,126); }
td.TdClassName
{
border-color: #CF347E;
}
.TagClassName
{
border-color: #CF347E;
}
</style>