Shades of Deep Cerise #CF3192
Tints of Deep Cerise #CF3192
RGB
CMYK
RGB Variations
Color information
#CF3192 (or 0xCF3192) is known color: Deep Cerise. HEX triplet: CF, 31 and 92. RGB value is (207,49,146). Sum of RGB (Red+Green+Blue) = 207+49+146=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3192 is #30CE6D. Grayscale: #6B6B6B. Windows color (decimal): -3198574 or 9581007. OLE color: 9581007.
HSL color Cylindrical-coordinate representation of color #CF3192: hue angle of 323.16º 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 #CF3192 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 146 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.19 |
| HSL | 323.16º | 0.62% | 0.5% | - |
| HSV(B) | 323.16º | 0.76% | 0.81% | - |
| XYZ | 32.02 | 17.54 | 28.89 | - |
| YUV | 107.3 | 149.85 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 146 | 0 | 0.76 | 0.29 | 0.19 | 323.16 | 0.62 | 0.5 |
| Hex | CF | 31 | 92 | 0 | 4C | 1D | 13 | 143 | 3E | 32 |
| Octal | 317 | 61 | 222 | 0 | 114 | 35 | 23 | 503 | 76 | 62 |
| Binary | 11001111 | 110001 | 10010010 | 0 | 1001100 | 11101 | 10011 | 101000011 | 111110 | 110010 |
Color Harmonies of #CF3192
Complementary color
Monochromatic Colors of #CF3192
Black with #CF3192
Text Example
Text Example
White with #CF3192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3192; }
p { color: rgb(207,49,146); }
H1.HeaderClassName
{
color: #CF3192;
}
.AnyTagClassName
{
color: #CF3192;
}
</style>
background-color css
<style>
a { background-color: #CF3192; }
a { background-color: rgb(207,49,146); }
div.DivClassName
{
background-color: #CF3192;
}
.BgClassName
{
background-color: #CF3192;
}
</style>
border-color css
<style>
span { border-color: #CF3192; }
span { border-color: rgb(207,49,146); }
td.TdClassName
{
border-color: #CF3192;
}
.TagClassName
{
border-color: #CF3192;
}
</style>