Shades of Cerise #CF336B
Tints of Cerise #CF336B
RGB
CMYK
RGB Variations
Color information
#CF336B (or 0xCF336B) is known color: Cerise. HEX triplet: CF, 33 and 6B. RGB value is (207,51,107). Sum of RGB (Red+Green+Blue) = 207+51+107=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF336B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF336B is #30CC94. Grayscale: #676767. Windows color (decimal): -3198101 or 7025615. OLE color: 7025615.
HSL color Cylindrical-coordinate representation of color #CF336B: hue angle of 338.46º 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 #CF336B is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 107 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.19 |
| HSL | 338.46º | 0.62% | 0.51% | - |
| HSV(B) | 338.46º | 0.75% | 0.81% | - |
| XYZ | 29.57 | 16.69 | 15.57 | - |
| YUV | 104.03 | 129.68 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 107 | 0 | 0.75 | 0.48 | 0.19 | 338.46 | 0.62 | 0.51 |
| Hex | CF | 33 | 6B | 0 | 4B | 30 | 13 | 152 | 3E | 33 |
| Octal | 317 | 63 | 153 | 0 | 113 | 60 | 23 | 522 | 76 | 63 |
| Binary | 11001111 | 110011 | 1101011 | 0 | 1001011 | 110000 | 10011 | 101010010 | 111110 | 110011 |
Color Harmonies of #CF336B
Complementary color
Monochromatic Colors of #CF336B
Black with #CF336B
Text Example
Text Example
White with #CF336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF336B; }
p { color: rgb(207,51,107); }
H1.HeaderClassName
{
color: #CF336B;
}
.AnyTagClassName
{
color: #CF336B;
}
</style>
background-color css
<style>
a { background-color: #CF336B; }
a { background-color: rgb(207,51,107); }
div.DivClassName
{
background-color: #CF336B;
}
.BgClassName
{
background-color: #CF336B;
}
</style>
border-color css
<style>
span { border-color: #CF336B; }
span { border-color: rgb(207,51,107); }
td.TdClassName
{
border-color: #CF336B;
}
.TagClassName
{
border-color: #CF336B;
}
</style>