Shades of Cerise #CF3D68
Tints of Cerise #CF3D68
RGB
CMYK
RGB Variations
Color information
#CF3D68 (or 0xCF3D68) is known color: Cerise. HEX triplet: CF, 3D and 68. RGB value is (207,61,104). Sum of RGB (Red+Green+Blue) = 207+61+104=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3D68 is #30C297. Grayscale: #6D6D6D. Windows color (decimal): -3195544 or 6831567. OLE color: 6831567.
HSL color Cylindrical-coordinate representation of color #CF3D68: hue angle of 342.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3D68 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 61 | 104 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.19 |
| HSL | 342.33º | 0.6% | 0.53% | - |
| HSV(B) | 342.33º | 0.71% | 0.81% | - |
| XYZ | 29.9 | 17.6 | 14.92 | - |
| YUV | 109.56 | 124.87 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 104 | 0 | 0.71 | 0.50 | 0.19 | 342.33 | 0.6 | 0.53 |
| Hex | CF | 3D | 68 | 0 | 47 | 32 | 13 | 156 | 3C | 35 |
| Octal | 317 | 75 | 150 | 0 | 107 | 62 | 23 | 526 | 74 | 65 |
| Binary | 11001111 | 111101 | 1101000 | 0 | 1000111 | 110010 | 10011 | 101010110 | 111100 | 110101 |
Color Harmonies of #CF3D68
Complementary color
Monochromatic Colors of #CF3D68
Black with #CF3D68
Text Example
Text Example
White with #CF3D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3D68; }
p { color: rgb(207,61,104); }
H1.HeaderClassName
{
color: #CF3D68;
}
.AnyTagClassName
{
color: #CF3D68;
}
</style>
background-color css
<style>
a { background-color: #CF3D68; }
a { background-color: rgb(207,61,104); }
div.DivClassName
{
background-color: #CF3D68;
}
.BgClassName
{
background-color: #CF3D68;
}
</style>
border-color css
<style>
span { border-color: #CF3D68; }
span { border-color: rgb(207,61,104); }
td.TdClassName
{
border-color: #CF3D68;
}
.TagClassName
{
border-color: #CF3D68;
}
</style>