Shades of Electric Purple #CC30FF
Tints of Electric Purple #CC30FF
RGB
CMYK
RGB Variations
Color information
#CC30FF (or 0xCC30FF) is known color: Electric Purple. HEX triplet: CC, 30 and FF. RGB value is (204,48,255). Sum of RGB (Red+Green+Blue) = 204+48+255=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 48 (19.14% from 255 or 9.47% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC30FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC30FF is #33CF00. Grayscale: #757575. Windows color (decimal): -3395329 or 16724172. OLE color: 16724172.
HSL color Cylindrical-coordinate representation of color #CC30FF: hue angle of 285.22º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC30FF is Cyan = 0.2, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 48 | 255 | - |
| CMYK | 0.2 | 0.81 | 0 | 0 |
| HSL | 285.22º | 1% | 0.59% | - |
| HSV(B) | 285.22º | 0.81% | 1% | - |
| XYZ | 44.01 | 22.17 | 96.57 | - |
| YUV | 118.24 | 205.18 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 255 | 0.2 | 0.81 | 0 | 0 | 285.22 | 1 | 0.59 |
| Hex | CC | 30 | FF | 14 | 51 | 0 | 0 | 11D | 64 | 3B |
| Octal | 314 | 60 | 377 | 24 | 121 | 0 | 0 | 435 | 144 | 73 |
| Binary | 11001100 | 110000 | 11111111 | 10100 | 1010001 | 0 | 0 | 100011101 | 1100100 | 111011 |
Color Harmonies of #CC30FF
Complementary color
Monochromatic Colors of #CC30FF
Black with #CC30FF
Text Example
Text Example
White with #CC30FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC30FF; }
p { color: rgb(204,48,255); }
H1.HeaderClassName
{
color: #CC30FF;
}
.AnyTagClassName
{
color: #CC30FF;
}
</style>
background-color css
<style>
a { background-color: #CC30FF; }
a { background-color: rgb(204,48,255); }
div.DivClassName
{
background-color: #CC30FF;
}
.BgClassName
{
background-color: #CC30FF;
}
</style>
border-color css
<style>
span { border-color: #CC30FF; }
span { border-color: rgb(204,48,255); }
td.TdClassName
{
border-color: #CC30FF;
}
.TagClassName
{
border-color: #CC30FF;
}
</style>