Shades of Electric Purple #CC35FF
Tints of Electric Purple #CC35FF
RGB
CMYK
RGB Variations
Color information
#CC35FF (or 0xCC35FF) is known color: Electric Purple. HEX triplet: CC, 35 and FF. RGB value is (204,53,255). Sum of RGB (Red+Green+Blue) = 204+53+255=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 53 (21.09% from 255 or 10.35% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC35FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC35FF is #33CA00. Grayscale: #787878. Windows color (decimal): -3394049 or 16725452. OLE color: 16725452.
HSL color Cylindrical-coordinate representation of color #CC35FF: hue angle of 284.85º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC35FF is Cyan = 0.2, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 53 | 255 | - |
| CMYK | 0.2 | 0.79 | 0 | 0 |
| HSL | 284.85º | 1% | 0.6% | - |
| HSV(B) | 284.85º | 0.79% | 1% | - |
| XYZ | 44.22 | 22.6 | 96.64 | - |
| YUV | 121.18 | 203.53 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 255 | 0.2 | 0.79 | 0 | 0 | 284.85 | 1 | 0.6 |
| Hex | CC | 35 | FF | 14 | 4F | 0 | 0 | 11D | 64 | 3C |
| Octal | 314 | 65 | 377 | 24 | 117 | 0 | 0 | 435 | 144 | 74 |
| Binary | 11001100 | 110101 | 11111111 | 10100 | 1001111 | 0 | 0 | 100011101 | 1100100 | 111100 |
Color Harmonies of #CC35FF
Complementary color
Monochromatic Colors of #CC35FF
Black with #CC35FF
Text Example
Text Example
White with #CC35FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC35FF; }
p { color: rgb(204,53,255); }
H1.HeaderClassName
{
color: #CC35FF;
}
.AnyTagClassName
{
color: #CC35FF;
}
</style>
background-color css
<style>
a { background-color: #CC35FF; }
a { background-color: rgb(204,53,255); }
div.DivClassName
{
background-color: #CC35FF;
}
.BgClassName
{
background-color: #CC35FF;
}
</style>
border-color css
<style>
span { border-color: #CC35FF; }
span { border-color: rgb(204,53,255); }
td.TdClassName
{
border-color: #CC35FF;
}
.TagClassName
{
border-color: #CC35FF;
}
</style>