Shades of Deep Cerise #CF357A
Tints of Deep Cerise #CF357A
RGB
CMYK
RGB Variations
Color information
#CF357A (or 0xCF357A) is known color: Deep Cerise. HEX triplet: CF, 35 and 7A. RGB value is (207,53,122). Sum of RGB (Red+Green+Blue) = 207+53+122=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF357A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF357A is #30CA85. Grayscale: #6A6A6A. Windows color (decimal): -3197574 or 8009167. OLE color: 8009167.
HSL color Cylindrical-coordinate representation of color #CF357A: hue angle of 333.12º degrees, saturation: 0.62, 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 #CF357A is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 122 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.19 |
| HSL | 333.12º | 0.62% | 0.51% | - |
| HSV(B) | 333.12º | 0.74% | 0.81% | - |
| XYZ | 30.52 | 17.22 | 20.13 | - |
| YUV | 106.91 | 136.52 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 122 | 0 | 0.74 | 0.41 | 0.19 | 333.12 | 0.62 | 0.51 |
| Hex | CF | 35 | 7A | 0 | 4A | 29 | 13 | 14D | 3E | 33 |
| Octal | 317 | 65 | 172 | 0 | 112 | 51 | 23 | 515 | 76 | 63 |
| Binary | 11001111 | 110101 | 1111010 | 0 | 1001010 | 101001 | 10011 | 101001101 | 111110 | 110011 |
Color Harmonies of #CF357A
Complementary color
Monochromatic Colors of #CF357A
Black with #CF357A
Text Example
Text Example
White with #CF357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF357A; }
p { color: rgb(207,53,122); }
H1.HeaderClassName
{
color: #CF357A;
}
.AnyTagClassName
{
color: #CF357A;
}
</style>
background-color css
<style>
a { background-color: #CF357A; }
a { background-color: rgb(207,53,122); }
div.DivClassName
{
background-color: #CF357A;
}
.BgClassName
{
background-color: #CF357A;
}
</style>
border-color css
<style>
span { border-color: #CF357A; }
span { border-color: rgb(207,53,122); }
td.TdClassName
{
border-color: #CF357A;
}
.TagClassName
{
border-color: #CF357A;
}
</style>