Shades of Cerise #CF365F
Tints of Cerise #CF365F
RGB
CMYK
RGB Variations
Color information
#CF365F (or 0xCF365F) is known color: Cerise. HEX triplet: CF, 36 and 5F. RGB value is (207,54,95). Sum of RGB (Red+Green+Blue) = 207+54+95=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF365F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF365F is #30C9A0. Grayscale: #686868. Windows color (decimal): -3197345 or 6239951. OLE color: 6239951.
HSL color Cylindrical-coordinate representation of color #CF365F: hue angle of 343.92º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF365F is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 95 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.19 |
| HSL | 343.92º | 0.61% | 0.51% | - |
| HSV(B) | 343.92º | 0.74% | 0.81% | - |
| XYZ | 29.12 | 16.73 | 12.52 | - |
| YUV | 104.42 | 122.69 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 95 | 0 | 0.74 | 0.54 | 0.19 | 343.92 | 0.61 | 0.51 |
| Hex | CF | 36 | 5F | 0 | 4A | 36 | 13 | 158 | 3D | 33 |
| Octal | 317 | 66 | 137 | 0 | 112 | 66 | 23 | 530 | 75 | 63 |
| Binary | 11001111 | 110110 | 1011111 | 0 | 1001010 | 110110 | 10011 | 101011000 | 111101 | 110011 |
Color Harmonies of #CF365F
Complementary color
Monochromatic Colors of #CF365F
Black with #CF365F
Text Example
Text Example
White with #CF365F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF365F; }
p { color: rgb(207,54,95); }
H1.HeaderClassName
{
color: #CF365F;
}
.AnyTagClassName
{
color: #CF365F;
}
</style>
background-color css
<style>
a { background-color: #CF365F; }
a { background-color: rgb(207,54,95); }
div.DivClassName
{
background-color: #CF365F;
}
.BgClassName
{
background-color: #CF365F;
}
</style>
border-color css
<style>
span { border-color: #CF365F; }
span { border-color: rgb(207,54,95); }
td.TdClassName
{
border-color: #CF365F;
}
.TagClassName
{
border-color: #CF365F;
}
</style>