Shades of Deep Cerise #CF3386
Tints of Deep Cerise #CF3386
RGB
CMYK
RGB Variations
Color information
#CF3386 (or 0xCF3386) is known color: Deep Cerise. HEX triplet: CF, 33 and 86. RGB value is (207,51,134). Sum of RGB (Red+Green+Blue) = 207+51+134=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3386 is #30CC79. Grayscale: #6A6A6A. Windows color (decimal): -3198074 or 8795087. OLE color: 8795087.
HSL color Cylindrical-coordinate representation of color #CF3386: hue angle of 328.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 #CF3386 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 134 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.19 |
| HSL | 328.08º | 0.62% | 0.51% | - |
| HSV(B) | 328.08º | 0.75% | 0.81% | - |
| XYZ | 31.22 | 17.35 | 24.26 | - |
| YUV | 107.11 | 143.18 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 134 | 0 | 0.75 | 0.35 | 0.19 | 328.08 | 0.62 | 0.51 |
| Hex | CF | 33 | 86 | 0 | 4B | 23 | 13 | 148 | 3E | 33 |
| Octal | 317 | 63 | 206 | 0 | 113 | 43 | 23 | 510 | 76 | 63 |
| Binary | 11001111 | 110011 | 10000110 | 0 | 1001011 | 100011 | 10011 | 101001000 | 111110 | 110011 |
Color Harmonies of #CF3386
Complementary color
Monochromatic Colors of #CF3386
Black with #CF3386
Text Example
Text Example
White with #CF3386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3386; }
p { color: rgb(207,51,134); }
H1.HeaderClassName
{
color: #CF3386;
}
.AnyTagClassName
{
color: #CF3386;
}
</style>
background-color css
<style>
a { background-color: #CF3386; }
a { background-color: rgb(207,51,134); }
div.DivClassName
{
background-color: #CF3386;
}
.BgClassName
{
background-color: #CF3386;
}
</style>
border-color css
<style>
span { border-color: #CF3386; }
span { border-color: rgb(207,51,134); }
td.TdClassName
{
border-color: #CF3386;
}
.TagClassName
{
border-color: #CF3386;
}
</style>