Shades of Electric Purple #C804F3
Tints of Electric Purple #C804F3
RGB
CMYK
RGB Variations
Color information
#C804F3 (or 0xC804F3) is known color: Electric Purple. HEX triplet: C8, 04 and F3. RGB value is (200,4,243). Sum of RGB (Red+Green+Blue) = 200+4+243=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 4 (1.95% from 255 or 0.89% from 447); Blue value is 243 (95.31% from 255 or 54.36% from 447); Max value from RGB is 243 - color contains mainly: blue. Hex color #C804F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C804F3 is #37FB0C. Grayscale: #595959. Windows color (decimal): -3668749 or 15926472. OLE color: 15926472.
HSL color Cylindrical-coordinate representation of color #C804F3: hue angle of 289.21º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C804F3 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 4 | 243 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.05 |
| HSL | 289.21º | 0.97% | 0.48% | - |
| HSV(B) | 289.21º | 0.98% | 0.95% | - |
| XYZ | 40.04 | 18.84 | 86.32 | - |
| YUV | 89.85 | 214.43 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 243 | 0.18 | 0.98 | 0 | 0.05 | 289.21 | 0.97 | 0.48 |
| Hex | C8 | 4 | F3 | 12 | 62 | 0 | 5 | 121 | 61 | 30 |
| Octal | 310 | 4 | 363 | 22 | 142 | 0 | 5 | 441 | 141 | 60 |
| Binary | 11001000 | 100 | 11110011 | 10010 | 1100010 | 0 | 101 | 100100001 | 1100001 | 110000 |
Color Harmonies of #C804F3
Complementary color
Monochromatic Colors of #C804F3
Black with #C804F3
Text Example
Text Example
White with #C804F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C804F3; }
p { color: rgb(200,4,243); }
H1.HeaderClassName
{
color: #C804F3;
}
.AnyTagClassName
{
color: #C804F3;
}
</style>
background-color css
<style>
a { background-color: #C804F3; }
a { background-color: rgb(200,4,243); }
div.DivClassName
{
background-color: #C804F3;
}
.BgClassName
{
background-color: #C804F3;
}
</style>
border-color css
<style>
span { border-color: #C804F3; }
span { border-color: rgb(200,4,243); }
td.TdClassName
{
border-color: #C804F3;
}
.TagClassName
{
border-color: #C804F3;
}
</style>