Shades of Deep Cerise #CF357B
Tints of Deep Cerise #CF357B
RGB
CMYK
RGB Variations
Color information
#CF357B (or 0xCF357B) is known color: Deep Cerise. HEX triplet: CF, 35 and 7B. RGB value is (207,53,123). Sum of RGB (Red+Green+Blue) = 207+53+123=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF357B is #30CA84. Grayscale: #6A6A6A. Windows color (decimal): -3197573 or 8074703. OLE color: 8074703.
HSL color Cylindrical-coordinate representation of color #CF357B: hue angle of 332.73º 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 #CF357B is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 123 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.19 |
| HSL | 332.73º | 0.62% | 0.51% | - |
| HSV(B) | 332.73º | 0.74% | 0.81% | - |
| XYZ | 30.58 | 17.24 | 20.46 | - |
| YUV | 107.03 | 137.02 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 123 | 0 | 0.74 | 0.41 | 0.19 | 332.73 | 0.62 | 0.51 |
| Hex | CF | 35 | 7B | 0 | 4A | 29 | 13 | 14D | 3E | 33 |
| Octal | 317 | 65 | 173 | 0 | 112 | 51 | 23 | 515 | 76 | 63 |
| Binary | 11001111 | 110101 | 1111011 | 0 | 1001010 | 101001 | 10011 | 101001101 | 111110 | 110011 |
Color Harmonies of #CF357B
Complementary color
Monochromatic Colors of #CF357B
Black with #CF357B
Text Example
Text Example
White with #CF357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF357B; }
p { color: rgb(207,53,123); }
H1.HeaderClassName
{
color: #CF357B;
}
.AnyTagClassName
{
color: #CF357B;
}
</style>
background-color css
<style>
a { background-color: #CF357B; }
a { background-color: rgb(207,53,123); }
div.DivClassName
{
background-color: #CF357B;
}
.BgClassName
{
background-color: #CF357B;
}
</style>
border-color css
<style>
span { border-color: #CF357B; }
span { border-color: rgb(207,53,123); }
td.TdClassName
{
border-color: #CF357B;
}
.TagClassName
{
border-color: #CF357B;
}
</style>