Shades of Electric Purple #C30BFF
Tints of Electric Purple #C30BFF
RGB
CMYK
RGB Variations
Color information
#C30BFF (or 0xC30BFF) is known color: Electric Purple. HEX triplet: C3, 0B and FF. RGB value is (195,11,255). Sum of RGB (Red+Green+Blue) = 195+11+255=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 11 (4.69% from 255 or 2.39% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #C30BFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30BFF is #3CF400. Grayscale: #5D5D5D. Windows color (decimal): -3994625 or 16714691. OLE color: 16714691.
HSL color Cylindrical-coordinate representation of color #C30BFF: hue angle of 285.25º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30BFF is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 11 | 255 | - |
| CMYK | 0.24 | 0.96 | 0 | 0 |
| HSL | 285.25º | 1% | 0.52% | - |
| HSV(B) | 285.25º | 0.96% | 1% | - |
| XYZ | 40.68 | 19.06 | 96.14 | - |
| YUV | 93.83 | 218.96 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 255 | 0.24 | 0.96 | 0 | 0 | 285.25 | 1 | 0.52 |
| Hex | C3 | B | FF | 18 | 60 | 0 | 0 | 11D | 64 | 34 |
| Octal | 303 | 13 | 377 | 30 | 140 | 0 | 0 | 435 | 144 | 64 |
| Binary | 11000011 | 1011 | 11111111 | 11000 | 1100000 | 0 | 0 | 100011101 | 1100100 | 110100 |
Color Harmonies of #C30BFF
Complementary color
Monochromatic Colors of #C30BFF
Black with #C30BFF
Text Example
Text Example
White with #C30BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30BFF; }
p { color: rgb(195,11,255); }
H1.HeaderClassName
{
color: #C30BFF;
}
.AnyTagClassName
{
color: #C30BFF;
}
</style>
background-color css
<style>
a { background-color: #C30BFF; }
a { background-color: rgb(195,11,255); }
div.DivClassName
{
background-color: #C30BFF;
}
.BgClassName
{
background-color: #C30BFF;
}
</style>
border-color css
<style>
span { border-color: #C30BFF; }
span { border-color: rgb(195,11,255); }
td.TdClassName
{
border-color: #C30BFF;
}
.TagClassName
{
border-color: #C30BFF;
}
</style>