Shades of Deep Cerise #CF3A7B
Tints of Deep Cerise #CF3A7B
RGB
CMYK
RGB Variations
Color information
#CF3A7B (or 0xCF3A7B) is known color: Deep Cerise. HEX triplet: CF, 3A and 7B. RGB value is (207,58,123). Sum of RGB (Red+Green+Blue) = 207+58+123=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3A7B is #30C584. Grayscale: #6D6D6D. Windows color (decimal): -3196293 or 8075983. OLE color: 8075983.
HSL color Cylindrical-coordinate representation of color #CF3A7B: hue angle of 333.83º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3A7B is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 123 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.19 |
| HSL | 333.83º | 0.61% | 0.52% | - |
| HSV(B) | 333.83º | 0.72% | 0.81% | - |
| XYZ | 30.82 | 17.72 | 20.54 | - |
| YUV | 109.96 | 135.36 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 123 | 0 | 0.72 | 0.41 | 0.19 | 333.83 | 0.61 | 0.52 |
| Hex | CF | 3A | 7B | 0 | 48 | 29 | 13 | 14E | 3D | 34 |
| Octal | 317 | 72 | 173 | 0 | 110 | 51 | 23 | 516 | 75 | 64 |
| Binary | 11001111 | 111010 | 1111011 | 0 | 1001000 | 101001 | 10011 | 101001110 | 111101 | 110100 |
Color Harmonies of #CF3A7B
Complementary color
Monochromatic Colors of #CF3A7B
Black with #CF3A7B
Text Example
Text Example
White with #CF3A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A7B; }
p { color: rgb(207,58,123); }
H1.HeaderClassName
{
color: #CF3A7B;
}
.AnyTagClassName
{
color: #CF3A7B;
}
</style>
background-color css
<style>
a { background-color: #CF3A7B; }
a { background-color: rgb(207,58,123); }
div.DivClassName
{
background-color: #CF3A7B;
}
.BgClassName
{
background-color: #CF3A7B;
}
</style>
border-color css
<style>
span { border-color: #CF3A7B; }
span { border-color: rgb(207,58,123); }
td.TdClassName
{
border-color: #CF3A7B;
}
.TagClassName
{
border-color: #CF3A7B;
}
</style>