Shades of Electric Purple #C200FF
Tints of Electric Purple #C200FF
RGB
CMYK
RGB Variations
Color information
#C200FF (or 0xC200FF) is known color: Electric Purple. HEX triplet: C2, 00 and FF. RGB value is (194,0,255). Sum of RGB (Red+Green+Blue) = 194+0+255=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 0 (0.39% from 255 or 0% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #C200FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C200FF is #3DFF00. Grayscale: #565656. Windows color (decimal): -4062977 or 16711874. OLE color: 16711874.
HSL color Cylindrical-coordinate representation of color #C200FF: hue angle of 285.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200FF is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 194 | 0 | 255 | - |
CMYK | 0.24 | 1 | 0 | 0 |
HSL | 285.65º | 1% | 0.5% | - |
HSV(B) | 285.65º | 1% | 1% | - |
XYZ | 40.3 | 18.69 | 96.09 | - |
YUV | 87.08 | 222.77 | 204.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 0 | 255 | 0.24 | 1 | 0 | 0 | 285.65 | 1 | 0.5 |
Hex | C2 | 0 | FF | 18 | 64 | 0 | 0 | 11E | 64 | 32 |
Octal | 302 | 0 | 377 | 30 | 144 | 0 | 0 | 436 | 144 | 62 |
Binary | 11000010 | 0 | 11111111 | 11000 | 1100100 | 0 | 0 | 100011110 | 1100100 | 110010 |
Color Harmonies of #C200FF
Complementary color
Monochromatic Colors of #C200FF
Black with #C200FF
Text Example
Text Example
White with #C200FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200FF; }
p { color: rgb(194,0,255); }
H1.HeaderClassName
{
color: #C200FF;
}
.AnyTagClassName
{
color: #C200FF;
}
</style>
background-color css
<style>
a { background-color: #C200FF; }
a { background-color: rgb(194,0,255); }
div.DivClassName
{
background-color: #C200FF;
}
.BgClassName
{
background-color: #C200FF;
}
</style>
border-color css
<style>
span { border-color: #C200FF; }
span { border-color: rgb(194,0,255); }
td.TdClassName
{
border-color: #C200FF;
}
.TagClassName
{
border-color: #C200FF;
}
</style>