Shades of Electric Purple #CC0CFB
Tints of Electric Purple #CC0CFB
RGB
CMYK
RGB Variations
Color information
#CC0CFB (or 0xCC0CFB) is known color: Electric Purple. HEX triplet: CC, 0C and FB. RGB value is (204,12,251). Sum of RGB (Red+Green+Blue) = 204+12+251=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 12 (5.08% from 255 or 2.57% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC0CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0CFB is #33F304. Grayscale: #5F5F5F. Windows color (decimal): -3404549 or 16452812. OLE color: 16452812.
HSL color Cylindrical-coordinate representation of color #CC0CFB: hue angle of 288.2º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0CFB is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 12 | 251 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.02 |
| HSL | 288.2º | 0.97% | 0.52% | - |
| HSV(B) | 288.2º | 0.95% | 0.98% | - |
| XYZ | 42.45 | 20.07 | 92.9 | - |
| YUV | 96.65 | 215.11 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 251 | 0.19 | 0.95 | 0 | 0.02 | 288.2 | 0.97 | 0.52 |
| Hex | CC | C | FB | 13 | 5F | 0 | 2 | 120 | 61 | 34 |
| Octal | 314 | 14 | 373 | 23 | 137 | 0 | 2 | 440 | 141 | 64 |
| Binary | 11001100 | 1100 | 11111011 | 10011 | 1011111 | 0 | 10 | 100100000 | 1100001 | 110100 |
Color Harmonies of #CC0CFB
Complementary color
Monochromatic Colors of #CC0CFB
Black with #CC0CFB
Text Example
Text Example
White with #CC0CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0CFB; }
p { color: rgb(204,12,251); }
H1.HeaderClassName
{
color: #CC0CFB;
}
.AnyTagClassName
{
color: #CC0CFB;
}
</style>
background-color css
<style>
a { background-color: #CC0CFB; }
a { background-color: rgb(204,12,251); }
div.DivClassName
{
background-color: #CC0CFB;
}
.BgClassName
{
background-color: #CC0CFB;
}
</style>
border-color css
<style>
span { border-color: #CC0CFB; }
span { border-color: rgb(204,12,251); }
td.TdClassName
{
border-color: #CC0CFB;
}
.TagClassName
{
border-color: #CC0CFB;
}
</style>