Shades of Electric Purple #CD1CF1
Tints of Electric Purple #CD1CF1
RGB
CMYK
RGB Variations
Color information
#CD1CF1 (or 0xCD1CF1) is known color: Electric Purple. HEX triplet: CD, 1C and F1. RGB value is (205,28,241). Sum of RGB (Red+Green+Blue) = 205+28+241=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 28 (11.33% from 255 or 5.91% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #CD1CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD1CF1 is #32E30E. Grayscale: #686868. Windows color (decimal): -3334927 or 15801549. OLE color: 15801549.
HSL color Cylindrical-coordinate representation of color #CD1CF1: hue angle of 289.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD1CF1 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 28 | 241 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.05 |
| HSL | 289.86º | 0.88% | 0.53% | - |
| HSV(B) | 289.86º | 0.88% | 0.95% | - |
| XYZ | 41.47 | 20.16 | 84.92 | - |
| YUV | 105.21 | 204.64 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 28 | 241 | 0.15 | 0.88 | 0 | 0.05 | 289.86 | 0.88 | 0.53 |
| Hex | CD | 1C | F1 | F | 58 | 0 | 5 | 122 | 58 | 35 |
| Octal | 315 | 34 | 361 | 17 | 130 | 0 | 5 | 442 | 130 | 65 |
| Binary | 11001101 | 11100 | 11110001 | 1111 | 1011000 | 0 | 101 | 100100010 | 1011000 | 110101 |
Color Harmonies of #CD1CF1
Complementary color
Monochromatic Colors of #CD1CF1
Black with #CD1CF1
Text Example
Text Example
White with #CD1CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1CF1; }
p { color: rgb(205,28,241); }
H1.HeaderClassName
{
color: #CD1CF1;
}
.AnyTagClassName
{
color: #CD1CF1;
}
</style>
background-color css
<style>
a { background-color: #CD1CF1; }
a { background-color: rgb(205,28,241); }
div.DivClassName
{
background-color: #CD1CF1;
}
.BgClassName
{
background-color: #CD1CF1;
}
</style>
border-color css
<style>
span { border-color: #CD1CF1; }
span { border-color: rgb(205,28,241); }
td.TdClassName
{
border-color: #CD1CF1;
}
.TagClassName
{
border-color: #CD1CF1;
}
</style>