Shades of Electric Purple #CD12F2
Tints of Electric Purple #CD12F2
RGB
CMYK
RGB Variations
Color information
#CD12F2 (or 0xCD12F2) is known color: Electric Purple. HEX triplet: CD, 12 and F2. RGB value is (205,18,242). Sum of RGB (Red+Green+Blue) = 205+18+242=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 18 (7.42% from 255 or 3.87% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #CD12F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD12F2 is #32ED0D. Grayscale: #626262. Windows color (decimal): -3337486 or 15864525. OLE color: 15864525.
HSL color Cylindrical-coordinate representation of color #CD12F2: hue angle of 290.09º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD12F2 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 18 | 242 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.05 |
| HSL | 290.09º | 0.9% | 0.51% | - |
| HSV(B) | 290.09º | 0.93% | 0.95% | - |
| XYZ | 41.42 | 19.82 | 85.65 | - |
| YUV | 99.45 | 208.45 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 18 | 242 | 0.15 | 0.93 | 0 | 0.05 | 290.09 | 0.9 | 0.51 |
| Hex | CD | 12 | F2 | F | 5D | 0 | 5 | 122 | 5A | 33 |
| Octal | 315 | 22 | 362 | 17 | 135 | 0 | 5 | 442 | 132 | 63 |
| Binary | 11001101 | 10010 | 11110010 | 1111 | 1011101 | 0 | 101 | 100100010 | 1011010 | 110011 |
Color Harmonies of #CD12F2
Complementary color
Monochromatic Colors of #CD12F2
Black with #CD12F2
Text Example
Text Example
White with #CD12F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD12F2; }
p { color: rgb(205,18,242); }
H1.HeaderClassName
{
color: #CD12F2;
}
.AnyTagClassName
{
color: #CD12F2;
}
</style>
background-color css
<style>
a { background-color: #CD12F2; }
a { background-color: rgb(205,18,242); }
div.DivClassName
{
background-color: #CD12F2;
}
.BgClassName
{
background-color: #CD12F2;
}
</style>
border-color css
<style>
span { border-color: #CD12F2; }
span { border-color: rgb(205,18,242); }
td.TdClassName
{
border-color: #CD12F2;
}
.TagClassName
{
border-color: #CD12F2;
}
</style>