Shades of Deep Cerise #CF3194
Tints of Deep Cerise #CF3194
RGB
CMYK
RGB Variations
Color information
#CF3194 (or 0xCF3194) is known color: Deep Cerise. HEX triplet: CF, 31 and 94. RGB value is (207,49,148). Sum of RGB (Red+Green+Blue) = 207+49+148=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3194 is #30CE6B. Grayscale: #6B6B6B. Windows color (decimal): -3198572 or 9712079. OLE color: 9712079.
HSL color Cylindrical-coordinate representation of color #CF3194: hue angle of 322.41º 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 #CF3194 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 148 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.19 |
| HSL | 322.41º | 0.62% | 0.5% | - |
| HSV(B) | 322.41º | 0.76% | 0.81% | - |
| XYZ | 32.18 | 17.6 | 29.72 | - |
| YUV | 107.53 | 150.85 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 148 | 0 | 0.76 | 0.29 | 0.19 | 322.41 | 0.62 | 0.5 |
| Hex | CF | 31 | 94 | 0 | 4C | 1D | 13 | 142 | 3E | 32 |
| Octal | 317 | 61 | 224 | 0 | 114 | 35 | 23 | 502 | 76 | 62 |
| Binary | 11001111 | 110001 | 10010100 | 0 | 1001100 | 11101 | 10011 | 101000010 | 111110 | 110010 |
Color Harmonies of #CF3194
Complementary color
Monochromatic Colors of #CF3194
Black with #CF3194
Text Example
Text Example
White with #CF3194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3194; }
p { color: rgb(207,49,148); }
H1.HeaderClassName
{
color: #CF3194;
}
.AnyTagClassName
{
color: #CF3194;
}
</style>
background-color css
<style>
a { background-color: #CF3194; }
a { background-color: rgb(207,49,148); }
div.DivClassName
{
background-color: #CF3194;
}
.BgClassName
{
background-color: #CF3194;
}
</style>
border-color css
<style>
span { border-color: #CF3194; }
span { border-color: rgb(207,49,148); }
td.TdClassName
{
border-color: #CF3194;
}
.TagClassName
{
border-color: #CF3194;
}
</style>