Shades of Deep Cerise #CF3182
Tints of Deep Cerise #CF3182
RGB
CMYK
RGB Variations
Color information
#CF3182 (or 0xCF3182) is known color: Deep Cerise. HEX triplet: CF, 31 and 82. RGB value is (207,49,130). Sum of RGB (Red+Green+Blue) = 207+49+130=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3182 is #30CE7D. Grayscale: #696969. Windows color (decimal): -3198590 or 8532431. OLE color: 8532431.
HSL color Cylindrical-coordinate representation of color #CF3182: hue angle of 329.24º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3182 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 130 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.19 |
| HSL | 329.24º | 0.62% | 0.5% | - |
| HSV(B) | 329.24º | 0.76% | 0.81% | - |
| XYZ | 30.86 | 17.07 | 22.79 | - |
| YUV | 105.48 | 141.85 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 130 | 0 | 0.76 | 0.37 | 0.19 | 329.24 | 0.62 | 0.5 |
| Hex | CF | 31 | 82 | 0 | 4C | 25 | 13 | 149 | 3E | 32 |
| Octal | 317 | 61 | 202 | 0 | 114 | 45 | 23 | 511 | 76 | 62 |
| Binary | 11001111 | 110001 | 10000010 | 0 | 1001100 | 100101 | 10011 | 101001001 | 111110 | 110010 |
Color Harmonies of #CF3182
Complementary color
Monochromatic Colors of #CF3182
Black with #CF3182
Text Example
Text Example
White with #CF3182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3182; }
p { color: rgb(207,49,130); }
H1.HeaderClassName
{
color: #CF3182;
}
.AnyTagClassName
{
color: #CF3182;
}
</style>
background-color css
<style>
a { background-color: #CF3182; }
a { background-color: rgb(207,49,130); }
div.DivClassName
{
background-color: #CF3182;
}
.BgClassName
{
background-color: #CF3182;
}
</style>
border-color css
<style>
span { border-color: #CF3182; }
span { border-color: rgb(207,49,130); }
td.TdClassName
{
border-color: #CF3182;
}
.TagClassName
{
border-color: #CF3182;
}
</style>