Shades of Deep Cerise #CF367A
Tints of Deep Cerise #CF367A
RGB
CMYK
RGB Variations
Color information
#CF367A (or 0xCF367A) is known color: Deep Cerise. HEX triplet: CF, 36 and 7A. RGB value is (207,54,122). Sum of RGB (Red+Green+Blue) = 207+54+122=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF367A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF367A is #30C985. Grayscale: #6B6B6B. Windows color (decimal): -3197318 or 8009423. OLE color: 8009423.
HSL color Cylindrical-coordinate representation of color #CF367A: hue angle of 333.33º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF367A is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 122 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.19 |
| HSL | 333.33º | 0.61% | 0.51% | - |
| HSV(B) | 333.33º | 0.74% | 0.81% | - |
| XYZ | 30.56 | 17.31 | 20.14 | - |
| YUV | 107.5 | 136.19 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 122 | 0 | 0.74 | 0.41 | 0.19 | 333.33 | 0.61 | 0.51 |
| Hex | CF | 36 | 7A | 0 | 4A | 29 | 13 | 14D | 3D | 33 |
| Octal | 317 | 66 | 172 | 0 | 112 | 51 | 23 | 515 | 75 | 63 |
| Binary | 11001111 | 110110 | 1111010 | 0 | 1001010 | 101001 | 10011 | 101001101 | 111101 | 110011 |
Color Harmonies of #CF367A
Complementary color
Monochromatic Colors of #CF367A
Black with #CF367A
Text Example
Text Example
White with #CF367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF367A; }
p { color: rgb(207,54,122); }
H1.HeaderClassName
{
color: #CF367A;
}
.AnyTagClassName
{
color: #CF367A;
}
</style>
background-color css
<style>
a { background-color: #CF367A; }
a { background-color: rgb(207,54,122); }
div.DivClassName
{
background-color: #CF367A;
}
.BgClassName
{
background-color: #CF367A;
}
</style>
border-color css
<style>
span { border-color: #CF367A; }
span { border-color: rgb(207,54,122); }
td.TdClassName
{
border-color: #CF367A;
}
.TagClassName
{
border-color: #CF367A;
}
</style>