Shades of Deep Cerise #CF29A5
Tints of Deep Cerise #CF29A5
RGB
CMYK
RGB Variations
Color information
#CF29A5 (or 0xCF29A5) is known color: Deep Cerise. HEX triplet: CF, 29 and A5. RGB value is (207,41,165). Sum of RGB (Red+Green+Blue) = 207+41+165=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF29A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF29A5 is #30D65A. Grayscale: #686868. Windows color (decimal): -3200603 or 10824143. OLE color: 10824143.
HSL color Cylindrical-coordinate representation of color #CF29A5: hue angle of 315.18º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF29A5 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 165 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.19 |
| HSL | 315.18º | 0.67% | 0.49% | - |
| HSV(B) | 315.18º | 0.8% | 0.81% | - |
| XYZ | 33.32 | 17.57 | 37.23 | - |
| YUV | 104.77 | 162 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 165 | 0 | 0.80 | 0.20 | 0.19 | 315.18 | 0.67 | 0.49 |
| Hex | CF | 29 | A5 | 0 | 50 | 14 | 13 | 13B | 43 | 31 |
| Octal | 317 | 51 | 245 | 0 | 120 | 24 | 23 | 473 | 103 | 61 |
| Binary | 11001111 | 101001 | 10100101 | 0 | 1010000 | 10100 | 10011 | 100111011 | 1000011 | 110001 |
Color Harmonies of #CF29A5
Complementary color
Monochromatic Colors of #CF29A5
Black with #CF29A5
Text Example
Text Example
White with #CF29A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF29A5; }
p { color: rgb(207,41,165); }
H1.HeaderClassName
{
color: #CF29A5;
}
.AnyTagClassName
{
color: #CF29A5;
}
</style>
background-color css
<style>
a { background-color: #CF29A5; }
a { background-color: rgb(207,41,165); }
div.DivClassName
{
background-color: #CF29A5;
}
.BgClassName
{
background-color: #CF29A5;
}
</style>
border-color css
<style>
span { border-color: #CF29A5; }
span { border-color: rgb(207,41,165); }
td.TdClassName
{
border-color: #CF29A5;
}
.TagClassName
{
border-color: #CF29A5;
}
</style>