Shades of Cerise #CF3362
Tints of Cerise #CF3362
RGB
CMYK
RGB Variations
Color information
#CF3362 (or 0xCF3362) is known color: Cerise. HEX triplet: CF, 33 and 62. RGB value is (207,51,98). Sum of RGB (Red+Green+Blue) = 207+51+98=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3362 is #30CC9D. Grayscale: #666666. Windows color (decimal): -3198110 or 6435791. OLE color: 6435791.
HSL color Cylindrical-coordinate representation of color #CF3362: hue angle of 341.92º 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 #CF3362 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 98 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.19 |
| HSL | 341.92º | 0.62% | 0.51% | - |
| HSV(B) | 341.92º | 0.75% | 0.81% | - |
| XYZ | 29.12 | 16.51 | 13.21 | - |
| YUV | 103 | 125.18 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 98 | 0 | 0.75 | 0.53 | 0.19 | 341.92 | 0.62 | 0.51 |
| Hex | CF | 33 | 62 | 0 | 4B | 35 | 13 | 156 | 3E | 33 |
| Octal | 317 | 63 | 142 | 0 | 113 | 65 | 23 | 526 | 76 | 63 |
| Binary | 11001111 | 110011 | 1100010 | 0 | 1001011 | 110101 | 10011 | 101010110 | 111110 | 110011 |
Color Harmonies of #CF3362
Complementary color
Monochromatic Colors of #CF3362
Black with #CF3362
Text Example
Text Example
White with #CF3362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3362; }
p { color: rgb(207,51,98); }
H1.HeaderClassName
{
color: #CF3362;
}
.AnyTagClassName
{
color: #CF3362;
}
</style>
background-color css
<style>
a { background-color: #CF3362; }
a { background-color: rgb(207,51,98); }
div.DivClassName
{
background-color: #CF3362;
}
.BgClassName
{
background-color: #CF3362;
}
</style>
border-color css
<style>
span { border-color: #CF3362; }
span { border-color: rgb(207,51,98); }
td.TdClassName
{
border-color: #CF3362;
}
.TagClassName
{
border-color: #CF3362;
}
</style>