Shades of Deep Cerise #CF3681
Tints of Deep Cerise #CF3681
RGB
CMYK
RGB Variations
Color information
#CF3681 (or 0xCF3681) is known color: Deep Cerise. HEX triplet: CF, 36 and 81. RGB value is (207,54,129). Sum of RGB (Red+Green+Blue) = 207+54+129=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3681 is #30C97E. Grayscale: #6C6C6C. Windows color (decimal): -3197311 or 8468175. OLE color: 8468175.
HSL color Cylindrical-coordinate representation of color #CF3681: hue angle of 330.59º 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 #CF3681 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 129 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.19 |
| HSL | 330.59º | 0.61% | 0.51% | - |
| HSV(B) | 330.59º | 0.74% | 0.81% | - |
| XYZ | 31.01 | 17.49 | 22.51 | - |
| YUV | 108.3 | 139.69 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 129 | 0 | 0.74 | 0.38 | 0.19 | 330.59 | 0.61 | 0.51 |
| Hex | CF | 36 | 81 | 0 | 4A | 26 | 13 | 14B | 3D | 33 |
| Octal | 317 | 66 | 201 | 0 | 112 | 46 | 23 | 513 | 75 | 63 |
| Binary | 11001111 | 110110 | 10000001 | 0 | 1001010 | 100110 | 10011 | 101001011 | 111101 | 110011 |
Color Harmonies of #CF3681
Complementary color
Monochromatic Colors of #CF3681
Black with #CF3681
Text Example
Text Example
White with #CF3681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3681; }
p { color: rgb(207,54,129); }
H1.HeaderClassName
{
color: #CF3681;
}
.AnyTagClassName
{
color: #CF3681;
}
</style>
background-color css
<style>
a { background-color: #CF3681; }
a { background-color: rgb(207,54,129); }
div.DivClassName
{
background-color: #CF3681;
}
.BgClassName
{
background-color: #CF3681;
}
</style>
border-color css
<style>
span { border-color: #CF3681; }
span { border-color: rgb(207,54,129); }
td.TdClassName
{
border-color: #CF3681;
}
.TagClassName
{
border-color: #CF3681;
}
</style>