Shades of Cerise #CF3263
Tints of Cerise #CF3263
RGB
CMYK
RGB Variations
Color information
#CF3263 (or 0xCF3263) is known color: Cerise. HEX triplet: CF, 32 and 63. RGB value is (207,50,99). Sum of RGB (Red+Green+Blue) = 207+50+99=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3263 is #30CD9C. Grayscale: #666666. Windows color (decimal): -3198365 or 6501071. OLE color: 6501071.
HSL color Cylindrical-coordinate representation of color #CF3263: hue angle of 341.27º 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 #CF3263 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 99 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.19 |
| HSL | 341.27º | 0.62% | 0.5% | - |
| HSV(B) | 341.27º | 0.76% | 0.81% | - |
| XYZ | 29.12 | 16.45 | 13.44 | - |
| YUV | 102.53 | 126.01 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 99 | 0 | 0.76 | 0.52 | 0.19 | 341.27 | 0.62 | 0.5 |
| Hex | CF | 32 | 63 | 0 | 4C | 34 | 13 | 155 | 3E | 32 |
| Octal | 317 | 62 | 143 | 0 | 114 | 64 | 23 | 525 | 76 | 62 |
| Binary | 11001111 | 110010 | 1100011 | 0 | 1001100 | 110100 | 10011 | 101010101 | 111110 | 110010 |
Color Harmonies of #CF3263
Complementary color
Monochromatic Colors of #CF3263
Black with #CF3263
Text Example
Text Example
White with #CF3263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3263; }
p { color: rgb(207,50,99); }
H1.HeaderClassName
{
color: #CF3263;
}
.AnyTagClassName
{
color: #CF3263;
}
</style>
background-color css
<style>
a { background-color: #CF3263; }
a { background-color: rgb(207,50,99); }
div.DivClassName
{
background-color: #CF3263;
}
.BgClassName
{
background-color: #CF3263;
}
</style>
border-color css
<style>
span { border-color: #CF3263; }
span { border-color: rgb(207,50,99); }
td.TdClassName
{
border-color: #CF3263;
}
.TagClassName
{
border-color: #CF3263;
}
</style>