Shades of Electric Purple #CC30FD
Tints of Electric Purple #CC30FD
RGB
CMYK
RGB Variations
Color information
#CC30FD (or 0xCC30FD) is known color: Electric Purple. HEX triplet: CC, 30 and FD. RGB value is (204,48,253). Sum of RGB (Red+Green+Blue) = 204+48+253=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 48 (19.14% from 255 or 9.50% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC30FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC30FD is #33CF02. Grayscale: #757575. Windows color (decimal): -3395331 or 16593100. OLE color: 16593100.
HSL color Cylindrical-coordinate representation of color #CC30FD: hue angle of 285.66º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC30FD is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 48 | 253 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.01 |
| HSL | 285.66º | 0.98% | 0.59% | - |
| HSV(B) | 285.66º | 0.81% | 0.99% | - |
| XYZ | 43.69 | 22.04 | 94.88 | - |
| YUV | 118.01 | 204.18 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 253 | 0.19 | 0.81 | 0 | 0.01 | 285.66 | 0.98 | 0.59 |
| Hex | CC | 30 | FD | 13 | 51 | 0 | 1 | 11E | 62 | 3B |
| Octal | 314 | 60 | 375 | 23 | 121 | 0 | 1 | 436 | 142 | 73 |
| Binary | 11001100 | 110000 | 11111101 | 10011 | 1010001 | 0 | 1 | 100011110 | 1100010 | 111011 |
Color Harmonies of #CC30FD
Complementary color
Monochromatic Colors of #CC30FD
Black with #CC30FD
Text Example
Text Example
White with #CC30FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC30FD; }
p { color: rgb(204,48,253); }
H1.HeaderClassName
{
color: #CC30FD;
}
.AnyTagClassName
{
color: #CC30FD;
}
</style>
background-color css
<style>
a { background-color: #CC30FD; }
a { background-color: rgb(204,48,253); }
div.DivClassName
{
background-color: #CC30FD;
}
.BgClassName
{
background-color: #CC30FD;
}
</style>
border-color css
<style>
span { border-color: #CC30FD; }
span { border-color: rgb(204,48,253); }
td.TdClassName
{
border-color: #CC30FD;
}
.TagClassName
{
border-color: #CC30FD;
}
</style>