Shades of Electric Purple #C30CFD
Tints of Electric Purple #C30CFD
RGB
CMYK
RGB Variations
Color information
#C30CFD (or 0xC30CFD) is known color: Electric Purple. HEX triplet: C3, 0C and FD. RGB value is (195,12,253). Sum of RGB (Red+Green+Blue) = 195+12+253=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 12 (5.08% from 255 or 2.61% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #C30CFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30CFD is #3CF302. Grayscale: #5D5D5D. Windows color (decimal): -3994371 or 16583875. OLE color: 16583875.
HSL color Cylindrical-coordinate representation of color #C30CFD: hue angle of 285.56º 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 #C30CFD is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 12 | 253 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.01 |
| HSL | 285.56º | 0.98% | 0.52% | - |
| HSV(B) | 285.56º | 0.95% | 0.99% | - |
| XYZ | 40.37 | 18.96 | 94.46 | - |
| YUV | 94.19 | 217.63 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 253 | 0.23 | 0.95 | 0 | 0.01 | 285.56 | 0.98 | 0.52 |
| Hex | C3 | C | FD | 17 | 5F | 0 | 1 | 11E | 62 | 34 |
| Octal | 303 | 14 | 375 | 27 | 137 | 0 | 1 | 436 | 142 | 64 |
| Binary | 11000011 | 1100 | 11111101 | 10111 | 1011111 | 0 | 1 | 100011110 | 1100010 | 110100 |
Color Harmonies of #C30CFD
Complementary color
Monochromatic Colors of #C30CFD
Black with #C30CFD
Text Example
Text Example
White with #C30CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CFD; }
p { color: rgb(195,12,253); }
H1.HeaderClassName
{
color: #C30CFD;
}
.AnyTagClassName
{
color: #C30CFD;
}
</style>
background-color css
<style>
a { background-color: #C30CFD; }
a { background-color: rgb(195,12,253); }
div.DivClassName
{
background-color: #C30CFD;
}
.BgClassName
{
background-color: #C30CFD;
}
</style>
border-color css
<style>
span { border-color: #C30CFD; }
span { border-color: rgb(195,12,253); }
td.TdClassName
{
border-color: #C30CFD;
}
.TagClassName
{
border-color: #C30CFD;
}
</style>