Shades of Electric Purple #C003FF
Tints of Electric Purple #C003FF
RGB
CMYK
RGB Variations
Color information
#C003FF (or 0xC003FF) is known color: Electric Purple. HEX triplet: C0, 03 and FF. RGB value is (192,3,255). Sum of RGB (Red+Green+Blue) = 192+3+255=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 3 (1.56% from 255 or 0.67% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #C003FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C003FF is #3FFC00. Grayscale: #575757. Windows color (decimal): -4193281 or 16712640. OLE color: 16712640.
HSL color Cylindrical-coordinate representation of color #C003FF: hue angle of 285º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C003FF is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 3 | 255 | - |
| CMYK | 0.25 | 0.99 | 0 | 0 |
| HSL | 285º | 1% | 0.51% | - |
| HSV(B) | 285º | 0.99% | 1% | - |
| XYZ | 39.82 | 18.49 | 96.08 | - |
| YUV | 88.24 | 222.12 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 255 | 0.25 | 0.99 | 0 | 0 | 285 | 1 | 0.51 |
| Hex | C0 | 3 | FF | 19 | 63 | 0 | 0 | 11D | 64 | 33 |
| Octal | 300 | 3 | 377 | 31 | 143 | 0 | 0 | 435 | 144 | 63 |
| Binary | 11000000 | 11 | 11111111 | 11001 | 1100011 | 0 | 0 | 100011101 | 1100100 | 110011 |
Color Harmonies of #C003FF
Complementary color
Monochromatic Colors of #C003FF
Black with #C003FF
Text Example
Text Example
White with #C003FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C003FF; }
p { color: rgb(192,3,255); }
H1.HeaderClassName
{
color: #C003FF;
}
.AnyTagClassName
{
color: #C003FF;
}
</style>
background-color css
<style>
a { background-color: #C003FF; }
a { background-color: rgb(192,3,255); }
div.DivClassName
{
background-color: #C003FF;
}
.BgClassName
{
background-color: #C003FF;
}
</style>
border-color css
<style>
span { border-color: #C003FF; }
span { border-color: rgb(192,3,255); }
td.TdClassName
{
border-color: #C003FF;
}
.TagClassName
{
border-color: #C003FF;
}
</style>