Shades of Deep Cerise #CF347F
Tints of Deep Cerise #CF347F
RGB
CMYK
RGB Variations
Color information
#CF347F (or 0xCF347F) is known color: Deep Cerise. HEX triplet: CF, 34 and 7F. RGB value is (207,52,127). Sum of RGB (Red+Green+Blue) = 207+52+127=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF347F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF347F is #30CB80. Grayscale: #6A6A6A. Windows color (decimal): -3197825 or 8336591. OLE color: 8336591.
HSL color Cylindrical-coordinate representation of color #CF347F: hue angle of 330.97º 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 #CF347F is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 127 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.19 |
| HSL | 330.97º | 0.62% | 0.51% | - |
| HSV(B) | 330.97º | 0.75% | 0.81% | - |
| XYZ | 30.79 | 17.25 | 21.79 | - |
| YUV | 106.9 | 139.35 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 127 | 0 | 0.75 | 0.39 | 0.19 | 330.97 | 0.62 | 0.51 |
| Hex | CF | 34 | 7F | 0 | 4B | 27 | 13 | 14B | 3E | 33 |
| Octal | 317 | 64 | 177 | 0 | 113 | 47 | 23 | 513 | 76 | 63 |
| Binary | 11001111 | 110100 | 1111111 | 0 | 1001011 | 100111 | 10011 | 101001011 | 111110 | 110011 |
Color Harmonies of #CF347F
Complementary color
Monochromatic Colors of #CF347F
Black with #CF347F
Text Example
Text Example
White with #CF347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF347F; }
p { color: rgb(207,52,127); }
H1.HeaderClassName
{
color: #CF347F;
}
.AnyTagClassName
{
color: #CF347F;
}
</style>
background-color css
<style>
a { background-color: #CF347F; }
a { background-color: rgb(207,52,127); }
div.DivClassName
{
background-color: #CF347F;
}
.BgClassName
{
background-color: #CF347F;
}
</style>
border-color css
<style>
span { border-color: #CF347F; }
span { border-color: rgb(207,52,127); }
td.TdClassName
{
border-color: #CF347F;
}
.TagClassName
{
border-color: #CF347F;
}
</style>