Shades of Electric Purple #C42AFB
Tints of Electric Purple #C42AFB
RGB
CMYK
RGB Variations
Color information
#C42AFB (or 0xC42AFB) is known color: Electric Purple. HEX triplet: C4, 2A and FB. RGB value is (196,42,251). Sum of RGB (Red+Green+Blue) = 196+42+251=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 42 (16.80% from 255 or 8.59% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #C42AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42AFB is #3BD504. Grayscale: #6F6F6F. Windows color (decimal): -3921157 or 16460484. OLE color: 16460484.
HSL color Cylindrical-coordinate representation of color #C42AFB: hue angle of 284.21º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C42AFB is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 196 | 42 | 251 | - |
CMYK | 0.22 | 0.83 | 0 | 0.02 |
HSL | 284.21º | 0.96% | 0.57% | - |
HSV(B) | 284.21º | 0.83% | 0.98% | - |
XYZ | 41.01 | 20.36 | 93.03 | - |
YUV | 111.87 | 206.52 | 188.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 42 | 251 | 0.22 | 0.83 | 0 | 0.02 | 284.21 | 0.96 | 0.57 |
Hex | C4 | 2A | FB | 16 | 53 | 0 | 2 | 11C | 60 | 39 |
Octal | 304 | 52 | 373 | 26 | 123 | 0 | 2 | 434 | 140 | 71 |
Binary | 11000100 | 101010 | 11111011 | 10110 | 1010011 | 0 | 10 | 100011100 | 1100000 | 111001 |
Color Harmonies of #C42AFB
Complementary color
Monochromatic Colors of #C42AFB
Black with #C42AFB
Text Example
Text Example
White with #C42AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42AFB; }
p { color: rgb(196,42,251); }
H1.HeaderClassName
{
color: #C42AFB;
}
.AnyTagClassName
{
color: #C42AFB;
}
</style>
background-color css
<style>
a { background-color: #C42AFB; }
a { background-color: rgb(196,42,251); }
div.DivClassName
{
background-color: #C42AFB;
}
.BgClassName
{
background-color: #C42AFB;
}
</style>
border-color css
<style>
span { border-color: #C42AFB; }
span { border-color: rgb(196,42,251); }
td.TdClassName
{
border-color: #C42AFB;
}
.TagClassName
{
border-color: #C42AFB;
}
</style>