Shades of Deep Cerise #CF33A4
Tints of Deep Cerise #CF33A4
RGB
CMYK
RGB Variations
Color information
#CF33A4 (or 0xCF33A4) is known color: Deep Cerise. HEX triplet: CF, 33 and A4. RGB value is (207,51,164). Sum of RGB (Red+Green+Blue) = 207+51+164=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 51 (20.31% from 255 or 12.09% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF33A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF33A4 is #30CC5B. Grayscale: #6E6E6E. Windows color (decimal): -3198044 or 10761167. OLE color: 10761167.
HSL color Cylindrical-coordinate representation of color #CF33A4: hue angle of 316.54º 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 #CF33A4 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 164 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.19 |
| HSL | 316.54º | 0.62% | 0.51% | - |
| HSV(B) | 316.54º | 0.75% | 0.81% | - |
| XYZ | 33.62 | 18.31 | 36.88 | - |
| YUV | 110.53 | 158.18 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 164 | 0 | 0.75 | 0.21 | 0.19 | 316.54 | 0.62 | 0.51 |
| Hex | CF | 33 | A4 | 0 | 4B | 15 | 13 | 13D | 3E | 33 |
| Octal | 317 | 63 | 244 | 0 | 113 | 25 | 23 | 475 | 76 | 63 |
| Binary | 11001111 | 110011 | 10100100 | 0 | 1001011 | 10101 | 10011 | 100111101 | 111110 | 110011 |
Color Harmonies of #CF33A4
Complementary color
Monochromatic Colors of #CF33A4
Black with #CF33A4
Text Example
Text Example
White with #CF33A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF33A4; }
p { color: rgb(207,51,164); }
H1.HeaderClassName
{
color: #CF33A4;
}
.AnyTagClassName
{
color: #CF33A4;
}
</style>
background-color css
<style>
a { background-color: #CF33A4; }
a { background-color: rgb(207,51,164); }
div.DivClassName
{
background-color: #CF33A4;
}
.BgClassName
{
background-color: #CF33A4;
}
</style>
border-color css
<style>
span { border-color: #CF33A4; }
span { border-color: rgb(207,51,164); }
td.TdClassName
{
border-color: #CF33A4;
}
.TagClassName
{
border-color: #CF33A4;
}
</style>