Shades of Deep Cerise #CF3A80
Tints of Deep Cerise #CF3A80
RGB
CMYK
RGB Variations
Color information
#CF3A80 (or 0xCF3A80) is known color: Deep Cerise. HEX triplet: CF, 3A and 80. RGB value is (207,58,128). Sum of RGB (Red+Green+Blue) = 207+58+128=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3A80 is #30C57F. Grayscale: #6E6E6E. Windows color (decimal): -3196288 or 8403663. OLE color: 8403663.
HSL color Cylindrical-coordinate representation of color #CF3A80: hue angle of 331.81º 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 #CF3A80 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 128 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.19 |
| HSL | 331.81º | 0.61% | 0.52% | - |
| HSV(B) | 331.81º | 0.72% | 0.81% | - |
| XYZ | 31.14 | 17.85 | 22.23 | - |
| YUV | 110.53 | 137.86 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 128 | 0 | 0.72 | 0.38 | 0.19 | 331.81 | 0.61 | 0.52 |
| Hex | CF | 3A | 80 | 0 | 48 | 26 | 13 | 14C | 3D | 34 |
| Octal | 317 | 72 | 200 | 0 | 110 | 46 | 23 | 514 | 75 | 64 |
| Binary | 11001111 | 111010 | 10000000 | 0 | 1001000 | 100110 | 10011 | 101001100 | 111101 | 110100 |
Color Harmonies of #CF3A80
Complementary color
Monochromatic Colors of #CF3A80
Black with #CF3A80
Text Example
Text Example
White with #CF3A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A80; }
p { color: rgb(207,58,128); }
H1.HeaderClassName
{
color: #CF3A80;
}
.AnyTagClassName
{
color: #CF3A80;
}
</style>
background-color css
<style>
a { background-color: #CF3A80; }
a { background-color: rgb(207,58,128); }
div.DivClassName
{
background-color: #CF3A80;
}
.BgClassName
{
background-color: #CF3A80;
}
</style>
border-color css
<style>
span { border-color: #CF3A80; }
span { border-color: rgb(207,58,128); }
td.TdClassName
{
border-color: #CF3A80;
}
.TagClassName
{
border-color: #CF3A80;
}
</style>