Shades of Deep Cerise #CF3A99
Tints of Deep Cerise #CF3A99
RGB
CMYK
RGB Variations
Color information
#CF3A99 (or 0xCF3A99) is known color: Deep Cerise. HEX triplet: CF, 3A and 99. RGB value is (207,58,153). Sum of RGB (Red+Green+Blue) = 207+58+153=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3A99 is #30C566. Grayscale: #717171. Windows color (decimal): -3196263 or 10042063. OLE color: 10042063.
HSL color Cylindrical-coordinate representation of color #CF3A99: hue angle of 321.74º 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 #CF3A99 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 153 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.19 |
| HSL | 321.75º | 0.61% | 0.52% | - |
| HSV(B) | 321.75º | 0.72% | 0.81% | - |
| XYZ | 32.99 | 18.59 | 31.99 | - |
| YUV | 113.38 | 150.36 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 153 | 0 | 0.72 | 0.26 | 0.19 | 321.75 | 0.61 | 0.52 |
| Hex | CF | 3A | 99 | 0 | 48 | 1A | 13 | 142 | 3D | 34 |
| Octal | 317 | 72 | 231 | 0 | 110 | 32 | 23 | 502 | 75 | 64 |
| Binary | 11001111 | 111010 | 10011001 | 0 | 1001000 | 11010 | 10011 | 101000010 | 111101 | 110100 |
Color Harmonies of #CF3A99
Complementary color
Monochromatic Colors of #CF3A99
Black with #CF3A99
Text Example
Text Example
White with #CF3A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A99; }
p { color: rgb(207,58,153); }
H1.HeaderClassName
{
color: #CF3A99;
}
.AnyTagClassName
{
color: #CF3A99;
}
</style>
background-color css
<style>
a { background-color: #CF3A99; }
a { background-color: rgb(207,58,153); }
div.DivClassName
{
background-color: #CF3A99;
}
.BgClassName
{
background-color: #CF3A99;
}
</style>
border-color css
<style>
span { border-color: #CF3A99; }
span { border-color: rgb(207,58,153); }
td.TdClassName
{
border-color: #CF3A99;
}
.TagClassName
{
border-color: #CF3A99;
}
</style>