Shades of Cerise #CF325B
Tints of Cerise #CF325B
RGB
CMYK
RGB Variations
Color information
#CF325B (or 0xCF325B) is known color: Cerise. HEX triplet: CF, 32 and 5B. RGB value is (207,50,91). Sum of RGB (Red+Green+Blue) = 207+50+91=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF325B is #30CDA4. Grayscale: #656565. Windows color (decimal): -3198373 or 5976783. OLE color: 5976783.
HSL color Cylindrical-coordinate representation of color #CF325B: hue angle of 344.33º 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 #CF325B is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 91 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.19 |
| HSL | 344.33º | 0.62% | 0.5% | - |
| HSV(B) | 344.33º | 0.76% | 0.81% | - |
| XYZ | 28.76 | 16.3 | 11.53 | - |
| YUV | 101.62 | 122.01 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 91 | 0 | 0.76 | 0.56 | 0.19 | 344.33 | 0.62 | 0.5 |
| Hex | CF | 32 | 5B | 0 | 4C | 38 | 13 | 158 | 3E | 32 |
| Octal | 317 | 62 | 133 | 0 | 114 | 70 | 23 | 530 | 76 | 62 |
| Binary | 11001111 | 110010 | 1011011 | 0 | 1001100 | 111000 | 10011 | 101011000 | 111110 | 110010 |
Color Harmonies of #CF325B
Complementary color
Monochromatic Colors of #CF325B
Black with #CF325B
Text Example
Text Example
White with #CF325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF325B; }
p { color: rgb(207,50,91); }
H1.HeaderClassName
{
color: #CF325B;
}
.AnyTagClassName
{
color: #CF325B;
}
</style>
background-color css
<style>
a { background-color: #CF325B; }
a { background-color: rgb(207,50,91); }
div.DivClassName
{
background-color: #CF325B;
}
.BgClassName
{
background-color: #CF325B;
}
</style>
border-color css
<style>
span { border-color: #CF325B; }
span { border-color: rgb(207,50,91); }
td.TdClassName
{
border-color: #CF325B;
}
.TagClassName
{
border-color: #CF325B;
}
</style>