Shades of Cerise #CF3965
Tints of Cerise #CF3965
RGB
CMYK
RGB Variations
Color information
#CF3965 (or 0xCF3965) is known color: Cerise. HEX triplet: CF, 39 and 65. RGB value is (207,57,101). Sum of RGB (Red+Green+Blue) = 207+57+101=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3965 is #30C69A. Grayscale: #6A6A6A. Windows color (decimal): -3196571 or 6633935. OLE color: 6633935.
HSL color Cylindrical-coordinate representation of color #CF3965: hue angle of 342.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3965 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 101 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.19 |
| HSL | 342.4º | 0.61% | 0.52% | - |
| HSV(B) | 342.4º | 0.72% | 0.81% | - |
| XYZ | 29.54 | 17.13 | 14.06 | - |
| YUV | 106.87 | 124.7 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 101 | 0 | 0.72 | 0.51 | 0.19 | 342.4 | 0.61 | 0.52 |
| Hex | CF | 39 | 65 | 0 | 48 | 33 | 13 | 156 | 3D | 34 |
| Octal | 317 | 71 | 145 | 0 | 110 | 63 | 23 | 526 | 75 | 64 |
| Binary | 11001111 | 111001 | 1100101 | 0 | 1001000 | 110011 | 10011 | 101010110 | 111101 | 110100 |
Color Harmonies of #CF3965
Complementary color
Monochromatic Colors of #CF3965
Black with #CF3965
Text Example
Text Example
White with #CF3965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3965; }
p { color: rgb(207,57,101); }
H1.HeaderClassName
{
color: #CF3965;
}
.AnyTagClassName
{
color: #CF3965;
}
</style>
background-color css
<style>
a { background-color: #CF3965; }
a { background-color: rgb(207,57,101); }
div.DivClassName
{
background-color: #CF3965;
}
.BgClassName
{
background-color: #CF3965;
}
</style>
border-color css
<style>
span { border-color: #CF3965; }
span { border-color: rgb(207,57,101); }
td.TdClassName
{
border-color: #CF3965;
}
.TagClassName
{
border-color: #CF3965;
}
</style>