Shades of Electric Purple #CC1CFC
Tints of Electric Purple #CC1CFC
RGB
CMYK
RGB Variations
Color information
#CC1CFC (or 0xCC1CFC) is known color: Electric Purple. HEX triplet: CC, 1C and FC. RGB value is (204,28,252). Sum of RGB (Red+Green+Blue) = 204+28+252=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 28 (11.33% from 255 or 5.79% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC1CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1CFC is #33E303. Grayscale: #696969. Windows color (decimal): -3400452 or 16522444. OLE color: 16522444.
HSL color Cylindrical-coordinate representation of color #CC1CFC: hue angle of 287.14º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1CFC is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 28 | 252 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.01 |
| HSL | 287.14º | 0.97% | 0.55% | - |
| HSV(B) | 287.14º | 0.89% | 0.99% | - |
| XYZ | 42.89 | 20.7 | 93.83 | - |
| YUV | 106.16 | 210.31 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 252 | 0.19 | 0.89 | 0 | 0.01 | 287.14 | 0.97 | 0.55 |
| Hex | CC | 1C | FC | 13 | 59 | 0 | 1 | 11F | 61 | 37 |
| Octal | 314 | 34 | 374 | 23 | 131 | 0 | 1 | 437 | 141 | 67 |
| Binary | 11001100 | 11100 | 11111100 | 10011 | 1011001 | 0 | 1 | 100011111 | 1100001 | 110111 |
Color Harmonies of #CC1CFC
Complementary color
Monochromatic Colors of #CC1CFC
Black with #CC1CFC
Text Example
Text Example
White with #CC1CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1CFC; }
p { color: rgb(204,28,252); }
H1.HeaderClassName
{
color: #CC1CFC;
}
.AnyTagClassName
{
color: #CC1CFC;
}
</style>
background-color css
<style>
a { background-color: #CC1CFC; }
a { background-color: rgb(204,28,252); }
div.DivClassName
{
background-color: #CC1CFC;
}
.BgClassName
{
background-color: #CC1CFC;
}
</style>
border-color css
<style>
span { border-color: #CC1CFC; }
span { border-color: rgb(204,28,252); }
td.TdClassName
{
border-color: #CC1CFC;
}
.TagClassName
{
border-color: #CC1CFC;
}
</style>