Shades of Fuchsia #C42CC3
Tints of Fuchsia #C42CC3
RGB
CMYK
RGB Variations
Color information
#C42CC3 (or 0xC42CC3) is known color: Fuchsia. HEX triplet: C4, 2C and C3. RGB value is (196,44,195). Sum of RGB (Red+Green+Blue) = 196+44+195=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 44 (17.58% from 255 or 10.11% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C42CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42CC3 is #3BD33C. Grayscale: #6A6A6A. Windows color (decimal): -3920701 or 12790980. OLE color: 12790980.
HSL color Cylindrical-coordinate representation of color #C42CC3: hue angle of 300.39º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42CC3 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 44 | 195 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.23 |
| HSL | 300.39º | 0.63% | 0.47% | - |
| HSV(B) | 300.39º | 0.78% | 0.77% | - |
| XYZ | 33.52 | 17.48 | 53.24 | - |
| YUV | 106.66 | 177.86 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 195 | 0 | 0.78 | 0.01 | 0.23 | 300.39 | 0.63 | 0.47 |
| Hex | C4 | 2C | C3 | 0 | 4E | 1 | 17 | 12C | 3F | 2F |
| Octal | 304 | 54 | 303 | 0 | 116 | 1 | 27 | 454 | 77 | 57 |
| Binary | 11000100 | 101100 | 11000011 | 0 | 1001110 | 1 | 10111 | 100101100 | 111111 | 101111 |
Color Harmonies of #C42CC3
Complementary color
Monochromatic Colors of #C42CC3
Black with #C42CC3
Text Example
Text Example
White with #C42CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42CC3; }
p { color: rgb(196,44,195); }
H1.HeaderClassName
{
color: #C42CC3;
}
.AnyTagClassName
{
color: #C42CC3;
}
</style>
background-color css
<style>
a { background-color: #C42CC3; }
a { background-color: rgb(196,44,195); }
div.DivClassName
{
background-color: #C42CC3;
}
.BgClassName
{
background-color: #C42CC3;
}
</style>
border-color css
<style>
span { border-color: #C42CC3; }
span { border-color: rgb(196,44,195); }
td.TdClassName
{
border-color: #C42CC3;
}
.TagClassName
{
border-color: #C42CC3;
}
</style>