Shades of Electric Purple #CC1CFF
Tints of Electric Purple #CC1CFF
RGB
CMYK
RGB Variations
Color information
#CC1CFF (or 0xCC1CFF) is known color: Electric Purple. HEX triplet: CC, 1C and FF. RGB value is (204,28,255). Sum of RGB (Red+Green+Blue) = 204+28+255=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 28 (11.33% from 255 or 5.75% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC1CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1CFF is #33E300. Grayscale: #696969. Windows color (decimal): -3400449 or 16719052. OLE color: 16719052.
HSL color Cylindrical-coordinate representation of color #CC1CFF: hue angle of 286.52º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1CFF is Cyan = 0.2, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 28 | 255 | - |
| CMYK | 0.2 | 0.89 | 0 | 0 |
| HSL | 286.52º | 1% | 0.55% | - |
| HSV(B) | 286.52º | 0.89% | 1% | - |
| XYZ | 43.37 | 20.89 | 96.35 | - |
| YUV | 106.5 | 211.81 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 255 | 0.2 | 0.89 | 0 | 0 | 286.52 | 1 | 0.55 |
| Hex | CC | 1C | FF | 14 | 59 | 0 | 0 | 11F | 64 | 37 |
| Octal | 314 | 34 | 377 | 24 | 131 | 0 | 0 | 437 | 144 | 67 |
| Binary | 11001100 | 11100 | 11111111 | 10100 | 1011001 | 0 | 0 | 100011111 | 1100100 | 110111 |
Color Harmonies of #CC1CFF
Complementary color
Monochromatic Colors of #CC1CFF
Black with #CC1CFF
Text Example
Text Example
White with #CC1CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1CFF; }
p { color: rgb(204,28,255); }
H1.HeaderClassName
{
color: #CC1CFF;
}
.AnyTagClassName
{
color: #CC1CFF;
}
</style>
background-color css
<style>
a { background-color: #CC1CFF; }
a { background-color: rgb(204,28,255); }
div.DivClassName
{
background-color: #CC1CFF;
}
.BgClassName
{
background-color: #CC1CFF;
}
</style>
border-color css
<style>
span { border-color: #CC1CFF; }
span { border-color: rgb(204,28,255); }
td.TdClassName
{
border-color: #CC1CFF;
}
.TagClassName
{
border-color: #CC1CFF;
}
</style>