Shades of Cerise #CF336C
Tints of Cerise #CF336C
RGB
CMYK
RGB Variations
Color information
#CF336C (or 0xCF336C) is known color: Cerise. HEX triplet: CF, 33 and 6C. RGB value is (207,51,108). Sum of RGB (Red+Green+Blue) = 207+51+108=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF336C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF336C is #30CC93. Grayscale: #686868. Windows color (decimal): -3198100 or 7091151. OLE color: 7091151.
HSL color Cylindrical-coordinate representation of color #CF336C: hue angle of 338.08º 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 #CF336C is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 108 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.19 |
| HSL | 338.08º | 0.62% | 0.51% | - |
| HSV(B) | 338.08º | 0.75% | 0.81% | - |
| XYZ | 29.62 | 16.72 | 15.85 | - |
| YUV | 104.14 | 130.18 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 108 | 0 | 0.75 | 0.48 | 0.19 | 338.08 | 0.62 | 0.51 |
| Hex | CF | 33 | 6C | 0 | 4B | 30 | 13 | 152 | 3E | 33 |
| Octal | 317 | 63 | 154 | 0 | 113 | 60 | 23 | 522 | 76 | 63 |
| Binary | 11001111 | 110011 | 1101100 | 0 | 1001011 | 110000 | 10011 | 101010010 | 111110 | 110011 |
Color Harmonies of #CF336C
Complementary color
Monochromatic Colors of #CF336C
Black with #CF336C
Text Example
Text Example
White with #CF336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF336C; }
p { color: rgb(207,51,108); }
H1.HeaderClassName
{
color: #CF336C;
}
.AnyTagClassName
{
color: #CF336C;
}
</style>
background-color css
<style>
a { background-color: #CF336C; }
a { background-color: rgb(207,51,108); }
div.DivClassName
{
background-color: #CF336C;
}
.BgClassName
{
background-color: #CF336C;
}
</style>
border-color css
<style>
span { border-color: #CF336C; }
span { border-color: rgb(207,51,108); }
td.TdClassName
{
border-color: #CF336C;
}
.TagClassName
{
border-color: #CF336C;
}
</style>