Shades of Electric Purple #C223FF
Tints of Electric Purple #C223FF
RGB
CMYK
RGB Variations
Color information
#C223FF (or 0xC223FF) is known color: Electric Purple. HEX triplet: C2, 23 and FF. RGB value is (194,35,255). Sum of RGB (Red+Green+Blue) = 194+35+255=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 35 (14.06% from 255 or 7.23% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #C223FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C223FF is #3DDC00. Grayscale: #6A6A6A. Windows color (decimal): -4054017 or 16720834. OLE color: 16720834.
HSL color Cylindrical-coordinate representation of color #C223FF: hue angle of 283.36º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C223FF is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 35 | 255 | - |
| CMYK | 0.24 | 0.86 | 0 | 0 |
| HSL | 283.36º | 1% | 0.57% | - |
| HSV(B) | 283.36º | 0.86% | 1% | - |
| XYZ | 40.9 | 19.89 | 96.29 | - |
| YUV | 107.62 | 211.18 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 255 | 0.24 | 0.86 | 0 | 0 | 283.36 | 1 | 0.57 |
| Hex | C2 | 23 | FF | 18 | 56 | 0 | 0 | 11B | 64 | 39 |
| Octal | 302 | 43 | 377 | 30 | 126 | 0 | 0 | 433 | 144 | 71 |
| Binary | 11000010 | 100011 | 11111111 | 11000 | 1010110 | 0 | 0 | 100011011 | 1100100 | 111001 |
Color Harmonies of #C223FF
Complementary color
Monochromatic Colors of #C223FF
Black with #C223FF
Text Example
Text Example
White with #C223FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C223FF; }
p { color: rgb(194,35,255); }
H1.HeaderClassName
{
color: #C223FF;
}
.AnyTagClassName
{
color: #C223FF;
}
</style>
background-color css
<style>
a { background-color: #C223FF; }
a { background-color: rgb(194,35,255); }
div.DivClassName
{
background-color: #C223FF;
}
.BgClassName
{
background-color: #C223FF;
}
</style>
border-color css
<style>
span { border-color: #C223FF; }
span { border-color: rgb(194,35,255); }
td.TdClassName
{
border-color: #C223FF;
}
.TagClassName
{
border-color: #C223FF;
}
</style>