Shades of Fuchsia #C42DBB
Tints of Fuchsia #C42DBB
RGB
CMYK
RGB Variations
Color information
#C42DBB (or 0xC42DBB) is known color: Fuchsia. HEX triplet: C4, 2D and BB. RGB value is (196,45,187). Sum of RGB (Red+Green+Blue) = 196+45+187=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C42DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42DBB is #3BD244. Grayscale: #696969. Windows color (decimal): -3920453 or 12266948. OLE color: 12266948.
HSL color Cylindrical-coordinate representation of color #C42DBB: hue angle of 303.58º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42DBB is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 45 | 187 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.23 |
| HSL | 303.58º | 0.63% | 0.47% | - |
| HSV(B) | 303.58º | 0.77% | 0.77% | - |
| XYZ | 32.67 | 17.2 | 48.61 | - |
| YUV | 106.34 | 173.53 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 187 | 0 | 0.77 | 0.05 | 0.23 | 303.58 | 0.63 | 0.47 |
| Hex | C4 | 2D | BB | 0 | 4D | 5 | 17 | 130 | 3F | 2F |
| Octal | 304 | 55 | 273 | 0 | 115 | 5 | 27 | 460 | 77 | 57 |
| Binary | 11000100 | 101101 | 10111011 | 0 | 1001101 | 101 | 10111 | 100110000 | 111111 | 101111 |
Color Harmonies of #C42DBB
Complementary color
Monochromatic Colors of #C42DBB
Black with #C42DBB
Text Example
Text Example
White with #C42DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42DBB; }
p { color: rgb(196,45,187); }
H1.HeaderClassName
{
color: #C42DBB;
}
.AnyTagClassName
{
color: #C42DBB;
}
</style>
background-color css
<style>
a { background-color: #C42DBB; }
a { background-color: rgb(196,45,187); }
div.DivClassName
{
background-color: #C42DBB;
}
.BgClassName
{
background-color: #C42DBB;
}
</style>
border-color css
<style>
span { border-color: #C42DBB; }
span { border-color: rgb(196,45,187); }
td.TdClassName
{
border-color: #C42DBB;
}
.TagClassName
{
border-color: #C42DBB;
}
</style>