Shades of Cerise #CF3463
Tints of Cerise #CF3463
RGB
CMYK
RGB Variations
Color information
#CF3463 (or 0xCF3463) is known color: Cerise. HEX triplet: CF, 34 and 63. RGB value is (207,52,99). Sum of RGB (Red+Green+Blue) = 207+52+99=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3463 is #30CB9C. Grayscale: #676767. Windows color (decimal): -3197853 or 6501583. OLE color: 6501583.
HSL color Cylindrical-coordinate representation of color #CF3463: hue angle of 341.81º 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 #CF3463 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 99 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.19 |
| HSL | 341.81º | 0.62% | 0.51% | - |
| HSV(B) | 341.81º | 0.75% | 0.81% | - |
| XYZ | 29.21 | 16.62 | 13.47 | - |
| YUV | 103.7 | 125.35 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 99 | 0 | 0.75 | 0.52 | 0.19 | 341.81 | 0.62 | 0.51 |
| Hex | CF | 34 | 63 | 0 | 4B | 34 | 13 | 156 | 3E | 33 |
| Octal | 317 | 64 | 143 | 0 | 113 | 64 | 23 | 526 | 76 | 63 |
| Binary | 11001111 | 110100 | 1100011 | 0 | 1001011 | 110100 | 10011 | 101010110 | 111110 | 110011 |
Color Harmonies of #CF3463
Complementary color
Monochromatic Colors of #CF3463
Black with #CF3463
Text Example
Text Example
White with #CF3463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3463; }
p { color: rgb(207,52,99); }
H1.HeaderClassName
{
color: #CF3463;
}
.AnyTagClassName
{
color: #CF3463;
}
</style>
background-color css
<style>
a { background-color: #CF3463; }
a { background-color: rgb(207,52,99); }
div.DivClassName
{
background-color: #CF3463;
}
.BgClassName
{
background-color: #CF3463;
}
</style>
border-color css
<style>
span { border-color: #CF3463; }
span { border-color: rgb(207,52,99); }
td.TdClassName
{
border-color: #CF3463;
}
.TagClassName
{
border-color: #CF3463;
}
</style>