Shades of Deep Cerise #CF338B
Tints of Deep Cerise #CF338B
RGB
CMYK
RGB Variations
Color information
#CF338B (or 0xCF338B) is known color: Deep Cerise. HEX triplet: CF, 33 and 8B. RGB value is (207,51,139). Sum of RGB (Red+Green+Blue) = 207+51+139=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF338B is #30CC74. Grayscale: #6B6B6B. Windows color (decimal): -3198069 or 9122767. OLE color: 9122767.
HSL color Cylindrical-coordinate representation of color #CF338B: hue angle of 326.15º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF338B is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 139 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.19 |
| HSL | 326.15º | 0.62% | 0.51% | - |
| HSV(B) | 326.15º | 0.75% | 0.81% | - |
| XYZ | 31.58 | 17.5 | 26.14 | - |
| YUV | 107.68 | 145.68 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 139 | 0 | 0.75 | 0.33 | 0.19 | 326.15 | 0.62 | 0.51 |
| Hex | CF | 33 | 8B | 0 | 4B | 21 | 13 | 146 | 3E | 33 |
| Octal | 317 | 63 | 213 | 0 | 113 | 41 | 23 | 506 | 76 | 63 |
| Binary | 11001111 | 110011 | 10001011 | 0 | 1001011 | 100001 | 10011 | 101000110 | 111110 | 110011 |
Color Harmonies of #CF338B
Complementary color
Monochromatic Colors of #CF338B
Black with #CF338B
Text Example
Text Example
White with #CF338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF338B; }
p { color: rgb(207,51,139); }
H1.HeaderClassName
{
color: #CF338B;
}
.AnyTagClassName
{
color: #CF338B;
}
</style>
background-color css
<style>
a { background-color: #CF338B; }
a { background-color: rgb(207,51,139); }
div.DivClassName
{
background-color: #CF338B;
}
.BgClassName
{
background-color: #CF338B;
}
</style>
border-color css
<style>
span { border-color: #CF338B; }
span { border-color: rgb(207,51,139); }
td.TdClassName
{
border-color: #CF338B;
}
.TagClassName
{
border-color: #CF338B;
}
</style>