Shades of Cerise #CF365D
Tints of Cerise #CF365D
RGB
CMYK
RGB Variations
Color information
#CF365D (or 0xCF365D) is known color: Cerise. HEX triplet: CF, 36 and 5D. RGB value is (207,54,93). Sum of RGB (Red+Green+Blue) = 207+54+93=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF365D is #30C9A2. Grayscale: #686868. Windows color (decimal): -3197347 or 6108879. OLE color: 6108879.
HSL color Cylindrical-coordinate representation of color #CF365D: hue angle of 344.71º 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 #CF365D is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 93 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.19 |
| HSL | 344.71º | 0.61% | 0.51% | - |
| HSV(B) | 344.71º | 0.74% | 0.81% | - |
| XYZ | 29.03 | 16.69 | 12.05 | - |
| YUV | 104.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 93 | 0 | 0.74 | 0.55 | 0.19 | 344.71 | 0.61 | 0.51 |
| Hex | CF | 36 | 5D | 0 | 4A | 37 | 13 | 159 | 3D | 33 |
| Octal | 317 | 66 | 135 | 0 | 112 | 67 | 23 | 531 | 75 | 63 |
| Binary | 11001111 | 110110 | 1011101 | 0 | 1001010 | 110111 | 10011 | 101011001 | 111101 | 110011 |
Color Harmonies of #CF365D
Complementary color
Monochromatic Colors of #CF365D
Black with #CF365D
Text Example
Text Example
White with #CF365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF365D; }
p { color: rgb(207,54,93); }
H1.HeaderClassName
{
color: #CF365D;
}
.AnyTagClassName
{
color: #CF365D;
}
</style>
background-color css
<style>
a { background-color: #CF365D; }
a { background-color: rgb(207,54,93); }
div.DivClassName
{
background-color: #CF365D;
}
.BgClassName
{
background-color: #CF365D;
}
</style>
border-color css
<style>
span { border-color: #CF365D; }
span { border-color: rgb(207,54,93); }
td.TdClassName
{
border-color: #CF365D;
}
.TagClassName
{
border-color: #CF365D;
}
</style>