Shades of Electric Purple #CC25FB
Tints of Electric Purple #CC25FB
RGB
CMYK
RGB Variations
Color information
#CC25FB (or 0xCC25FB) is known color: Electric Purple. HEX triplet: CC, 25 and FB. RGB value is (204,37,251). Sum of RGB (Red+Green+Blue) = 204+37+251=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 37 (14.84% from 255 or 7.52% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC25FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC25FB is #33DA04. Grayscale: #6E6E6E. Windows color (decimal): -3398149 or 16459212. OLE color: 16459212.
HSL color Cylindrical-coordinate representation of color #CC25FB: hue angle of 286.82º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC25FB is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 37 | 251 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.02 |
| HSL | 286.82º | 0.96% | 0.56% | - |
| HSV(B) | 286.82º | 0.85% | 0.98% | - |
| XYZ | 42.98 | 21.13 | 93.08 | - |
| YUV | 111.33 | 206.83 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 251 | 0.19 | 0.85 | 0 | 0.02 | 286.82 | 0.96 | 0.56 |
| Hex | CC | 25 | FB | 13 | 55 | 0 | 2 | 11F | 60 | 38 |
| Octal | 314 | 45 | 373 | 23 | 125 | 0 | 2 | 437 | 140 | 70 |
| Binary | 11001100 | 100101 | 11111011 | 10011 | 1010101 | 0 | 10 | 100011111 | 1100000 | 111000 |
Color Harmonies of #CC25FB
Complementary color
Monochromatic Colors of #CC25FB
Black with #CC25FB
Text Example
Text Example
White with #CC25FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC25FB; }
p { color: rgb(204,37,251); }
H1.HeaderClassName
{
color: #CC25FB;
}
.AnyTagClassName
{
color: #CC25FB;
}
</style>
background-color css
<style>
a { background-color: #CC25FB; }
a { background-color: rgb(204,37,251); }
div.DivClassName
{
background-color: #CC25FB;
}
.BgClassName
{
background-color: #CC25FB;
}
</style>
border-color css
<style>
span { border-color: #CC25FB; }
span { border-color: rgb(204,37,251); }
td.TdClassName
{
border-color: #CC25FB;
}
.TagClassName
{
border-color: #CC25FB;
}
</style>