Shades of Cerise #CF3A6E
Tints of Cerise #CF3A6E
RGB
CMYK
RGB Variations
Color information
#CF3A6E (or 0xCF3A6E) is known color: Cerise. HEX triplet: CF, 3A and 6E. RGB value is (207,58,110). Sum of RGB (Red+Green+Blue) = 207+58+110=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3A6E is #30C591. Grayscale: #6C6C6C. Windows color (decimal): -3196306 or 7224015. OLE color: 7224015.
HSL color Cylindrical-coordinate representation of color #CF3A6E: hue angle of 339.06º 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 #CF3A6E is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 110 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.19 |
| HSL | 339.06º | 0.61% | 0.52% | - |
| HSV(B) | 339.06º | 0.72% | 0.81% | - |
| XYZ | 30.06 | 17.42 | 16.53 | - |
| YUV | 108.48 | 128.86 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 110 | 0 | 0.72 | 0.47 | 0.19 | 339.06 | 0.61 | 0.52 |
| Hex | CF | 3A | 6E | 0 | 48 | 2F | 13 | 153 | 3D | 34 |
| Octal | 317 | 72 | 156 | 0 | 110 | 57 | 23 | 523 | 75 | 64 |
| Binary | 11001111 | 111010 | 1101110 | 0 | 1001000 | 101111 | 10011 | 101010011 | 111101 | 110100 |
Color Harmonies of #CF3A6E
Complementary color
Monochromatic Colors of #CF3A6E
Black with #CF3A6E
Text Example
Text Example
White with #CF3A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A6E; }
p { color: rgb(207,58,110); }
H1.HeaderClassName
{
color: #CF3A6E;
}
.AnyTagClassName
{
color: #CF3A6E;
}
</style>
background-color css
<style>
a { background-color: #CF3A6E; }
a { background-color: rgb(207,58,110); }
div.DivClassName
{
background-color: #CF3A6E;
}
.BgClassName
{
background-color: #CF3A6E;
}
</style>
border-color css
<style>
span { border-color: #CF3A6E; }
span { border-color: rgb(207,58,110); }
td.TdClassName
{
border-color: #CF3A6E;
}
.TagClassName
{
border-color: #CF3A6E;
}
</style>