Shades of Deep Cerise #CF3A8A
Tints of Deep Cerise #CF3A8A
RGB
CMYK
RGB Variations
Color information
#CF3A8A (or 0xCF3A8A) is known color: Deep Cerise. HEX triplet: CF, 3A and 8A. RGB value is (207,58,138). Sum of RGB (Red+Green+Blue) = 207+58+138=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 58 (23.05% from 255 or 14.39% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3A8A is #30C575. Grayscale: #6F6F6F. Windows color (decimal): -3196278 or 9059023. OLE color: 9059023.
HSL color Cylindrical-coordinate representation of color #CF3A8A: hue angle of 327.79º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3A8A is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 138 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.19 |
| HSL | 327.79º | 0.61% | 0.52% | - |
| HSV(B) | 327.79º | 0.72% | 0.81% | - |
| XYZ | 31.83 | 18.13 | 25.87 | - |
| YUV | 111.67 | 142.86 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 138 | 0 | 0.72 | 0.33 | 0.19 | 327.79 | 0.61 | 0.52 |
| Hex | CF | 3A | 8A | 0 | 48 | 21 | 13 | 148 | 3D | 34 |
| Octal | 317 | 72 | 212 | 0 | 110 | 41 | 23 | 510 | 75 | 64 |
| Binary | 11001111 | 111010 | 10001010 | 0 | 1001000 | 100001 | 10011 | 101001000 | 111101 | 110100 |
Color Harmonies of #CF3A8A
Complementary color
Monochromatic Colors of #CF3A8A
Black with #CF3A8A
Text Example
Text Example
White with #CF3A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A8A; }
p { color: rgb(207,58,138); }
H1.HeaderClassName
{
color: #CF3A8A;
}
.AnyTagClassName
{
color: #CF3A8A;
}
</style>
background-color css
<style>
a { background-color: #CF3A8A; }
a { background-color: rgb(207,58,138); }
div.DivClassName
{
background-color: #CF3A8A;
}
.BgClassName
{
background-color: #CF3A8A;
}
</style>
border-color css
<style>
span { border-color: #CF3A8A; }
span { border-color: rgb(207,58,138); }
td.TdClassName
{
border-color: #CF3A8A;
}
.TagClassName
{
border-color: #CF3A8A;
}
</style>