Shades of Electric Purple #CC10FB
Tints of Electric Purple #CC10FB
RGB
CMYK
RGB Variations
Color information
#CC10FB (or 0xCC10FB) is known color: Electric Purple. HEX triplet: CC, 10 and FB. RGB value is (204,16,251). Sum of RGB (Red+Green+Blue) = 204+16+251=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 16 (6.64% from 255 or 3.40% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC10FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC10FB is #33EF04. Grayscale: #626262. Windows color (decimal): -3403525 or 16453836. OLE color: 16453836.
HSL color Cylindrical-coordinate representation of color #CC10FB: hue angle of 288º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC10FB is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 16 | 251 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.02 |
| HSL | 288º | 0.97% | 0.52% | - |
| HSV(B) | 288º | 0.94% | 0.98% | - |
| XYZ | 42.5 | 20.17 | 92.92 | - |
| YUV | 99 | 213.78 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 251 | 0.19 | 0.94 | 0 | 0.02 | 288 | 0.97 | 0.52 |
| Hex | CC | 10 | FB | 13 | 5E | 0 | 2 | 120 | 61 | 34 |
| Octal | 314 | 20 | 373 | 23 | 136 | 0 | 2 | 440 | 141 | 64 |
| Binary | 11001100 | 10000 | 11111011 | 10011 | 1011110 | 0 | 10 | 100100000 | 1100001 | 110100 |
Color Harmonies of #CC10FB
Complementary color
Monochromatic Colors of #CC10FB
Black with #CC10FB
Text Example
Text Example
White with #CC10FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC10FB; }
p { color: rgb(204,16,251); }
H1.HeaderClassName
{
color: #CC10FB;
}
.AnyTagClassName
{
color: #CC10FB;
}
</style>
background-color css
<style>
a { background-color: #CC10FB; }
a { background-color: rgb(204,16,251); }
div.DivClassName
{
background-color: #CC10FB;
}
.BgClassName
{
background-color: #CC10FB;
}
</style>
border-color css
<style>
span { border-color: #CC10FB; }
span { border-color: rgb(204,16,251); }
td.TdClassName
{
border-color: #CC10FB;
}
.TagClassName
{
border-color: #CC10FB;
}
</style>