Shades of Fuchsia #C435CA
Tints of Fuchsia #C435CA
RGB
CMYK
RGB Variations
Color information
#C435CA (or 0xC435CA) is known color: Fuchsia. HEX triplet: C4, 35 and CA. RGB value is (196,53,202). Sum of RGB (Red+Green+Blue) = 196+53+202=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 53 (21.09% from 255 or 11.75% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #C435CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C435CA is #3BCA35. Grayscale: #707070. Windows color (decimal): -3918390 or 13252036. OLE color: 13252036.
HSL color Cylindrical-coordinate representation of color #C435CA: hue angle of 297.58º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C435CA is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 53 | 202 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.21 |
| HSL | 297.58º | 0.58% | 0.5% | - |
| HSV(B) | 297.58º | 0.74% | 0.79% | - |
| XYZ | 34.7 | 18.55 | 57.63 | - |
| YUV | 112.74 | 178.38 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 202 | 0.03 | 0.74 | 0 | 0.21 | 297.58 | 0.58 | 0.5 |
| Hex | C4 | 35 | CA | 3 | 4A | 0 | 15 | 12A | 3A | 32 |
| Octal | 304 | 65 | 312 | 3 | 112 | 0 | 25 | 452 | 72 | 62 |
| Binary | 11000100 | 110101 | 11001010 | 11 | 1001010 | 0 | 10101 | 100101010 | 111010 | 110010 |
Color Harmonies of #C435CA
Complementary color
Monochromatic Colors of #C435CA
Black with #C435CA
Text Example
Text Example
White with #C435CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C435CA; }
p { color: rgb(196,53,202); }
H1.HeaderClassName
{
color: #C435CA;
}
.AnyTagClassName
{
color: #C435CA;
}
</style>
background-color css
<style>
a { background-color: #C435CA; }
a { background-color: rgb(196,53,202); }
div.DivClassName
{
background-color: #C435CA;
}
.BgClassName
{
background-color: #C435CA;
}
</style>
border-color css
<style>
span { border-color: #C435CA; }
span { border-color: rgb(196,53,202); }
td.TdClassName
{
border-color: #C435CA;
}
.TagClassName
{
border-color: #C435CA;
}
</style>