Shades of Deep Cerise #CF34AC
Tints of Deep Cerise #CF34AC
RGB
CMYK
RGB Variations
Color information
#CF34AC (or 0xCF34AC) is known color: Deep Cerise. HEX triplet: CF, 34 and AC. RGB value is (207,52,172). Sum of RGB (Red+Green+Blue) = 207+52+172=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF34AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF34AC is #30CB53. Grayscale: #6F6F6F. Windows color (decimal): -3197780 or 11285711. OLE color: 11285711.
HSL color Cylindrical-coordinate representation of color #CF34AC: hue angle of 313.55º 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 #CF34AC is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 172 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.19 |
| HSL | 313.55º | 0.62% | 0.51% | - |
| HSV(B) | 313.55º | 0.75% | 0.81% | - |
| XYZ | 34.41 | 18.7 | 40.83 | - |
| YUV | 112.03 | 161.85 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 172 | 0 | 0.75 | 0.17 | 0.19 | 313.55 | 0.62 | 0.51 |
| Hex | CF | 34 | AC | 0 | 4B | 11 | 13 | 13A | 3E | 33 |
| Octal | 317 | 64 | 254 | 0 | 113 | 21 | 23 | 472 | 76 | 63 |
| Binary | 11001111 | 110100 | 10101100 | 0 | 1001011 | 10001 | 10011 | 100111010 | 111110 | 110011 |
Color Harmonies of #CF34AC
Complementary color
Monochromatic Colors of #CF34AC
Black with #CF34AC
Text Example
Text Example
White with #CF34AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF34AC; }
p { color: rgb(207,52,172); }
H1.HeaderClassName
{
color: #CF34AC;
}
.AnyTagClassName
{
color: #CF34AC;
}
</style>
background-color css
<style>
a { background-color: #CF34AC; }
a { background-color: rgb(207,52,172); }
div.DivClassName
{
background-color: #CF34AC;
}
.BgClassName
{
background-color: #CF34AC;
}
</style>
border-color css
<style>
span { border-color: #CF34AC; }
span { border-color: rgb(207,52,172); }
td.TdClassName
{
border-color: #CF34AC;
}
.TagClassName
{
border-color: #CF34AC;
}
</style>