Shades of Electric Purple #C821F3
Tints of Electric Purple #C821F3
RGB
CMYK
RGB Variations
Color information
#C821F3 (or 0xC821F3) is known color: Electric Purple. HEX triplet: C8, 21 and F3. RGB value is (200,33,243). Sum of RGB (Red+Green+Blue) = 200+33+243=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 33 (13.28% from 255 or 6.93% from 476); Blue value is 243 (95.31% from 255 or 51.05% from 476); Max value from RGB is 243 - color contains mainly: blue. Hex color #C821F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C821F3 is #37DE0C. Grayscale: #6A6A6A. Windows color (decimal): -3661325 or 15933896. OLE color: 15933896.
HSL color Cylindrical-coordinate representation of color #C821F3: hue angle of 287.71º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C821F3 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 33 | 243 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.05 |
| HSL | 287.71º | 0.9% | 0.54% | - |
| HSV(B) | 287.71º | 0.86% | 0.95% | - |
| XYZ | 40.54 | 19.84 | 86.49 | - |
| YUV | 106.87 | 204.83 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 243 | 0.18 | 0.86 | 0 | 0.05 | 287.71 | 0.9 | 0.54 |
| Hex | C8 | 21 | F3 | 12 | 56 | 0 | 5 | 120 | 5A | 36 |
| Octal | 310 | 41 | 363 | 22 | 126 | 0 | 5 | 440 | 132 | 66 |
| Binary | 11001000 | 100001 | 11110011 | 10010 | 1010110 | 0 | 101 | 100100000 | 1011010 | 110110 |
Color Harmonies of #C821F3
Complementary color
Monochromatic Colors of #C821F3
Black with #C821F3
Text Example
Text Example
White with #C821F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C821F3; }
p { color: rgb(200,33,243); }
H1.HeaderClassName
{
color: #C821F3;
}
.AnyTagClassName
{
color: #C821F3;
}
</style>
background-color css
<style>
a { background-color: #C821F3; }
a { background-color: rgb(200,33,243); }
div.DivClassName
{
background-color: #C821F3;
}
.BgClassName
{
background-color: #C821F3;
}
</style>
border-color css
<style>
span { border-color: #C821F3; }
span { border-color: rgb(200,33,243); }
td.TdClassName
{
border-color: #C821F3;
}
.TagClassName
{
border-color: #C821F3;
}
</style>