Shades of Electric Purple #CC36FF
Tints of Electric Purple #CC36FF
RGB
CMYK
RGB Variations
Color information
#CC36FF (or 0xCC36FF) is known color: Electric Purple. HEX triplet: CC, 36 and FF. RGB value is (204,54,255). Sum of RGB (Red+Green+Blue) = 204+54+255=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 54 (21.48% from 255 or 10.53% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC36FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC36FF is #33C900. Grayscale: #797979. Windows color (decimal): -3393793 or 16725708. OLE color: 16725708.
HSL color Cylindrical-coordinate representation of color #CC36FF: hue angle of 284.78º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC36FF is Cyan = 0.2, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 54 | 255 | - |
| CMYK | 0.2 | 0.79 | 0 | 0 |
| HSL | 284.78º | 1% | 0.61% | - |
| HSV(B) | 284.78º | 0.79% | 1% | - |
| XYZ | 44.27 | 22.7 | 96.66 | - |
| YUV | 121.76 | 203.2 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 255 | 0.2 | 0.79 | 0 | 0 | 284.78 | 1 | 0.61 |
| Hex | CC | 36 | FF | 14 | 4F | 0 | 0 | 11D | 64 | 3D |
| Octal | 314 | 66 | 377 | 24 | 117 | 0 | 0 | 435 | 144 | 75 |
| Binary | 11001100 | 110110 | 11111111 | 10100 | 1001111 | 0 | 0 | 100011101 | 1100100 | 111101 |
Color Harmonies of #CC36FF
Complementary color
Monochromatic Colors of #CC36FF
Black with #CC36FF
Text Example
Text Example
White with #CC36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC36FF; }
p { color: rgb(204,54,255); }
H1.HeaderClassName
{
color: #CC36FF;
}
.AnyTagClassName
{
color: #CC36FF;
}
</style>
background-color css
<style>
a { background-color: #CC36FF; }
a { background-color: rgb(204,54,255); }
div.DivClassName
{
background-color: #CC36FF;
}
.BgClassName
{
background-color: #CC36FF;
}
</style>
border-color css
<style>
span { border-color: #CC36FF; }
span { border-color: rgb(204,54,255); }
td.TdClassName
{
border-color: #CC36FF;
}
.TagClassName
{
border-color: #CC36FF;
}
</style>