Shades of Cerise #CF3A73
Tints of Cerise #CF3A73
RGB
CMYK
RGB Variations
Color information
#CF3A73 (or 0xCF3A73) is known color: Cerise. HEX triplet: CF, 3A and 73. RGB value is (207,58,115). Sum of RGB (Red+Green+Blue) = 207+58+115=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3A73 is #30C58C. Grayscale: #6C6C6C. Windows color (decimal): -3196301 or 7551695. OLE color: 7551695.
HSL color Cylindrical-coordinate representation of color #CF3A73: hue angle of 337.05º 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 #CF3A73 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 115 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.19 |
| HSL | 337.05º | 0.61% | 0.52% | - |
| HSV(B) | 337.05º | 0.72% | 0.81% | - |
| XYZ | 30.34 | 17.53 | 18 | - |
| YUV | 109.05 | 131.36 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 115 | 0 | 0.72 | 0.44 | 0.19 | 337.05 | 0.61 | 0.52 |
| Hex | CF | 3A | 73 | 0 | 48 | 2C | 13 | 151 | 3D | 34 |
| Octal | 317 | 72 | 163 | 0 | 110 | 54 | 23 | 521 | 75 | 64 |
| Binary | 11001111 | 111010 | 1110011 | 0 | 1001000 | 101100 | 10011 | 101010001 | 111101 | 110100 |
Color Harmonies of #CF3A73
Complementary color
Monochromatic Colors of #CF3A73
Black with #CF3A73
Text Example
Text Example
White with #CF3A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A73; }
p { color: rgb(207,58,115); }
H1.HeaderClassName
{
color: #CF3A73;
}
.AnyTagClassName
{
color: #CF3A73;
}
</style>
background-color css
<style>
a { background-color: #CF3A73; }
a { background-color: rgb(207,58,115); }
div.DivClassName
{
background-color: #CF3A73;
}
.BgClassName
{
background-color: #CF3A73;
}
</style>
border-color css
<style>
span { border-color: #CF3A73; }
span { border-color: rgb(207,58,115); }
td.TdClassName
{
border-color: #CF3A73;
}
.TagClassName
{
border-color: #CF3A73;
}
</style>