Shades of Electric Purple #CC23FE
Tints of Electric Purple #CC23FE
RGB
CMYK
RGB Variations
Color information
#CC23FE (or 0xCC23FE) is known color: Electric Purple. HEX triplet: CC, 23 and FE. RGB value is (204,35,254). Sum of RGB (Red+Green+Blue) = 204+35+254=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 35 (14.06% from 255 or 7.10% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC23FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC23FE is #33DC01. Grayscale: #6D6D6D. Windows color (decimal): -3398658 or 16655308. OLE color: 16655308.
HSL color Cylindrical-coordinate representation of color #CC23FE: hue angle of 286.3º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC23FE is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 35 | 254 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.00 |
| HSL | 286.3º | 0.99% | 0.57% | - |
| HSV(B) | 286.3º | 0.86% | 1% | - |
| XYZ | 43.39 | 21.2 | 95.57 | - |
| YUV | 110.5 | 208.99 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 254 | 0.20 | 0.86 | 0 | 0.00 | 286.3 | 0.99 | 0.57 |
| Hex | CC | 23 | FE | 14 | 56 | 0 | 0 | 11E | 63 | 39 |
| Octal | 314 | 43 | 376 | 24 | 126 | 0 | 0 | 436 | 143 | 71 |
| Binary | 11001100 | 100011 | 11111110 | 10100 | 1010110 | 0 | 0 | 100011110 | 1100011 | 111001 |
Color Harmonies of #CC23FE
Complementary color
Monochromatic Colors of #CC23FE
Black with #CC23FE
Text Example
Text Example
White with #CC23FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC23FE; }
p { color: rgb(204,35,254); }
H1.HeaderClassName
{
color: #CC23FE;
}
.AnyTagClassName
{
color: #CC23FE;
}
</style>
background-color css
<style>
a { background-color: #CC23FE; }
a { background-color: rgb(204,35,254); }
div.DivClassName
{
background-color: #CC23FE;
}
.BgClassName
{
background-color: #CC23FE;
}
</style>
border-color css
<style>
span { border-color: #CC23FE; }
span { border-color: rgb(204,35,254); }
td.TdClassName
{
border-color: #CC23FE;
}
.TagClassName
{
border-color: #CC23FE;
}
</style>