Shades of Fuchsia #C42BCD
Tints of Fuchsia #C42BCD
RGB
CMYK
RGB Variations
Color information
#C42BCD (or 0xC42BCD) is known color: Fuchsia. HEX triplet: C4, 2B and CD. RGB value is (196,43,205). Sum of RGB (Red+Green+Blue) = 196+43+205=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 43 (17.19% from 255 or 9.68% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #C42BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42BCD is #3BD432. Grayscale: #6A6A6A. Windows color (decimal): -3920947 or 13446084. OLE color: 13446084.
HSL color Cylindrical-coordinate representation of color #C42BCD: hue angle of 296.67º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42BCD is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 43 | 205 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.20 |
| HSL | 296.67º | 0.65% | 0.49% | - |
| HSV(B) | 296.67º | 0.79% | 0.8% | - |
| XYZ | 34.65 | 17.87 | 59.38 | - |
| YUV | 107.22 | 183.19 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 205 | 0.04 | 0.79 | 0 | 0.20 | 296.67 | 0.65 | 0.49 |
| Hex | C4 | 2B | CD | 4 | 4F | 0 | 14 | 129 | 41 | 31 |
| Octal | 304 | 53 | 315 | 4 | 117 | 0 | 24 | 451 | 101 | 61 |
| Binary | 11000100 | 101011 | 11001101 | 100 | 1001111 | 0 | 10100 | 100101001 | 1000001 | 110001 |
Color Harmonies of #C42BCD
Complementary color
Monochromatic Colors of #C42BCD
Black with #C42BCD
Text Example
Text Example
White with #C42BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42BCD; }
p { color: rgb(196,43,205); }
H1.HeaderClassName
{
color: #C42BCD;
}
.AnyTagClassName
{
color: #C42BCD;
}
</style>
background-color css
<style>
a { background-color: #C42BCD; }
a { background-color: rgb(196,43,205); }
div.DivClassName
{
background-color: #C42BCD;
}
.BgClassName
{
background-color: #C42BCD;
}
</style>
border-color css
<style>
span { border-color: #C42BCD; }
span { border-color: rgb(196,43,205); }
td.TdClassName
{
border-color: #C42BCD;
}
.TagClassName
{
border-color: #C42BCD;
}
</style>