Shades of Electric Purple #C325F9
Tints of Electric Purple #C325F9
RGB
CMYK
RGB Variations
Color information
#C325F9 (or 0xC325F9) is known color: Electric Purple. HEX triplet: C3, 25 and F9. RGB value is (195,37,249). Sum of RGB (Red+Green+Blue) = 195+37+249=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 37 (14.84% from 255 or 7.69% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #C325F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C325F9 is #3CDA06. Grayscale: #6B6B6B. Windows color (decimal): -3987975 or 16328131. OLE color: 16328131.
HSL color Cylindrical-coordinate representation of color #C325F9: hue angle of 284.72º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C325F9 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 37 | 249 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.02 |
| HSL | 284.72º | 0.95% | 0.56% | - |
| HSV(B) | 284.72º | 0.85% | 0.98% | - |
| XYZ | 40.27 | 19.76 | 91.32 | - |
| YUV | 108.41 | 207.35 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 249 | 0.22 | 0.85 | 0 | 0.02 | 284.72 | 0.95 | 0.56 |
| Hex | C3 | 25 | F9 | 16 | 55 | 0 | 2 | 11D | 5F | 38 |
| Octal | 303 | 45 | 371 | 26 | 125 | 0 | 2 | 435 | 137 | 70 |
| Binary | 11000011 | 100101 | 11111001 | 10110 | 1010101 | 0 | 10 | 100011101 | 1011111 | 111000 |
Color Harmonies of #C325F9
Complementary color
Monochromatic Colors of #C325F9
Black with #C325F9
Text Example
Text Example
White with #C325F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C325F9; }
p { color: rgb(195,37,249); }
H1.HeaderClassName
{
color: #C325F9;
}
.AnyTagClassName
{
color: #C325F9;
}
</style>
background-color css
<style>
a { background-color: #C325F9; }
a { background-color: rgb(195,37,249); }
div.DivClassName
{
background-color: #C325F9;
}
.BgClassName
{
background-color: #C325F9;
}
</style>
border-color css
<style>
span { border-color: #C325F9; }
span { border-color: rgb(195,37,249); }
td.TdClassName
{
border-color: #C325F9;
}
.TagClassName
{
border-color: #C325F9;
}
</style>