Shades of Fuchsia #C42BBD
Tints of Fuchsia #C42BBD
RGB
CMYK
RGB Variations
Color information
#C42BBD (or 0xC42BBD) is known color: Fuchsia. HEX triplet: C4, 2B and BD. RGB value is (196,43,189). Sum of RGB (Red+Green+Blue) = 196+43+189=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C42BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42BBD is #3BD442. Grayscale: #686868. Windows color (decimal): -3920963 or 12397508. OLE color: 12397508.
HSL color Cylindrical-coordinate representation of color #C42BBD: hue angle of 302.75º degrees, saturation: 0.64, 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 #C42BBD is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 43 | 189 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.23 |
| HSL | 302.75º | 0.64% | 0.47% | - |
| HSV(B) | 302.75º | 0.78% | 0.77% | - |
| XYZ | 32.81 | 17.14 | 49.72 | - |
| YUV | 105.39 | 175.19 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 189 | 0 | 0.78 | 0.04 | 0.23 | 302.75 | 0.64 | 0.47 |
| Hex | C4 | 2B | BD | 0 | 4E | 4 | 17 | 12F | 40 | 2F |
| Octal | 304 | 53 | 275 | 0 | 116 | 4 | 27 | 457 | 100 | 57 |
| Binary | 11000100 | 101011 | 10111101 | 0 | 1001110 | 100 | 10111 | 100101111 | 1000000 | 101111 |
Color Harmonies of #C42BBD
Complementary color
Monochromatic Colors of #C42BBD
Black with #C42BBD
Text Example
Text Example
White with #C42BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42BBD; }
p { color: rgb(196,43,189); }
H1.HeaderClassName
{
color: #C42BBD;
}
.AnyTagClassName
{
color: #C42BBD;
}
</style>
background-color css
<style>
a { background-color: #C42BBD; }
a { background-color: rgb(196,43,189); }
div.DivClassName
{
background-color: #C42BBD;
}
.BgClassName
{
background-color: #C42BBD;
}
</style>
border-color css
<style>
span { border-color: #C42BBD; }
span { border-color: rgb(196,43,189); }
td.TdClassName
{
border-color: #C42BBD;
}
.TagClassName
{
border-color: #C42BBD;
}
</style>