Shades of Cerise #CF3365
Tints of Cerise #CF3365
RGB
CMYK
RGB Variations
Color information
#CF3365 (or 0xCF3365) is known color: Cerise. HEX triplet: CF, 33 and 65. RGB value is (207,51,101). Sum of RGB (Red+Green+Blue) = 207+51+101=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3365 is #30CC9A. Grayscale: #676767. Windows color (decimal): -3198107 or 6632399. OLE color: 6632399.
HSL color Cylindrical-coordinate representation of color #CF3365: hue angle of 340.77º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3365 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 101 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.19 |
| HSL | 340.77º | 0.62% | 0.51% | - |
| HSV(B) | 340.77º | 0.75% | 0.81% | - |
| XYZ | 29.26 | 16.57 | 13.97 | - |
| YUV | 103.34 | 126.68 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 101 | 0 | 0.75 | 0.51 | 0.19 | 340.77 | 0.62 | 0.51 |
| Hex | CF | 33 | 65 | 0 | 4B | 33 | 13 | 155 | 3E | 33 |
| Octal | 317 | 63 | 145 | 0 | 113 | 63 | 23 | 525 | 76 | 63 |
| Binary | 11001111 | 110011 | 1100101 | 0 | 1001011 | 110011 | 10011 | 101010101 | 111110 | 110011 |
Color Harmonies of #CF3365
Complementary color
Monochromatic Colors of #CF3365
Black with #CF3365
Text Example
Text Example
White with #CF3365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3365; }
p { color: rgb(207,51,101); }
H1.HeaderClassName
{
color: #CF3365;
}
.AnyTagClassName
{
color: #CF3365;
}
</style>
background-color css
<style>
a { background-color: #CF3365; }
a { background-color: rgb(207,51,101); }
div.DivClassName
{
background-color: #CF3365;
}
.BgClassName
{
background-color: #CF3365;
}
</style>
border-color css
<style>
span { border-color: #CF3365; }
span { border-color: rgb(207,51,101); }
td.TdClassName
{
border-color: #CF3365;
}
.TagClassName
{
border-color: #CF3365;
}
</style>