Shades of Cerise #CF3466
Tints of Cerise #CF3466
RGB
CMYK
RGB Variations
Color information
#CF3466 (or 0xCF3466) is known color: Cerise. HEX triplet: CF, 34 and 66. RGB value is (207,52,102). Sum of RGB (Red+Green+Blue) = 207+52+102=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3466 is #30CB99. Grayscale: #686868. Windows color (decimal): -3197850 or 6698191. OLE color: 6698191.
HSL color Cylindrical-coordinate representation of color #CF3466: hue angle of 340.65º 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 #CF3466 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 102 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.19 |
| HSL | 340.65º | 0.62% | 0.51% | - |
| HSV(B) | 340.65º | 0.75% | 0.81% | - |
| XYZ | 29.36 | 16.68 | 14.24 | - |
| YUV | 104.05 | 126.85 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 102 | 0 | 0.75 | 0.51 | 0.19 | 340.65 | 0.62 | 0.51 |
| Hex | CF | 34 | 66 | 0 | 4B | 33 | 13 | 155 | 3E | 33 |
| Octal | 317 | 64 | 146 | 0 | 113 | 63 | 23 | 525 | 76 | 63 |
| Binary | 11001111 | 110100 | 1100110 | 0 | 1001011 | 110011 | 10011 | 101010101 | 111110 | 110011 |
Color Harmonies of #CF3466
Complementary color
Monochromatic Colors of #CF3466
Black with #CF3466
Text Example
Text Example
White with #CF3466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3466; }
p { color: rgb(207,52,102); }
H1.HeaderClassName
{
color: #CF3466;
}
.AnyTagClassName
{
color: #CF3466;
}
</style>
background-color css
<style>
a { background-color: #CF3466; }
a { background-color: rgb(207,52,102); }
div.DivClassName
{
background-color: #CF3466;
}
.BgClassName
{
background-color: #CF3466;
}
</style>
border-color css
<style>
span { border-color: #CF3466; }
span { border-color: rgb(207,52,102); }
td.TdClassName
{
border-color: #CF3466;
}
.TagClassName
{
border-color: #CF3466;
}
</style>