Shades of Electric Purple #C003FD
Tints of Electric Purple #C003FD
RGB
CMYK
RGB Variations
Color information
#C003FD (or 0xC003FD) is known color: Electric Purple. HEX triplet: C0, 03 and FD. RGB value is (192,3,253). Sum of RGB (Red+Green+Blue) = 192+3+253=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 3 (1.56% from 255 or 0.67% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #C003FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C003FD is #3FFC02. Grayscale: #575757. Windows color (decimal): -4193283 or 16581568. OLE color: 16581568.
HSL color Cylindrical-coordinate representation of color #C003FD: hue angle of 285.36º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C003FD is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 3 | 253 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.01 |
| HSL | 285.36º | 0.98% | 0.5% | - |
| HSV(B) | 285.36º | 0.99% | 0.99% | - |
| XYZ | 39.5 | 18.36 | 94.39 | - |
| YUV | 88.01 | 221.12 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 253 | 0.24 | 0.99 | 0 | 0.01 | 285.36 | 0.98 | 0.5 |
| Hex | C0 | 3 | FD | 18 | 63 | 0 | 1 | 11D | 62 | 32 |
| Octal | 300 | 3 | 375 | 30 | 143 | 0 | 1 | 435 | 142 | 62 |
| Binary | 11000000 | 11 | 11111101 | 11000 | 1100011 | 0 | 1 | 100011101 | 1100010 | 110010 |
Color Harmonies of #C003FD
Complementary color
Monochromatic Colors of #C003FD
Black with #C003FD
Text Example
Text Example
White with #C003FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C003FD; }
p { color: rgb(192,3,253); }
H1.HeaderClassName
{
color: #C003FD;
}
.AnyTagClassName
{
color: #C003FD;
}
</style>
background-color css
<style>
a { background-color: #C003FD; }
a { background-color: rgb(192,3,253); }
div.DivClassName
{
background-color: #C003FD;
}
.BgClassName
{
background-color: #C003FD;
}
</style>
border-color css
<style>
span { border-color: #C003FD; }
span { border-color: rgb(192,3,253); }
td.TdClassName
{
border-color: #C003FD;
}
.TagClassName
{
border-color: #C003FD;
}
</style>