Shades of Cerise #CF2367
Tints of Cerise #CF2367
RGB
CMYK
RGB Variations
Color information
#CF2367 (or 0xCF2367) is known color: Cerise. HEX triplet: CF, 23 and 67. RGB value is (207,35,103). Sum of RGB (Red+Green+Blue) = 207+35+103=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2367 is #30DC98. Grayscale: #5E5E5E. Windows color (decimal): -3202201 or 6759375. OLE color: 6759375.
HSL color Cylindrical-coordinate representation of color #CF2367: hue angle of 336.28º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF2367 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 103 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.19 |
| HSL | 336.28º | 0.71% | 0.47% | - |
| HSV(B) | 336.28º | 0.83% | 0.81% | - |
| XYZ | 28.78 | 15.45 | 14.3 | - |
| YUV | 94.18 | 132.98 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 103 | 0 | 0.83 | 0.50 | 0.19 | 336.28 | 0.71 | 0.47 |
| Hex | CF | 23 | 67 | 0 | 53 | 32 | 13 | 150 | 47 | 2F |
| Octal | 317 | 43 | 147 | 0 | 123 | 62 | 23 | 520 | 107 | 57 |
| Binary | 11001111 | 100011 | 1100111 | 0 | 1010011 | 110010 | 10011 | 101010000 | 1000111 | 101111 |
Color Harmonies of #CF2367
Complementary color
Monochromatic Colors of #CF2367
Black with #CF2367
Text Example
Text Example
White with #CF2367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2367; }
p { color: rgb(207,35,103); }
H1.HeaderClassName
{
color: #CF2367;
}
.AnyTagClassName
{
color: #CF2367;
}
</style>
background-color css
<style>
a { background-color: #CF2367; }
a { background-color: rgb(207,35,103); }
div.DivClassName
{
background-color: #CF2367;
}
.BgClassName
{
background-color: #CF2367;
}
</style>
border-color css
<style>
span { border-color: #CF2367; }
span { border-color: rgb(207,35,103); }
td.TdClassName
{
border-color: #CF2367;
}
.TagClassName
{
border-color: #CF2367;
}
</style>