Shades of Fuchsia #C430BD
Tints of Fuchsia #C430BD
RGB
CMYK
RGB Variations
Color information
#C430BD (or 0xC430BD) is known color: Fuchsia. HEX triplet: C4, 30 and BD. RGB value is (196,48,189). Sum of RGB (Red+Green+Blue) = 196+48+189=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C430BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C430BD is #3BCF42. Grayscale: #6B6B6B. Windows color (decimal): -3919683 or 12398788. OLE color: 12398788.
HSL color Cylindrical-coordinate representation of color #C430BD: hue angle of 302.84º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C430BD is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 189 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.23 |
| HSL | 302.84º | 0.61% | 0.48% | - |
| HSV(B) | 302.84º | 0.76% | 0.77% | - |
| XYZ | 33.01 | 17.52 | 49.79 | - |
| YUV | 108.33 | 173.53 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 189 | 0 | 0.76 | 0.04 | 0.23 | 302.84 | 0.61 | 0.48 |
| Hex | C4 | 30 | BD | 0 | 4C | 4 | 17 | 12F | 3D | 30 |
| Octal | 304 | 60 | 275 | 0 | 114 | 4 | 27 | 457 | 75 | 60 |
| Binary | 11000100 | 110000 | 10111101 | 0 | 1001100 | 100 | 10111 | 100101111 | 111101 | 110000 |
Color Harmonies of #C430BD
Complementary color
Monochromatic Colors of #C430BD
Black with #C430BD
Text Example
Text Example
White with #C430BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C430BD; }
p { color: rgb(196,48,189); }
H1.HeaderClassName
{
color: #C430BD;
}
.AnyTagClassName
{
color: #C430BD;
}
</style>
background-color css
<style>
a { background-color: #C430BD; }
a { background-color: rgb(196,48,189); }
div.DivClassName
{
background-color: #C430BD;
}
.BgClassName
{
background-color: #C430BD;
}
</style>
border-color css
<style>
span { border-color: #C430BD; }
span { border-color: rgb(196,48,189); }
td.TdClassName
{
border-color: #C430BD;
}
.TagClassName
{
border-color: #C430BD;
}
</style>