Shades of Fuchsia #C435C2
Tints of Fuchsia #C435C2
RGB
CMYK
RGB Variations
Color information
#C435C2 (or 0xC435C2) is known color: Fuchsia. HEX triplet: C4, 35 and C2. RGB value is (196,53,194). Sum of RGB (Red+Green+Blue) = 196+53+194=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C435C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C435C2 is #3BCA3D. Grayscale: #6F6F6F. Windows color (decimal): -3918398 or 12727748. OLE color: 12727748.
HSL color Cylindrical-coordinate representation of color #C435C2: hue angle of 300.84º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C435C2 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 194 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.23 |
| HSL | 300.84º | 0.57% | 0.49% | - |
| HSV(B) | 300.84º | 0.73% | 0.77% | - |
| XYZ | 33.78 | 18.18 | 52.77 | - |
| YUV | 111.83 | 174.38 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 194 | 0 | 0.73 | 0.01 | 0.23 | 300.84 | 0.57 | 0.49 |
| Hex | C4 | 35 | C2 | 0 | 49 | 1 | 17 | 12D | 39 | 31 |
| Octal | 304 | 65 | 302 | 0 | 111 | 1 | 27 | 455 | 71 | 61 |
| Binary | 11000100 | 110101 | 11000010 | 0 | 1001001 | 1 | 10111 | 100101101 | 111001 | 110001 |
Color Harmonies of #C435C2
Complementary color
Monochromatic Colors of #C435C2
Black with #C435C2
Text Example
Text Example
White with #C435C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C435C2; }
p { color: rgb(196,53,194); }
H1.HeaderClassName
{
color: #C435C2;
}
.AnyTagClassName
{
color: #C435C2;
}
</style>
background-color css
<style>
a { background-color: #C435C2; }
a { background-color: rgb(196,53,194); }
div.DivClassName
{
background-color: #C435C2;
}
.BgClassName
{
background-color: #C435C2;
}
</style>
border-color css
<style>
span { border-color: #C435C2; }
span { border-color: rgb(196,53,194); }
td.TdClassName
{
border-color: #C435C2;
}
.TagClassName
{
border-color: #C435C2;
}
</style>