Shades of Electric Purple #C301F2
Tints of Electric Purple #C301F2
RGB
CMYK
RGB Variations
Color information
#C301F2 (or 0xC301F2) is known color: Electric Purple. HEX triplet: C3, 01 and F2. RGB value is (195,1,242). Sum of RGB (Red+Green+Blue) = 195+1+242=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 1 (0.78% from 255 or 0.23% from 438); Blue value is 242 (94.92% from 255 or 55.25% from 438); Max value from RGB is 242 - color contains mainly: blue. Hex color #C301F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C301F2 is #3CFE0D. Grayscale: #555555. Windows color (decimal): -3997198 or 15860163. OLE color: 15860163.
HSL color Cylindrical-coordinate representation of color #C301F2: hue angle of 288.3º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C301F2 is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 1 | 242 | - |
| CMYK | 0.19 | 1.00 | 0 | 0.05 |
| HSL | 288.3º | 0.99% | 0.48% | - |
| HSV(B) | 288.3º | 1% | 0.95% | - |
| XYZ | 38.54 | 18.03 | 85.45 | - |
| YUV | 86.48 | 215.77 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 242 | 0.19 | 1.00 | 0 | 0.05 | 288.3 | 0.99 | 0.48 |
| Hex | C3 | 1 | F2 | 13 | 64 | 0 | 5 | 120 | 63 | 30 |
| Octal | 303 | 1 | 362 | 23 | 144 | 0 | 5 | 440 | 143 | 60 |
| Binary | 11000011 | 1 | 11110010 | 10011 | 1100100 | 0 | 101 | 100100000 | 1100011 | 110000 |
Color Harmonies of #C301F2
Complementary color
Monochromatic Colors of #C301F2
Black with #C301F2
Text Example
Text Example
White with #C301F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C301F2; }
p { color: rgb(195,1,242); }
H1.HeaderClassName
{
color: #C301F2;
}
.AnyTagClassName
{
color: #C301F2;
}
</style>
background-color css
<style>
a { background-color: #C301F2; }
a { background-color: rgb(195,1,242); }
div.DivClassName
{
background-color: #C301F2;
}
.BgClassName
{
background-color: #C301F2;
}
</style>
border-color css
<style>
span { border-color: #C301F2; }
span { border-color: rgb(195,1,242); }
td.TdClassName
{
border-color: #C301F2;
}
.TagClassName
{
border-color: #C301F2;
}
</style>