Shades of Deep Cerise #CF3293
Tints of Deep Cerise #CF3293
RGB
CMYK
RGB Variations
Color information
#CF3293 (or 0xCF3293) is known color: Deep Cerise. HEX triplet: CF, 32 and 93. RGB value is (207,50,147). Sum of RGB (Red+Green+Blue) = 207+50+147=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3293 is #30CD6C. Grayscale: #6B6B6B. Windows color (decimal): -3198317 or 9646799. OLE color: 9646799.
HSL color Cylindrical-coordinate representation of color #CF3293: hue angle of 322.93º 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 #CF3293 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 147 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.19 |
| HSL | 322.93º | 0.62% | 0.5% | - |
| HSV(B) | 322.93º | 0.76% | 0.81% | - |
| XYZ | 32.14 | 17.65 | 29.32 | - |
| YUV | 108 | 150.01 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 147 | 0 | 0.76 | 0.29 | 0.19 | 322.93 | 0.62 | 0.5 |
| Hex | CF | 32 | 93 | 0 | 4C | 1D | 13 | 143 | 3E | 32 |
| Octal | 317 | 62 | 223 | 0 | 114 | 35 | 23 | 503 | 76 | 62 |
| Binary | 11001111 | 110010 | 10010011 | 0 | 1001100 | 11101 | 10011 | 101000011 | 111110 | 110010 |
Color Harmonies of #CF3293
Complementary color
Monochromatic Colors of #CF3293
Black with #CF3293
Text Example
Text Example
White with #CF3293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3293; }
p { color: rgb(207,50,147); }
H1.HeaderClassName
{
color: #CF3293;
}
.AnyTagClassName
{
color: #CF3293;
}
</style>
background-color css
<style>
a { background-color: #CF3293; }
a { background-color: rgb(207,50,147); }
div.DivClassName
{
background-color: #CF3293;
}
.BgClassName
{
background-color: #CF3293;
}
</style>
border-color css
<style>
span { border-color: #CF3293; }
span { border-color: rgb(207,50,147); }
td.TdClassName
{
border-color: #CF3293;
}
.TagClassName
{
border-color: #CF3293;
}
</style>