Shades of Electric Purple #C30BFC
Tints of Electric Purple #C30BFC
RGB
CMYK
RGB Variations
Color information
#C30BFC (or 0xC30BFC) is known color: Electric Purple. HEX triplet: C3, 0B and FC. RGB value is (195,11,252). Sum of RGB (Red+Green+Blue) = 195+11+252=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 11 (4.69% from 255 or 2.40% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #C30BFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30BFC is #3CF403. Grayscale: #5C5C5C. Windows color (decimal): -3994628 or 16518083. OLE color: 16518083.
HSL color Cylindrical-coordinate representation of color #C30BFC: hue angle of 285.81º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30BFC is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 11 | 252 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.01 |
| HSL | 285.81º | 0.98% | 0.52% | - |
| HSV(B) | 285.81º | 0.96% | 0.99% | - |
| XYZ | 40.2 | 18.87 | 93.62 | - |
| YUV | 93.49 | 217.46 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 252 | 0.23 | 0.96 | 0 | 0.01 | 285.81 | 0.98 | 0.52 |
| Hex | C3 | B | FC | 17 | 60 | 0 | 1 | 11E | 62 | 34 |
| Octal | 303 | 13 | 374 | 27 | 140 | 0 | 1 | 436 | 142 | 64 |
| Binary | 11000011 | 1011 | 11111100 | 10111 | 1100000 | 0 | 1 | 100011110 | 1100010 | 110100 |
Color Harmonies of #C30BFC
Complementary color
Monochromatic Colors of #C30BFC
Black with #C30BFC
Text Example
Text Example
White with #C30BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30BFC; }
p { color: rgb(195,11,252); }
H1.HeaderClassName
{
color: #C30BFC;
}
.AnyTagClassName
{
color: #C30BFC;
}
</style>
background-color css
<style>
a { background-color: #C30BFC; }
a { background-color: rgb(195,11,252); }
div.DivClassName
{
background-color: #C30BFC;
}
.BgClassName
{
background-color: #C30BFC;
}
</style>
border-color css
<style>
span { border-color: #C30BFC; }
span { border-color: rgb(195,11,252); }
td.TdClassName
{
border-color: #C30BFC;
}
.TagClassName
{
border-color: #C30BFC;
}
</style>