Shades of Electric Purple #C10DFB
Tints of Electric Purple #C10DFB
RGB
CMYK
RGB Variations
Color information
#C10DFB (or 0xC10DFB) is known color: Electric Purple. HEX triplet: C1, 0D and FB. RGB value is (193,13,251). Sum of RGB (Red+Green+Blue) = 193+13+251=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 13 (5.47% from 255 or 2.84% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #C10DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10DFB is #3EF204. Grayscale: #5D5D5D. Windows color (decimal): -4125189 or 16453057. OLE color: 16453057.
HSL color Cylindrical-coordinate representation of color #C10DFB: hue angle of 285.38º 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 #C10DFB is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 13 | 251 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.02 |
| HSL | 285.38º | 0.97% | 0.52% | - |
| HSV(B) | 285.38º | 0.95% | 0.98% | - |
| XYZ | 39.55 | 18.59 | 92.77 | - |
| YUV | 93.95 | 216.63 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 13 | 251 | 0.23 | 0.95 | 0 | 0.02 | 285.38 | 0.97 | 0.52 |
| Hex | C1 | D | FB | 17 | 5F | 0 | 2 | 11D | 61 | 34 |
| Octal | 301 | 15 | 373 | 27 | 137 | 0 | 2 | 435 | 141 | 64 |
| Binary | 11000001 | 1101 | 11111011 | 10111 | 1011111 | 0 | 10 | 100011101 | 1100001 | 110100 |
Color Harmonies of #C10DFB
Complementary color
Monochromatic Colors of #C10DFB
Black with #C10DFB
Text Example
Text Example
White with #C10DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10DFB; }
p { color: rgb(193,13,251); }
H1.HeaderClassName
{
color: #C10DFB;
}
.AnyTagClassName
{
color: #C10DFB;
}
</style>
background-color css
<style>
a { background-color: #C10DFB; }
a { background-color: rgb(193,13,251); }
div.DivClassName
{
background-color: #C10DFB;
}
.BgClassName
{
background-color: #C10DFB;
}
</style>
border-color css
<style>
span { border-color: #C10DFB; }
span { border-color: rgb(193,13,251); }
td.TdClassName
{
border-color: #C10DFB;
}
.TagClassName
{
border-color: #C10DFB;
}
</style>