Shades of Fuchsia #C430CD
Tints of Fuchsia #C430CD
RGB
CMYK
RGB Variations
Color information
#C430CD (or 0xC430CD) is known color: Fuchsia. HEX triplet: C4, 30 and CD. RGB value is (196,48,205). Sum of RGB (Red+Green+Blue) = 196+48+205=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #C430CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C430CD is #3BCF32. Grayscale: #6D6D6D. Windows color (decimal): -3919667 or 13447364. OLE color: 13447364.
HSL color Cylindrical-coordinate representation of color #C430CD: hue angle of 296.56º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C430CD is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 48 | 205 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.20 |
| HSL | 296.56º | 0.62% | 0.5% | - |
| HSV(B) | 296.56º | 0.77% | 0.8% | - |
| XYZ | 34.84 | 18.26 | 59.45 | - |
| YUV | 110.15 | 181.53 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 205 | 0.04 | 0.77 | 0 | 0.20 | 296.56 | 0.62 | 0.5 |
| Hex | C4 | 30 | CD | 4 | 4D | 0 | 14 | 129 | 3E | 32 |
| Octal | 304 | 60 | 315 | 4 | 115 | 0 | 24 | 451 | 76 | 62 |
| Binary | 11000100 | 110000 | 11001101 | 100 | 1001101 | 0 | 10100 | 100101001 | 111110 | 110010 |
Color Harmonies of #C430CD
Complementary color
Monochromatic Colors of #C430CD
Black with #C430CD
Text Example
Text Example
White with #C430CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C430CD; }
p { color: rgb(196,48,205); }
H1.HeaderClassName
{
color: #C430CD;
}
.AnyTagClassName
{
color: #C430CD;
}
</style>
background-color css
<style>
a { background-color: #C430CD; }
a { background-color: rgb(196,48,205); }
div.DivClassName
{
background-color: #C430CD;
}
.BgClassName
{
background-color: #C430CD;
}
</style>
border-color css
<style>
span { border-color: #C430CD; }
span { border-color: rgb(196,48,205); }
td.TdClassName
{
border-color: #C430CD;
}
.TagClassName
{
border-color: #C430CD;
}
</style>