Shades of Electric Purple #C302FB
Tints of Electric Purple #C302FB
RGB
CMYK
RGB Variations
Color information
#C302FB (or 0xC302FB) is known color: Electric Purple. HEX triplet: C3, 02 and FB. RGB value is (195,2,251). Sum of RGB (Red+Green+Blue) = 195+2+251=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 2 (1.17% from 255 or 0.45% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #C302FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C302FB is #3CFD04. Grayscale: #575757. Windows color (decimal): -3996933 or 16450243. OLE color: 16450243.
HSL color Cylindrical-coordinate representation of color #C302FB: hue angle of 286.51º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C302FB is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 2 | 251 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.02 |
| HSL | 286.51º | 0.98% | 0.5% | - |
| HSV(B) | 286.51º | 0.99% | 0.98% | - |
| XYZ | 39.94 | 18.61 | 92.75 | - |
| YUV | 88.09 | 219.94 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 251 | 0.22 | 0.99 | 0 | 0.02 | 286.51 | 0.98 | 0.5 |
| Hex | C3 | 2 | FB | 16 | 63 | 0 | 2 | 11F | 62 | 32 |
| Octal | 303 | 2 | 373 | 26 | 143 | 0 | 2 | 437 | 142 | 62 |
| Binary | 11000011 | 10 | 11111011 | 10110 | 1100011 | 0 | 10 | 100011111 | 1100010 | 110010 |
Color Harmonies of #C302FB
Complementary color
Monochromatic Colors of #C302FB
Black with #C302FB
Text Example
Text Example
White with #C302FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C302FB; }
p { color: rgb(195,2,251); }
H1.HeaderClassName
{
color: #C302FB;
}
.AnyTagClassName
{
color: #C302FB;
}
</style>
background-color css
<style>
a { background-color: #C302FB; }
a { background-color: rgb(195,2,251); }
div.DivClassName
{
background-color: #C302FB;
}
.BgClassName
{
background-color: #C302FB;
}
</style>
border-color css
<style>
span { border-color: #C302FB; }
span { border-color: rgb(195,2,251); }
td.TdClassName
{
border-color: #C302FB;
}
.TagClassName
{
border-color: #C302FB;
}
</style>