Shades of Deep Cerise #CF3B8C
Tints of Deep Cerise #CF3B8C
RGB
CMYK
RGB Variations
Color information
#CF3B8C (or 0xCF3B8C) is known color: Deep Cerise. HEX triplet: CF, 3B and 8C. RGB value is (207,59,140). Sum of RGB (Red+Green+Blue) = 207+59+140=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3B8C is #30C473. Grayscale: #707070. Windows color (decimal): -3196020 or 9190351. OLE color: 9190351.
HSL color Cylindrical-coordinate representation of color #CF3B8C: hue angle of 327.16º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3B8C is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 59 | 140 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.19 |
| HSL | 327.16º | 0.61% | 0.52% | - |
| HSV(B) | 327.16º | 0.71% | 0.81% | - |
| XYZ | 32.03 | 18.29 | 26.65 | - |
| YUV | 112.49 | 143.53 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 59 | 140 | 0 | 0.71 | 0.32 | 0.19 | 327.16 | 0.61 | 0.52 |
| Hex | CF | 3B | 8C | 0 | 47 | 20 | 13 | 147 | 3D | 34 |
| Octal | 317 | 73 | 214 | 0 | 107 | 40 | 23 | 507 | 75 | 64 |
| Binary | 11001111 | 111011 | 10001100 | 0 | 1000111 | 100000 | 10011 | 101000111 | 111101 | 110100 |
Color Harmonies of #CF3B8C
Complementary color
Monochromatic Colors of #CF3B8C
Black with #CF3B8C
Text Example
Text Example
White with #CF3B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3B8C; }
p { color: rgb(207,59,140); }
H1.HeaderClassName
{
color: #CF3B8C;
}
.AnyTagClassName
{
color: #CF3B8C;
}
</style>
background-color css
<style>
a { background-color: #CF3B8C; }
a { background-color: rgb(207,59,140); }
div.DivClassName
{
background-color: #CF3B8C;
}
.BgClassName
{
background-color: #CF3B8C;
}
</style>
border-color css
<style>
span { border-color: #CF3B8C; }
span { border-color: rgb(207,59,140); }
td.TdClassName
{
border-color: #CF3B8C;
}
.TagClassName
{
border-color: #CF3B8C;
}
</style>