Shades of Electric Purple #CC18FA
Tints of Electric Purple #CC18FA
RGB
CMYK
RGB Variations
Color information
#CC18FA (or 0xCC18FA) is known color: Electric Purple. HEX triplet: CC, 18 and FA. RGB value is (204,24,250). Sum of RGB (Red+Green+Blue) = 204+24+250=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 24 (9.77% from 255 or 5.02% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC18FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC18FA is #33E705. Grayscale: #666666. Windows color (decimal): -3401478 or 16390348. OLE color: 16390348.
HSL color Cylindrical-coordinate representation of color #CC18FA: hue angle of 287.79º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC18FA is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 24 | 250 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.02 |
| HSL | 287.79º | 0.96% | 0.54% | - |
| HSV(B) | 287.79º | 0.9% | 0.98% | - |
| XYZ | 42.48 | 20.39 | 92.14 | - |
| YUV | 103.58 | 210.63 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 250 | 0.18 | 0.90 | 0 | 0.02 | 287.79 | 0.96 | 0.54 |
| Hex | CC | 18 | FA | 12 | 5A | 0 | 2 | 120 | 60 | 36 |
| Octal | 314 | 30 | 372 | 22 | 132 | 0 | 2 | 440 | 140 | 66 |
| Binary | 11001100 | 11000 | 11111010 | 10010 | 1011010 | 0 | 10 | 100100000 | 1100000 | 110110 |
Color Harmonies of #CC18FA
Complementary color
Monochromatic Colors of #CC18FA
Black with #CC18FA
Text Example
Text Example
White with #CC18FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC18FA; }
p { color: rgb(204,24,250); }
H1.HeaderClassName
{
color: #CC18FA;
}
.AnyTagClassName
{
color: #CC18FA;
}
</style>
background-color css
<style>
a { background-color: #CC18FA; }
a { background-color: rgb(204,24,250); }
div.DivClassName
{
background-color: #CC18FA;
}
.BgClassName
{
background-color: #CC18FA;
}
</style>
border-color css
<style>
span { border-color: #CC18FA; }
span { border-color: rgb(204,24,250); }
td.TdClassName
{
border-color: #CC18FA;
}
.TagClassName
{
border-color: #CC18FA;
}
</style>