Shades of Deep Magenta #CF0BCB
Tints of Deep Magenta #CF0BCB
RGB
CMYK
RGB Variations
Color information
#CF0BCB (or 0xCF0BCB) is known color: Deep Magenta. HEX triplet: CF, 0B and CB. RGB value is (207,11,203). Sum of RGB (Red+Green+Blue) = 207+11+203=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 11 (4.69% from 255 or 2.61% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0BCB is #30F434. Grayscale: #5A5A5A. Windows color (decimal): -3208245 or 13306831. OLE color: 13306831.
HSL color Cylindrical-coordinate representation of color #CF0BCB: hue angle of 301.22º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0BCB is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 11 | 203 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.19 |
| HSL | 301.22º | 0.9% | 0.43% | - |
| HSV(B) | 301.22º | 0.95% | 0.81% | - |
| XYZ | 36.63 | 17.82 | 58.01 | - |
| YUV | 91.49 | 190.93 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 11 | 203 | 0 | 0.95 | 0.02 | 0.19 | 301.22 | 0.9 | 0.43 |
| Hex | CF | B | CB | 0 | 5F | 2 | 13 | 12D | 5A | 2B |
| Octal | 317 | 13 | 313 | 0 | 137 | 2 | 23 | 455 | 132 | 53 |
| Binary | 11001111 | 1011 | 11001011 | 0 | 1011111 | 10 | 10011 | 100101101 | 1011010 | 101011 |
Color Harmonies of #CF0BCB
Complementary color
Monochromatic Colors of #CF0BCB
Black with #CF0BCB
Text Example
Text Example
White with #CF0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0BCB; }
p { color: rgb(207,11,203); }
H1.HeaderClassName
{
color: #CF0BCB;
}
.AnyTagClassName
{
color: #CF0BCB;
}
</style>
background-color css
<style>
a { background-color: #CF0BCB; }
a { background-color: rgb(207,11,203); }
div.DivClassName
{
background-color: #CF0BCB;
}
.BgClassName
{
background-color: #CF0BCB;
}
</style>
border-color css
<style>
span { border-color: #CF0BCB; }
span { border-color: rgb(207,11,203); }
td.TdClassName
{
border-color: #CF0BCB;
}
.TagClassName
{
border-color: #CF0BCB;
}
</style>