Shades of Electric Purple #CC1DFB
Tints of Electric Purple #CC1DFB
RGB
CMYK
RGB Variations
Color information
#CC1DFB (or 0xCC1DFB) is known color: Electric Purple. HEX triplet: CC, 1D and FB. RGB value is (204,29,251). Sum of RGB (Red+Green+Blue) = 204+29+251=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 29 (11.72% from 255 or 5.99% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC1DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1DFB is #33E204. Grayscale: #696969. Windows color (decimal): -3400197 or 16457164. OLE color: 16457164.
HSL color Cylindrical-coordinate representation of color #CC1DFB: hue angle of 287.3º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1DFB is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 29 | 251 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.02 |
| HSL | 287.3º | 0.97% | 0.55% | - |
| HSV(B) | 287.3º | 0.88% | 0.98% | - |
| XYZ | 42.75 | 20.68 | 93.01 | - |
| YUV | 106.63 | 209.48 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 29 | 251 | 0.19 | 0.88 | 0 | 0.02 | 287.3 | 0.97 | 0.55 |
| Hex | CC | 1D | FB | 13 | 58 | 0 | 2 | 11F | 61 | 37 |
| Octal | 314 | 35 | 373 | 23 | 130 | 0 | 2 | 437 | 141 | 67 |
| Binary | 11001100 | 11101 | 11111011 | 10011 | 1011000 | 0 | 10 | 100011111 | 1100001 | 110111 |
Color Harmonies of #CC1DFB
Complementary color
Monochromatic Colors of #CC1DFB
Black with #CC1DFB
Text Example
Text Example
White with #CC1DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1DFB; }
p { color: rgb(204,29,251); }
H1.HeaderClassName
{
color: #CC1DFB;
}
.AnyTagClassName
{
color: #CC1DFB;
}
</style>
background-color css
<style>
a { background-color: #CC1DFB; }
a { background-color: rgb(204,29,251); }
div.DivClassName
{
background-color: #CC1DFB;
}
.BgClassName
{
background-color: #CC1DFB;
}
</style>
border-color css
<style>
span { border-color: #CC1DFB; }
span { border-color: rgb(204,29,251); }
td.TdClassName
{
border-color: #CC1DFB;
}
.TagClassName
{
border-color: #CC1DFB;
}
</style>