Shades of Electric Purple #CC15F0
Tints of Electric Purple #CC15F0
RGB
CMYK
RGB Variations
Color information
#CC15F0 (or 0xCC15F0) is known color: Electric Purple. HEX triplet: CC, 15 and F0. RGB value is (204,21,240). Sum of RGB (Red+Green+Blue) = 204+21+240=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 21 (8.59% from 255 or 4.52% from 465); Blue value is 240 (94.14% from 255 or 51.61% from 465); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC15F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC15F0 is #33EA0F. Grayscale: #636363. Windows color (decimal): -3402256 or 15734220. OLE color: 15734220.
HSL color Cylindrical-coordinate representation of color #CC15F0: hue angle of 290.14º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC15F0 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 21 | 240 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.06 |
| HSL | 290.14º | 0.88% | 0.51% | - |
| HSV(B) | 290.14º | 0.91% | 0.94% | - |
| XYZ | 40.9 | 19.66 | 84.08 | - |
| YUV | 100.68 | 206.63 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 240 | 0.15 | 0.91 | 0 | 0.06 | 290.14 | 0.88 | 0.51 |
| Hex | CC | 15 | F0 | F | 5B | 0 | 6 | 122 | 58 | 33 |
| Octal | 314 | 25 | 360 | 17 | 133 | 0 | 6 | 442 | 130 | 63 |
| Binary | 11001100 | 10101 | 11110000 | 1111 | 1011011 | 0 | 110 | 100100010 | 1011000 | 110011 |
Color Harmonies of #CC15F0
Complementary color
Monochromatic Colors of #CC15F0
Black with #CC15F0
Text Example
Text Example
White with #CC15F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC15F0; }
p { color: rgb(204,21,240); }
H1.HeaderClassName
{
color: #CC15F0;
}
.AnyTagClassName
{
color: #CC15F0;
}
</style>
background-color css
<style>
a { background-color: #CC15F0; }
a { background-color: rgb(204,21,240); }
div.DivClassName
{
background-color: #CC15F0;
}
.BgClassName
{
background-color: #CC15F0;
}
</style>
border-color css
<style>
span { border-color: #CC15F0; }
span { border-color: rgb(204,21,240); }
td.TdClassName
{
border-color: #CC15F0;
}
.TagClassName
{
border-color: #CC15F0;
}
</style>