Shades of Electric Purple #CC15F2
Tints of Electric Purple #CC15F2
RGB
CMYK
RGB Variations
Color information
#CC15F2 (or 0xCC15F2) is known color: Electric Purple. HEX triplet: CC, 15 and F2. RGB value is (204,21,242). Sum of RGB (Red+Green+Blue) = 204+21+242=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 21 (8.59% from 255 or 4.50% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC15F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC15F2 is #33EA0D. Grayscale: #646464. Windows color (decimal): -3402254 or 15865292. OLE color: 15865292.
HSL color Cylindrical-coordinate representation of color #CC15F2: hue angle of 289.68º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC15F2 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 21 | 242 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.05 |
| HSL | 289.68º | 0.89% | 0.52% | - |
| HSV(B) | 289.68º | 0.91% | 0.95% | - |
| XYZ | 41.2 | 19.78 | 85.65 | - |
| YUV | 100.91 | 207.63 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 242 | 0.16 | 0.91 | 0 | 0.05 | 289.68 | 0.89 | 0.52 |
| Hex | CC | 15 | F2 | 10 | 5B | 0 | 5 | 122 | 59 | 34 |
| Octal | 314 | 25 | 362 | 20 | 133 | 0 | 5 | 442 | 131 | 64 |
| Binary | 11001100 | 10101 | 11110010 | 10000 | 1011011 | 0 | 101 | 100100010 | 1011001 | 110100 |
Color Harmonies of #CC15F2
Complementary color
Monochromatic Colors of #CC15F2
Black with #CC15F2
Text Example
Text Example
White with #CC15F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC15F2; }
p { color: rgb(204,21,242); }
H1.HeaderClassName
{
color: #CC15F2;
}
.AnyTagClassName
{
color: #CC15F2;
}
</style>
background-color css
<style>
a { background-color: #CC15F2; }
a { background-color: rgb(204,21,242); }
div.DivClassName
{
background-color: #CC15F2;
}
.BgClassName
{
background-color: #CC15F2;
}
</style>
border-color css
<style>
span { border-color: #CC15F2; }
span { border-color: rgb(204,21,242); }
td.TdClassName
{
border-color: #CC15F2;
}
.TagClassName
{
border-color: #CC15F2;
}
</style>