Shades of Cerise #CF3C6B
Tints of Cerise #CF3C6B
RGB
CMYK
RGB Variations
Color information
#CF3C6B (or 0xCF3C6B) is known color: Cerise. HEX triplet: CF, 3C and 6B. RGB value is (207,60,107). Sum of RGB (Red+Green+Blue) = 207+60+107=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3C6B is #30C394. Grayscale: #6D6D6D. Windows color (decimal): -3195797 or 7027919. OLE color: 7027919.
HSL color Cylindrical-coordinate representation of color #CF3C6B: hue angle of 340.82º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3C6B is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 107 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.19 |
| HSL | 340.82º | 0.6% | 0.52% | - |
| HSV(B) | 340.82º | 0.71% | 0.81% | - |
| XYZ | 30 | 17.56 | 15.72 | - |
| YUV | 109.31 | 126.7 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 107 | 0 | 0.71 | 0.48 | 0.19 | 340.82 | 0.6 | 0.52 |
| Hex | CF | 3C | 6B | 0 | 47 | 30 | 13 | 155 | 3C | 34 |
| Octal | 317 | 74 | 153 | 0 | 107 | 60 | 23 | 525 | 74 | 64 |
| Binary | 11001111 | 111100 | 1101011 | 0 | 1000111 | 110000 | 10011 | 101010101 | 111100 | 110100 |
Color Harmonies of #CF3C6B
Complementary color
Monochromatic Colors of #CF3C6B
Black with #CF3C6B
Text Example
Text Example
White with #CF3C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C6B; }
p { color: rgb(207,60,107); }
H1.HeaderClassName
{
color: #CF3C6B;
}
.AnyTagClassName
{
color: #CF3C6B;
}
</style>
background-color css
<style>
a { background-color: #CF3C6B; }
a { background-color: rgb(207,60,107); }
div.DivClassName
{
background-color: #CF3C6B;
}
.BgClassName
{
background-color: #CF3C6B;
}
</style>
border-color css
<style>
span { border-color: #CF3C6B; }
span { border-color: rgb(207,60,107); }
td.TdClassName
{
border-color: #CF3C6B;
}
.TagClassName
{
border-color: #CF3C6B;
}
</style>