Shades of Deep Cerise #CF3A88
Tints of Deep Cerise #CF3A88
RGB
CMYK
RGB Variations
Color information
#CF3A88 (or 0xCF3A88) is known color: Deep Cerise. HEX triplet: CF, 3A and 88. RGB value is (207,58,136). Sum of RGB (Red+Green+Blue) = 207+58+136=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3A88 is #30C577. Grayscale: #6F6F6F. Windows color (decimal): -3196280 or 8927951. OLE color: 8927951.
HSL color Cylindrical-coordinate representation of color #CF3A88: hue angle of 328.59º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3A88 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 136 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.19 |
| HSL | 328.59º | 0.61% | 0.52% | - |
| HSV(B) | 328.59º | 0.72% | 0.81% | - |
| XYZ | 31.69 | 18.07 | 25.11 | - |
| YUV | 111.44 | 141.86 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 136 | 0 | 0.72 | 0.34 | 0.19 | 328.59 | 0.61 | 0.52 |
| Hex | CF | 3A | 88 | 0 | 48 | 22 | 13 | 149 | 3D | 34 |
| Octal | 317 | 72 | 210 | 0 | 110 | 42 | 23 | 511 | 75 | 64 |
| Binary | 11001111 | 111010 | 10001000 | 0 | 1001000 | 100010 | 10011 | 101001001 | 111101 | 110100 |
Color Harmonies of #CF3A88
Complementary color
Monochromatic Colors of #CF3A88
Black with #CF3A88
Text Example
Text Example
White with #CF3A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A88; }
p { color: rgb(207,58,136); }
H1.HeaderClassName
{
color: #CF3A88;
}
.AnyTagClassName
{
color: #CF3A88;
}
</style>
background-color css
<style>
a { background-color: #CF3A88; }
a { background-color: rgb(207,58,136); }
div.DivClassName
{
background-color: #CF3A88;
}
.BgClassName
{
background-color: #CF3A88;
}
</style>
border-color css
<style>
span { border-color: #CF3A88; }
span { border-color: rgb(207,58,136); }
td.TdClassName
{
border-color: #CF3A88;
}
.TagClassName
{
border-color: #CF3A88;
}
</style>