Shades of Deep Cerise #CF36A0
Tints of Deep Cerise #CF36A0
RGB
CMYK
RGB Variations
Color information
#CF36A0 (or 0xCF36A0) is known color: Deep Cerise. HEX triplet: CF, 36 and A0. RGB value is (207,54,160). Sum of RGB (Red+Green+Blue) = 207+54+160=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF36A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF36A0 is #30C95F. Grayscale: #6F6F6F. Windows color (decimal): -3197280 or 10499791. OLE color: 10499791.
HSL color Cylindrical-coordinate representation of color #CF36A0: hue angle of 318.43º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF36A0 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 160 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.19 |
| HSL | 318.43º | 0.61% | 0.51% | - |
| HSV(B) | 318.43º | 0.74% | 0.81% | - |
| XYZ | 33.4 | 18.44 | 35.06 | - |
| YUV | 111.83 | 155.19 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 160 | 0 | 0.74 | 0.23 | 0.19 | 318.43 | 0.61 | 0.51 |
| Hex | CF | 36 | A0 | 0 | 4A | 17 | 13 | 13E | 3D | 33 |
| Octal | 317 | 66 | 240 | 0 | 112 | 27 | 23 | 476 | 75 | 63 |
| Binary | 11001111 | 110110 | 10100000 | 0 | 1001010 | 10111 | 10011 | 100111110 | 111101 | 110011 |
Color Harmonies of #CF36A0
Complementary color
Monochromatic Colors of #CF36A0
Black with #CF36A0
Text Example
Text Example
White with #CF36A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF36A0; }
p { color: rgb(207,54,160); }
H1.HeaderClassName
{
color: #CF36A0;
}
.AnyTagClassName
{
color: #CF36A0;
}
</style>
background-color css
<style>
a { background-color: #CF36A0; }
a { background-color: rgb(207,54,160); }
div.DivClassName
{
background-color: #CF36A0;
}
.BgClassName
{
background-color: #CF36A0;
}
</style>
border-color css
<style>
span { border-color: #CF36A0; }
span { border-color: rgb(207,54,160); }
td.TdClassName
{
border-color: #CF36A0;
}
.TagClassName
{
border-color: #CF36A0;
}
</style>