Shades of Deep Cerise #CF3B8A
Tints of Deep Cerise #CF3B8A
RGB
CMYK
RGB Variations
Color information
#CF3B8A (or 0xCF3B8A) is known color: Deep Cerise. HEX triplet: CF, 3B and 8A. RGB value is (207,59,138). Sum of RGB (Red+Green+Blue) = 207+59+138=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3B8A is #30C475. Grayscale: #707070. Windows color (decimal): -3196022 or 9059279. OLE color: 9059279.
HSL color Cylindrical-coordinate representation of color #CF3B8A: hue angle of 327.97º 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 #CF3B8A is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 59 | 138 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.19 |
| HSL | 327.97º | 0.61% | 0.52% | - |
| HSV(B) | 327.97º | 0.71% | 0.81% | - |
| XYZ | 31.88 | 18.23 | 25.88 | - |
| YUV | 112.26 | 142.53 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 59 | 138 | 0 | 0.71 | 0.33 | 0.19 | 327.97 | 0.61 | 0.52 |
| Hex | CF | 3B | 8A | 0 | 47 | 21 | 13 | 148 | 3D | 34 |
| Octal | 317 | 73 | 212 | 0 | 107 | 41 | 23 | 510 | 75 | 64 |
| Binary | 11001111 | 111011 | 10001010 | 0 | 1000111 | 100001 | 10011 | 101001000 | 111101 | 110100 |
Color Harmonies of #CF3B8A
Complementary color
Monochromatic Colors of #CF3B8A
Black with #CF3B8A
Text Example
Text Example
White with #CF3B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3B8A; }
p { color: rgb(207,59,138); }
H1.HeaderClassName
{
color: #CF3B8A;
}
.AnyTagClassName
{
color: #CF3B8A;
}
</style>
background-color css
<style>
a { background-color: #CF3B8A; }
a { background-color: rgb(207,59,138); }
div.DivClassName
{
background-color: #CF3B8A;
}
.BgClassName
{
background-color: #CF3B8A;
}
</style>
border-color css
<style>
span { border-color: #CF3B8A; }
span { border-color: rgb(207,59,138); }
td.TdClassName
{
border-color: #CF3B8A;
}
.TagClassName
{
border-color: #CF3B8A;
}
</style>