Shades of Electric Purple #CB0CFC
Tints of Electric Purple #CB0CFC
RGB
CMYK
RGB Variations
Color information
#CB0CFC (or 0xCB0CFC) is known color: Electric Purple. HEX triplet: CB, 0C and FC. RGB value is (203,12,252). Sum of RGB (Red+Green+Blue) = 203+12+252=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 12 (5.08% from 255 or 2.57% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB0CFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0CFC is #34F303. Grayscale: #5F5F5F. Windows color (decimal): -3470084 or 16518347. OLE color: 16518347.
HSL color Cylindrical-coordinate representation of color #CB0CFC: hue angle of 287.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0CFC is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 12 | 252 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.01 |
| HSL | 287.75º | 0.98% | 0.52% | - |
| HSV(B) | 287.75º | 0.95% | 0.99% | - |
| XYZ | 42.33 | 19.99 | 93.72 | - |
| YUV | 96.47 | 215.78 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 252 | 0.19 | 0.95 | 0 | 0.01 | 287.75 | 0.98 | 0.52 |
| Hex | CB | C | FC | 13 | 5F | 0 | 1 | 120 | 62 | 34 |
| Octal | 313 | 14 | 374 | 23 | 137 | 0 | 1 | 440 | 142 | 64 |
| Binary | 11001011 | 1100 | 11111100 | 10011 | 1011111 | 0 | 1 | 100100000 | 1100010 | 110100 |
Color Harmonies of #CB0CFC
Complementary color
Monochromatic Colors of #CB0CFC
Black with #CB0CFC
Text Example
Text Example
White with #CB0CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0CFC; }
p { color: rgb(203,12,252); }
H1.HeaderClassName
{
color: #CB0CFC;
}
.AnyTagClassName
{
color: #CB0CFC;
}
</style>
background-color css
<style>
a { background-color: #CB0CFC; }
a { background-color: rgb(203,12,252); }
div.DivClassName
{
background-color: #CB0CFC;
}
.BgClassName
{
background-color: #CB0CFC;
}
</style>
border-color css
<style>
span { border-color: #CB0CFC; }
span { border-color: rgb(203,12,252); }
td.TdClassName
{
border-color: #CB0CFC;
}
.TagClassName
{
border-color: #CB0CFC;
}
</style>