Shades of Electric Purple #C30CFC
Tints of Electric Purple #C30CFC
RGB
CMYK
RGB Variations
Color information
#C30CFC (or 0xC30CFC) is known color: Electric Purple. HEX triplet: C3, 0C and FC. RGB value is (195,12,252). Sum of RGB (Red+Green+Blue) = 195+12+252=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 12 (5.08% from 255 or 2.61% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #C30CFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30CFC is #3CF303. Grayscale: #5D5D5D. Windows color (decimal): -3994372 or 16518339. OLE color: 16518339.
HSL color Cylindrical-coordinate representation of color #C30CFC: hue angle of 285.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30CFC is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 12 | 252 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.01 |
| HSL | 285.75º | 0.98% | 0.52% | - |
| HSV(B) | 285.75º | 0.95% | 0.99% | - |
| XYZ | 40.21 | 18.89 | 93.62 | - |
| YUV | 94.08 | 217.13 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 252 | 0.23 | 0.95 | 0 | 0.01 | 285.75 | 0.98 | 0.52 |
| Hex | C3 | C | FC | 17 | 5F | 0 | 1 | 11E | 62 | 34 |
| Octal | 303 | 14 | 374 | 27 | 137 | 0 | 1 | 436 | 142 | 64 |
| Binary | 11000011 | 1100 | 11111100 | 10111 | 1011111 | 0 | 1 | 100011110 | 1100010 | 110100 |
Color Harmonies of #C30CFC
Complementary color
Monochromatic Colors of #C30CFC
Black with #C30CFC
Text Example
Text Example
White with #C30CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CFC; }
p { color: rgb(195,12,252); }
H1.HeaderClassName
{
color: #C30CFC;
}
.AnyTagClassName
{
color: #C30CFC;
}
</style>
background-color css
<style>
a { background-color: #C30CFC; }
a { background-color: rgb(195,12,252); }
div.DivClassName
{
background-color: #C30CFC;
}
.BgClassName
{
background-color: #C30CFC;
}
</style>
border-color css
<style>
span { border-color: #C30CFC; }
span { border-color: rgb(195,12,252); }
td.TdClassName
{
border-color: #C30CFC;
}
.TagClassName
{
border-color: #C30CFC;
}
</style>