Shades of Cerise #CF3561
Tints of Cerise #CF3561
RGB
CMYK
RGB Variations
Color information
#CF3561 (or 0xCF3561) is known color: Cerise. HEX triplet: CF, 35 and 61. RGB value is (207,53,97). Sum of RGB (Red+Green+Blue) = 207+53+97=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3561 is #30CA9E. Grayscale: #686868. Windows color (decimal): -3197599 or 6370767. OLE color: 6370767.
HSL color Cylindrical-coordinate representation of color #CF3561: hue angle of 342.86º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3561 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 97 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.19 |
| HSL | 342.86º | 0.62% | 0.51% | - |
| HSV(B) | 342.86º | 0.74% | 0.81% | - |
| XYZ | 29.16 | 16.67 | 12.99 | - |
| YUV | 104.06 | 124.02 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 97 | 0 | 0.74 | 0.53 | 0.19 | 342.86 | 0.62 | 0.51 |
| Hex | CF | 35 | 61 | 0 | 4A | 35 | 13 | 157 | 3E | 33 |
| Octal | 317 | 65 | 141 | 0 | 112 | 65 | 23 | 527 | 76 | 63 |
| Binary | 11001111 | 110101 | 1100001 | 0 | 1001010 | 110101 | 10011 | 101010111 | 111110 | 110011 |
Color Harmonies of #CF3561
Complementary color
Monochromatic Colors of #CF3561
Black with #CF3561
Text Example
Text Example
White with #CF3561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3561; }
p { color: rgb(207,53,97); }
H1.HeaderClassName
{
color: #CF3561;
}
.AnyTagClassName
{
color: #CF3561;
}
</style>
background-color css
<style>
a { background-color: #CF3561; }
a { background-color: rgb(207,53,97); }
div.DivClassName
{
background-color: #CF3561;
}
.BgClassName
{
background-color: #CF3561;
}
</style>
border-color css
<style>
span { border-color: #CF3561; }
span { border-color: rgb(207,53,97); }
td.TdClassName
{
border-color: #CF3561;
}
.TagClassName
{
border-color: #CF3561;
}
</style>