Shades of Deep Magenta #C82BCF
Tints of Deep Magenta #C82BCF
RGB
CMYK
RGB Variations
Color information
#C82BCF (or 0xC82BCF) is known color: Deep Magenta. HEX triplet: C8, 2B and CF. RGB value is (200,43,207). Sum of RGB (Red+Green+Blue) = 200+43+207=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 43 (17.19% from 255 or 9.56% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #C82BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82BCF is #37D430. Grayscale: #6C6C6C. Windows color (decimal): -3658801 or 13577160. OLE color: 13577160.
HSL color Cylindrical-coordinate representation of color #C82BCF: hue angle of 297.44º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82BCF is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 43 | 207 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.19 |
| HSL | 297.44º | 0.66% | 0.49% | - |
| HSV(B) | 297.44º | 0.79% | 0.81% | - |
| XYZ | 35.95 | 18.51 | 60.71 | - |
| YUV | 108.64 | 183.51 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 43 | 207 | 0.03 | 0.79 | 0 | 0.19 | 297.44 | 0.66 | 0.49 |
| Hex | C8 | 2B | CF | 3 | 4F | 0 | 13 | 129 | 42 | 31 |
| Octal | 310 | 53 | 317 | 3 | 117 | 0 | 23 | 451 | 102 | 61 |
| Binary | 11001000 | 101011 | 11001111 | 11 | 1001111 | 0 | 10011 | 100101001 | 1000010 | 110001 |
Color Harmonies of #C82BCF
Complementary color
Monochromatic Colors of #C82BCF
Black with #C82BCF
Text Example
Text Example
White with #C82BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82BCF; }
p { color: rgb(200,43,207); }
H1.HeaderClassName
{
color: #C82BCF;
}
.AnyTagClassName
{
color: #C82BCF;
}
</style>
background-color css
<style>
a { background-color: #C82BCF; }
a { background-color: rgb(200,43,207); }
div.DivClassName
{
background-color: #C82BCF;
}
.BgClassName
{
background-color: #C82BCF;
}
</style>
border-color css
<style>
span { border-color: #C82BCF; }
span { border-color: rgb(200,43,207); }
td.TdClassName
{
border-color: #C82BCF;
}
.TagClassName
{
border-color: #C82BCF;
}
</style>