Shades of Electric Purple #CC25F5
Tints of Electric Purple #CC25F5
RGB
CMYK
RGB Variations
Color information
#CC25F5 (or 0xCC25F5) is known color: Electric Purple. HEX triplet: CC, 25 and F5. RGB value is (204,37,245). Sum of RGB (Red+Green+Blue) = 204+37+245=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 37 (14.84% from 255 or 7.61% from 486); Blue value is 245 (96.09% from 255 or 50.41% from 486); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC25F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC25F5 is #33DA0A. Grayscale: #6D6D6D. Windows color (decimal): -3398155 or 16065996. OLE color: 16065996.
HSL color Cylindrical-coordinate representation of color #CC25F5: hue angle of 288.17º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC25F5 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 37 | 245 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.04 |
| HSL | 288.17º | 0.91% | 0.55% | - |
| HSV(B) | 288.17º | 0.85% | 0.96% | - |
| XYZ | 42.04 | 20.75 | 88.18 | - |
| YUV | 110.65 | 203.83 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 245 | 0.17 | 0.85 | 0 | 0.04 | 288.17 | 0.91 | 0.55 |
| Hex | CC | 25 | F5 | 11 | 55 | 0 | 4 | 120 | 5B | 37 |
| Octal | 314 | 45 | 365 | 21 | 125 | 0 | 4 | 440 | 133 | 67 |
| Binary | 11001100 | 100101 | 11110101 | 10001 | 1010101 | 0 | 100 | 100100000 | 1011011 | 110111 |
Color Harmonies of #CC25F5
Complementary color
Monochromatic Colors of #CC25F5
Black with #CC25F5
Text Example
Text Example
White with #CC25F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC25F5; }
p { color: rgb(204,37,245); }
H1.HeaderClassName
{
color: #CC25F5;
}
.AnyTagClassName
{
color: #CC25F5;
}
</style>
background-color css
<style>
a { background-color: #CC25F5; }
a { background-color: rgb(204,37,245); }
div.DivClassName
{
background-color: #CC25F5;
}
.BgClassName
{
background-color: #CC25F5;
}
</style>
border-color css
<style>
span { border-color: #CC25F5; }
span { border-color: rgb(204,37,245); }
td.TdClassName
{
border-color: #CC25F5;
}
.TagClassName
{
border-color: #CC25F5;
}
</style>