Shades of Deep Cerise #CF309E
Tints of Deep Cerise #CF309E
RGB
CMYK
RGB Variations
Color information
#CF309E (or 0xCF309E) is known color: Deep Cerise. HEX triplet: CF, 30 and 9E. RGB value is (207,48,158). Sum of RGB (Red+Green+Blue) = 207+48+158=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF309E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF309E is #30CF61. Grayscale: #6B6B6B. Windows color (decimal): -3198818 or 10367183. OLE color: 10367183.
HSL color Cylindrical-coordinate representation of color #CF309E: hue angle of 318.49º 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 #CF309E is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 158 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.19 |
| HSL | 318.49º | 0.62% | 0.5% | - |
| HSV(B) | 318.49º | 0.77% | 0.81% | - |
| XYZ | 32.96 | 17.85 | 34.06 | - |
| YUV | 108.08 | 156.18 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 158 | 0 | 0.77 | 0.24 | 0.19 | 318.49 | 0.62 | 0.5 |
| Hex | CF | 30 | 9E | 0 | 4D | 18 | 13 | 13E | 3E | 32 |
| Octal | 317 | 60 | 236 | 0 | 115 | 30 | 23 | 476 | 76 | 62 |
| Binary | 11001111 | 110000 | 10011110 | 0 | 1001101 | 11000 | 10011 | 100111110 | 111110 | 110010 |
Color Harmonies of #CF309E
Complementary color
Monochromatic Colors of #CF309E
Black with #CF309E
Text Example
Text Example
White with #CF309E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF309E; }
p { color: rgb(207,48,158); }
H1.HeaderClassName
{
color: #CF309E;
}
.AnyTagClassName
{
color: #CF309E;
}
</style>
background-color css
<style>
a { background-color: #CF309E; }
a { background-color: rgb(207,48,158); }
div.DivClassName
{
background-color: #CF309E;
}
.BgClassName
{
background-color: #CF309E;
}
</style>
border-color css
<style>
span { border-color: #CF309E; }
span { border-color: rgb(207,48,158); }
td.TdClassName
{
border-color: #CF309E;
}
.TagClassName
{
border-color: #CF309E;
}
</style>