Shades of Cerise #CF3465
Tints of Cerise #CF3465
RGB
CMYK
RGB Variations
Color information
#CF3465 (or 0xCF3465) is known color: Cerise. HEX triplet: CF, 34 and 65. RGB value is (207,52,101). Sum of RGB (Red+Green+Blue) = 207+52+101=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3465 is #30CB9A. Grayscale: #676767. Windows color (decimal): -3197851 or 6632655. OLE color: 6632655.
HSL color Cylindrical-coordinate representation of color #CF3465: hue angle of 341.03º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3465 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 101 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.19 |
| HSL | 341.03º | 0.62% | 0.51% | - |
| HSV(B) | 341.03º | 0.75% | 0.81% | - |
| XYZ | 29.31 | 16.66 | 13.98 | - |
| YUV | 103.93 | 126.35 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 101 | 0 | 0.75 | 0.51 | 0.19 | 341.03 | 0.62 | 0.51 |
| Hex | CF | 34 | 65 | 0 | 4B | 33 | 13 | 155 | 3E | 33 |
| Octal | 317 | 64 | 145 | 0 | 113 | 63 | 23 | 525 | 76 | 63 |
| Binary | 11001111 | 110100 | 1100101 | 0 | 1001011 | 110011 | 10011 | 101010101 | 111110 | 110011 |
Color Harmonies of #CF3465
Complementary color
Monochromatic Colors of #CF3465
Black with #CF3465
Text Example
Text Example
White with #CF3465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3465; }
p { color: rgb(207,52,101); }
H1.HeaderClassName
{
color: #CF3465;
}
.AnyTagClassName
{
color: #CF3465;
}
</style>
background-color css
<style>
a { background-color: #CF3465; }
a { background-color: rgb(207,52,101); }
div.DivClassName
{
background-color: #CF3465;
}
.BgClassName
{
background-color: #CF3465;
}
</style>
border-color css
<style>
span { border-color: #CF3465; }
span { border-color: rgb(207,52,101); }
td.TdClassName
{
border-color: #CF3465;
}
.TagClassName
{
border-color: #CF3465;
}
</style>