Shades of Cerise #CF316B
Tints of Cerise #CF316B
RGB
CMYK
RGB Variations
Color information
#CF316B (or 0xCF316B) is known color: Cerise. HEX triplet: CF, 31 and 6B. RGB value is (207,49,107). Sum of RGB (Red+Green+Blue) = 207+49+107=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF316B is #30CE94. Grayscale: #666666. Windows color (decimal): -3198613 or 7025103. OLE color: 7025103.
HSL color Cylindrical-coordinate representation of color #CF316B: hue angle of 337.97º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF316B is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 107 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.19 |
| HSL | 337.97º | 0.62% | 0.5% | - |
| HSV(B) | 337.97º | 0.76% | 0.81% | - |
| XYZ | 29.48 | 16.52 | 15.55 | - |
| YUV | 102.85 | 130.35 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 107 | 0 | 0.76 | 0.48 | 0.19 | 337.97 | 0.62 | 0.5 |
| Hex | CF | 31 | 6B | 0 | 4C | 30 | 13 | 152 | 3E | 32 |
| Octal | 317 | 61 | 153 | 0 | 114 | 60 | 23 | 522 | 76 | 62 |
| Binary | 11001111 | 110001 | 1101011 | 0 | 1001100 | 110000 | 10011 | 101010010 | 111110 | 110010 |
Color Harmonies of #CF316B
Complementary color
Monochromatic Colors of #CF316B
Black with #CF316B
Text Example
Text Example
White with #CF316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF316B; }
p { color: rgb(207,49,107); }
H1.HeaderClassName
{
color: #CF316B;
}
.AnyTagClassName
{
color: #CF316B;
}
</style>
background-color css
<style>
a { background-color: #CF316B; }
a { background-color: rgb(207,49,107); }
div.DivClassName
{
background-color: #CF316B;
}
.BgClassName
{
background-color: #CF316B;
}
</style>
border-color css
<style>
span { border-color: #CF316B; }
span { border-color: rgb(207,49,107); }
td.TdClassName
{
border-color: #CF316B;
}
.TagClassName
{
border-color: #CF316B;
}
</style>