Shades of Deep Cerise #CF3092
Tints of Deep Cerise #CF3092
RGB
CMYK
RGB Variations
Color information
#CF3092 (or 0xCF3092) is known color: Deep Cerise. HEX triplet: CF, 30 and 92. RGB value is (207,48,146). Sum of RGB (Red+Green+Blue) = 207+48+146=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3092 is #30CF6D. Grayscale: #6A6A6A. Windows color (decimal): -3198830 or 9580751. OLE color: 9580751.
HSL color Cylindrical-coordinate representation of color #CF3092: hue angle of 323.02º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF3092 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 146 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.19 |
| HSL | 323.02º | 0.62% | 0.5% | - |
| HSV(B) | 323.02º | 0.77% | 0.81% | - |
| XYZ | 31.98 | 17.45 | 28.88 | - |
| YUV | 106.71 | 150.18 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 146 | 0 | 0.77 | 0.29 | 0.19 | 323.02 | 0.62 | 0.5 |
| Hex | CF | 30 | 92 | 0 | 4D | 1D | 13 | 143 | 3E | 32 |
| Octal | 317 | 60 | 222 | 0 | 115 | 35 | 23 | 503 | 76 | 62 |
| Binary | 11001111 | 110000 | 10010010 | 0 | 1001101 | 11101 | 10011 | 101000011 | 111110 | 110010 |
Color Harmonies of #CF3092
Complementary color
Monochromatic Colors of #CF3092
Black with #CF3092
Text Example
Text Example
White with #CF3092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3092; }
p { color: rgb(207,48,146); }
H1.HeaderClassName
{
color: #CF3092;
}
.AnyTagClassName
{
color: #CF3092;
}
</style>
background-color css
<style>
a { background-color: #CF3092; }
a { background-color: rgb(207,48,146); }
div.DivClassName
{
background-color: #CF3092;
}
.BgClassName
{
background-color: #CF3092;
}
</style>
border-color css
<style>
span { border-color: #CF3092; }
span { border-color: rgb(207,48,146); }
td.TdClassName
{
border-color: #CF3092;
}
.TagClassName
{
border-color: #CF3092;
}
</style>