Shades of Cerise #CF326D
Tints of Cerise #CF326D
RGB
CMYK
RGB Variations
Color information
#CF326D (or 0xCF326D) is known color: Cerise. HEX triplet: CF, 32 and 6D. RGB value is (207,50,109). Sum of RGB (Red+Green+Blue) = 207+50+109=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF326D is #30CD92. Grayscale: #676767. Windows color (decimal): -3198355 or 7156431. OLE color: 7156431.
HSL color Cylindrical-coordinate representation of color #CF326D: hue angle of 337.45º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF326D is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 109 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.19 |
| HSL | 337.45º | 0.62% | 0.5% | - |
| HSV(B) | 337.45º | 0.76% | 0.81% | - |
| XYZ | 29.63 | 16.65 | 16.12 | - |
| YUV | 103.67 | 131.01 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 109 | 0 | 0.76 | 0.47 | 0.19 | 337.45 | 0.62 | 0.5 |
| Hex | CF | 32 | 6D | 0 | 4C | 2F | 13 | 151 | 3E | 32 |
| Octal | 317 | 62 | 155 | 0 | 114 | 57 | 23 | 521 | 76 | 62 |
| Binary | 11001111 | 110010 | 1101101 | 0 | 1001100 | 101111 | 10011 | 101010001 | 111110 | 110010 |
Color Harmonies of #CF326D
Complementary color
Monochromatic Colors of #CF326D
Black with #CF326D
Text Example
Text Example
White with #CF326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF326D; }
p { color: rgb(207,50,109); }
H1.HeaderClassName
{
color: #CF326D;
}
.AnyTagClassName
{
color: #CF326D;
}
</style>
background-color css
<style>
a { background-color: #CF326D; }
a { background-color: rgb(207,50,109); }
div.DivClassName
{
background-color: #CF326D;
}
.BgClassName
{
background-color: #CF326D;
}
</style>
border-color css
<style>
span { border-color: #CF326D; }
span { border-color: rgb(207,50,109); }
td.TdClassName
{
border-color: #CF326D;
}
.TagClassName
{
border-color: #CF326D;
}
</style>