Shades of Electric Purple #CC0FF1
Tints of Electric Purple #CC0FF1
RGB
CMYK
RGB Variations
Color information
#CC0FF1 (or 0xCC0FF1) is known color: Electric Purple. HEX triplet: CC, 0F and F1. RGB value is (204,15,241). Sum of RGB (Red+Green+Blue) = 204+15+241=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 15 (6.25% from 255 or 3.26% from 460); Blue value is 241 (94.53% from 255 or 52.39% from 460); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC0FF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0FF1 is #33F00E. Grayscale: #606060. Windows color (decimal): -3403791 or 15798220. OLE color: 15798220.
HSL color Cylindrical-coordinate representation of color #CC0FF1: hue angle of 290.18º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0FF1 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 15 | 241 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.05 |
| HSL | 290.18º | 0.89% | 0.5% | - |
| HSV(B) | 290.18º | 0.94% | 0.95% | - |
| XYZ | 40.95 | 19.53 | 84.83 | - |
| YUV | 97.28 | 209.12 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 15 | 241 | 0.15 | 0.94 | 0 | 0.05 | 290.18 | 0.89 | 0.5 |
| Hex | CC | F | F1 | F | 5E | 0 | 5 | 122 | 59 | 32 |
| Octal | 314 | 17 | 361 | 17 | 136 | 0 | 5 | 442 | 131 | 62 |
| Binary | 11001100 | 1111 | 11110001 | 1111 | 1011110 | 0 | 101 | 100100010 | 1011001 | 110010 |
Color Harmonies of #CC0FF1
Complementary color
Monochromatic Colors of #CC0FF1
Black with #CC0FF1
Text Example
Text Example
White with #CC0FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0FF1; }
p { color: rgb(204,15,241); }
H1.HeaderClassName
{
color: #CC0FF1;
}
.AnyTagClassName
{
color: #CC0FF1;
}
</style>
background-color css
<style>
a { background-color: #CC0FF1; }
a { background-color: rgb(204,15,241); }
div.DivClassName
{
background-color: #CC0FF1;
}
.BgClassName
{
background-color: #CC0FF1;
}
</style>
border-color css
<style>
span { border-color: #CC0FF1; }
span { border-color: rgb(204,15,241); }
td.TdClassName
{
border-color: #CC0FF1;
}
.TagClassName
{
border-color: #CC0FF1;
}
</style>