Shades of Electric Purple #CC18FF
Tints of Electric Purple #CC18FF
RGB
CMYK
RGB Variations
Color information
#CC18FF (or 0xCC18FF) is known color: Electric Purple. HEX triplet: CC, 18 and FF. RGB value is (204,24,255). Sum of RGB (Red+Green+Blue) = 204+24+255=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 24 (9.77% from 255 or 4.97% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC18FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC18FF is #33E700. Grayscale: #676767. Windows color (decimal): -3401473 or 16718028. OLE color: 16718028.
HSL color Cylindrical-coordinate representation of color #CC18FF: hue angle of 286.75º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC18FF is Cyan = 0.2, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 24 | 255 | - |
| CMYK | 0.2 | 0.91 | 0 | 0 |
| HSL | 286.75º | 1% | 0.55% | - |
| HSV(B) | 286.75º | 0.91% | 1% | - |
| XYZ | 43.28 | 20.71 | 96.32 | - |
| YUV | 104.15 | 213.13 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 255 | 0.2 | 0.91 | 0 | 0 | 286.75 | 1 | 0.55 |
| Hex | CC | 18 | FF | 14 | 5B | 0 | 0 | 11F | 64 | 37 |
| Octal | 314 | 30 | 377 | 24 | 133 | 0 | 0 | 437 | 144 | 67 |
| Binary | 11001100 | 11000 | 11111111 | 10100 | 1011011 | 0 | 0 | 100011111 | 1100100 | 110111 |
Color Harmonies of #CC18FF
Complementary color
Monochromatic Colors of #CC18FF
Black with #CC18FF
Text Example
Text Example
White with #CC18FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC18FF; }
p { color: rgb(204,24,255); }
H1.HeaderClassName
{
color: #CC18FF;
}
.AnyTagClassName
{
color: #CC18FF;
}
</style>
background-color css
<style>
a { background-color: #CC18FF; }
a { background-color: rgb(204,24,255); }
div.DivClassName
{
background-color: #CC18FF;
}
.BgClassName
{
background-color: #CC18FF;
}
</style>
border-color css
<style>
span { border-color: #CC18FF; }
span { border-color: rgb(204,24,255); }
td.TdClassName
{
border-color: #CC18FF;
}
.TagClassName
{
border-color: #CC18FF;
}
</style>