Shades of Cerise #CF3565
Tints of Cerise #CF3565
RGB
CMYK
RGB Variations
Color information
#CF3565 (or 0xCF3565) is known color: Cerise. HEX triplet: CF, 35 and 65. RGB value is (207,53,101). Sum of RGB (Red+Green+Blue) = 207+53+101=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3565 is #30CA9A. Grayscale: #686868. Windows color (decimal): -3197595 or 6632911. OLE color: 6632911.
HSL color Cylindrical-coordinate representation of color #CF3565: hue angle of 341.3º 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 #CF3565 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 101 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.19 |
| HSL | 341.3º | 0.62% | 0.51% | - |
| HSV(B) | 341.3º | 0.74% | 0.81% | - |
| XYZ | 29.35 | 16.75 | 14 | - |
| YUV | 104.52 | 126.02 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 101 | 0 | 0.74 | 0.51 | 0.19 | 341.3 | 0.62 | 0.51 |
| Hex | CF | 35 | 65 | 0 | 4A | 33 | 13 | 155 | 3E | 33 |
| Octal | 317 | 65 | 145 | 0 | 112 | 63 | 23 | 525 | 76 | 63 |
| Binary | 11001111 | 110101 | 1100101 | 0 | 1001010 | 110011 | 10011 | 101010101 | 111110 | 110011 |
Color Harmonies of #CF3565
Complementary color
Monochromatic Colors of #CF3565
Black with #CF3565
Text Example
Text Example
White with #CF3565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3565; }
p { color: rgb(207,53,101); }
H1.HeaderClassName
{
color: #CF3565;
}
.AnyTagClassName
{
color: #CF3565;
}
</style>
background-color css
<style>
a { background-color: #CF3565; }
a { background-color: rgb(207,53,101); }
div.DivClassName
{
background-color: #CF3565;
}
.BgClassName
{
background-color: #CF3565;
}
</style>
border-color css
<style>
span { border-color: #CF3565; }
span { border-color: rgb(207,53,101); }
td.TdClassName
{
border-color: #CF3565;
}
.TagClassName
{
border-color: #CF3565;
}
</style>