Shades of Electric Purple #CC30FC
Tints of Electric Purple #CC30FC
RGB
CMYK
RGB Variations
Color information
#CC30FC (or 0xCC30FC) is known color: Electric Purple. HEX triplet: CC, 30 and FC. RGB value is (204,48,252). Sum of RGB (Red+Green+Blue) = 204+48+252=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 48 (19.14% from 255 or 9.52% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC30FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC30FC is #33CF03. Grayscale: #757575. Windows color (decimal): -3395332 or 16527564. OLE color: 16527564.
HSL color Cylindrical-coordinate representation of color #CC30FC: hue angle of 285.88º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC30FC is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 48 | 252 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.01 |
| HSL | 285.88º | 0.97% | 0.59% | - |
| HSV(B) | 285.88º | 0.81% | 0.99% | - |
| XYZ | 43.53 | 21.98 | 94.04 | - |
| YUV | 117.9 | 203.68 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 252 | 0.19 | 0.81 | 0 | 0.01 | 285.88 | 0.97 | 0.59 |
| Hex | CC | 30 | FC | 13 | 51 | 0 | 1 | 11E | 61 | 3B |
| Octal | 314 | 60 | 374 | 23 | 121 | 0 | 1 | 436 | 141 | 73 |
| Binary | 11001100 | 110000 | 11111100 | 10011 | 1010001 | 0 | 1 | 100011110 | 1100001 | 111011 |
Color Harmonies of #CC30FC
Complementary color
Monochromatic Colors of #CC30FC
Black with #CC30FC
Text Example
Text Example
White with #CC30FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC30FC; }
p { color: rgb(204,48,252); }
H1.HeaderClassName
{
color: #CC30FC;
}
.AnyTagClassName
{
color: #CC30FC;
}
</style>
background-color css
<style>
a { background-color: #CC30FC; }
a { background-color: rgb(204,48,252); }
div.DivClassName
{
background-color: #CC30FC;
}
.BgClassName
{
background-color: #CC30FC;
}
</style>
border-color css
<style>
span { border-color: #CC30FC; }
span { border-color: rgb(204,48,252); }
td.TdClassName
{
border-color: #CC30FC;
}
.TagClassName
{
border-color: #CC30FC;
}
</style>