Shades of Cerise #CF325D
Tints of Cerise #CF325D
RGB
CMYK
RGB Variations
Color information
#CF325D (or 0xCF325D) is known color: Cerise. HEX triplet: CF, 32 and 5D. RGB value is (207,50,93). Sum of RGB (Red+Green+Blue) = 207+50+93=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF325D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF325D is #30CDA2. Grayscale: #656565. Windows color (decimal): -3198371 or 6107855. OLE color: 6107855.
HSL color Cylindrical-coordinate representation of color #CF325D: hue angle of 343.57º 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 #CF325D is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 93 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.19 |
| HSL | 343.57º | 0.62% | 0.5% | - |
| HSV(B) | 343.57º | 0.76% | 0.81% | - |
| XYZ | 28.85 | 16.34 | 11.99 | - |
| YUV | 101.85 | 123.01 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 93 | 0 | 0.76 | 0.55 | 0.19 | 343.57 | 0.62 | 0.5 |
| Hex | CF | 32 | 5D | 0 | 4C | 37 | 13 | 158 | 3E | 32 |
| Octal | 317 | 62 | 135 | 0 | 114 | 67 | 23 | 530 | 76 | 62 |
| Binary | 11001111 | 110010 | 1011101 | 0 | 1001100 | 110111 | 10011 | 101011000 | 111110 | 110010 |
Color Harmonies of #CF325D
Complementary color
Monochromatic Colors of #CF325D
Black with #CF325D
Text Example
Text Example
White with #CF325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF325D; }
p { color: rgb(207,50,93); }
H1.HeaderClassName
{
color: #CF325D;
}
.AnyTagClassName
{
color: #CF325D;
}
</style>
background-color css
<style>
a { background-color: #CF325D; }
a { background-color: rgb(207,50,93); }
div.DivClassName
{
background-color: #CF325D;
}
.BgClassName
{
background-color: #CF325D;
}
</style>
border-color css
<style>
span { border-color: #CF325D; }
span { border-color: rgb(207,50,93); }
td.TdClassName
{
border-color: #CF325D;
}
.TagClassName
{
border-color: #CF325D;
}
</style>