Shades of Deep Cerise #CF33A0
Tints of Deep Cerise #CF33A0
RGB
CMYK
RGB Variations
Color information
#CF33A0 (or 0xCF33A0) is known color: Deep Cerise. HEX triplet: CF, 33 and A0. RGB value is (207,51,160). Sum of RGB (Red+Green+Blue) = 207+51+160=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF33A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF33A0 is #30CC5F. Grayscale: #6D6D6D. Windows color (decimal): -3198048 or 10499023. OLE color: 10499023.
HSL color Cylindrical-coordinate representation of color #CF33A0: hue angle of 318.08º 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 #CF33A0 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 160 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.19 |
| HSL | 318.08º | 0.62% | 0.51% | - |
| HSV(B) | 318.08º | 0.75% | 0.81% | - |
| XYZ | 33.26 | 18.17 | 35.01 | - |
| YUV | 110.07 | 156.18 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 160 | 0 | 0.75 | 0.23 | 0.19 | 318.08 | 0.62 | 0.51 |
| Hex | CF | 33 | A0 | 0 | 4B | 17 | 13 | 13E | 3E | 33 |
| Octal | 317 | 63 | 240 | 0 | 113 | 27 | 23 | 476 | 76 | 63 |
| Binary | 11001111 | 110011 | 10100000 | 0 | 1001011 | 10111 | 10011 | 100111110 | 111110 | 110011 |
Color Harmonies of #CF33A0
Complementary color
Monochromatic Colors of #CF33A0
Black with #CF33A0
Text Example
Text Example
White with #CF33A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF33A0; }
p { color: rgb(207,51,160); }
H1.HeaderClassName
{
color: #CF33A0;
}
.AnyTagClassName
{
color: #CF33A0;
}
</style>
background-color css
<style>
a { background-color: #CF33A0; }
a { background-color: rgb(207,51,160); }
div.DivClassName
{
background-color: #CF33A0;
}
.BgClassName
{
background-color: #CF33A0;
}
</style>
border-color css
<style>
span { border-color: #CF33A0; }
span { border-color: rgb(207,51,160); }
td.TdClassName
{
border-color: #CF33A0;
}
.TagClassName
{
border-color: #CF33A0;
}
</style>