Shades of Deep Cerise #CF309B
Tints of Deep Cerise #CF309B
RGB
CMYK
RGB Variations
Color information
#CF309B (or 0xCF309B) is known color: Deep Cerise. HEX triplet: CF, 30 and 9B. RGB value is (207,48,155). Sum of RGB (Red+Green+Blue) = 207+48+155=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF309B is #30CF64. Grayscale: #6B6B6B. Windows color (decimal): -3198821 or 10170575. OLE color: 10170575.
HSL color Cylindrical-coordinate representation of color #CF309B: hue angle of 319.62º 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 #CF309B is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 155 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.19 |
| HSL | 319.62º | 0.62% | 0.5% | - |
| HSV(B) | 319.62º | 0.77% | 0.81% | - |
| XYZ | 32.71 | 17.75 | 32.71 | - |
| YUV | 107.74 | 154.68 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 155 | 0 | 0.77 | 0.25 | 0.19 | 319.62 | 0.62 | 0.5 |
| Hex | CF | 30 | 9B | 0 | 4D | 19 | 13 | 140 | 3E | 32 |
| Octal | 317 | 60 | 233 | 0 | 115 | 31 | 23 | 500 | 76 | 62 |
| Binary | 11001111 | 110000 | 10011011 | 0 | 1001101 | 11001 | 10011 | 101000000 | 111110 | 110010 |
Color Harmonies of #CF309B
Complementary color
Monochromatic Colors of #CF309B
Black with #CF309B
Text Example
Text Example
White with #CF309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF309B; }
p { color: rgb(207,48,155); }
H1.HeaderClassName
{
color: #CF309B;
}
.AnyTagClassName
{
color: #CF309B;
}
</style>
background-color css
<style>
a { background-color: #CF309B; }
a { background-color: rgb(207,48,155); }
div.DivClassName
{
background-color: #CF309B;
}
.BgClassName
{
background-color: #CF309B;
}
</style>
border-color css
<style>
span { border-color: #CF309B; }
span { border-color: rgb(207,48,155); }
td.TdClassName
{
border-color: #CF309B;
}
.TagClassName
{
border-color: #CF309B;
}
</style>