Shades of Electric Purple #C312FF
Tints of Electric Purple #C312FF
RGB
CMYK
RGB Variations
Color information
#C312FF (or 0xC312FF) is known color: Electric Purple. HEX triplet: C3, 12 and FF. RGB value is (195,18,255). Sum of RGB (Red+Green+Blue) = 195+18+255=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 18 (7.42% from 255 or 3.85% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #C312FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C312FF is #3CED00. Grayscale: #616161. Windows color (decimal): -3992833 or 16716483. OLE color: 16716483.
HSL color Cylindrical-coordinate representation of color #C312FF: hue angle of 284.81º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C312FF is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 18 | 255 | - |
| CMYK | 0.24 | 0.93 | 0 | 0 |
| HSL | 284.81º | 1% | 0.54% | - |
| HSV(B) | 284.81º | 0.93% | 1% | - |
| XYZ | 40.77 | 19.25 | 96.18 | - |
| YUV | 97.94 | 216.64 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 255 | 0.24 | 0.93 | 0 | 0 | 284.81 | 1 | 0.54 |
| Hex | C3 | 12 | FF | 18 | 5D | 0 | 0 | 11D | 64 | 36 |
| Octal | 303 | 22 | 377 | 30 | 135 | 0 | 0 | 435 | 144 | 66 |
| Binary | 11000011 | 10010 | 11111111 | 11000 | 1011101 | 0 | 0 | 100011101 | 1100100 | 110110 |
Color Harmonies of #C312FF
Complementary color
Monochromatic Colors of #C312FF
Black with #C312FF
Text Example
Text Example
White with #C312FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C312FF; }
p { color: rgb(195,18,255); }
H1.HeaderClassName
{
color: #C312FF;
}
.AnyTagClassName
{
color: #C312FF;
}
</style>
background-color css
<style>
a { background-color: #C312FF; }
a { background-color: rgb(195,18,255); }
div.DivClassName
{
background-color: #C312FF;
}
.BgClassName
{
background-color: #C312FF;
}
</style>
border-color css
<style>
span { border-color: #C312FF; }
span { border-color: rgb(195,18,255); }
td.TdClassName
{
border-color: #C312FF;
}
.TagClassName
{
border-color: #C312FF;
}
</style>