Shades of Fuchsia #C446CA
Tints of Fuchsia #C446CA
RGB
CMYK
RGB Variations
Color information
#C446CA (or 0xC446CA) is known color: Fuchsia. HEX triplet: C4, 46 and CA. RGB value is (196,70,202). Sum of RGB (Red+Green+Blue) = 196+70+202=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 70 (27.73% from 255 or 14.96% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #C446CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C446CA is #3BB935. Grayscale: #7A7A7A. Windows color (decimal): -3914038 or 13256388. OLE color: 13256388.
HSL color Cylindrical-coordinate representation of color #C446CA: hue angle of 297.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C446CA is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 70 | 202 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.21 |
| HSL | 297.27º | 0.55% | 0.53% | - |
| HSV(B) | 297.27º | 0.65% | 0.79% | - |
| XYZ | 35.62 | 20.38 | 57.93 | - |
| YUV | 122.72 | 172.74 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 202 | 0.03 | 0.65 | 0 | 0.21 | 297.27 | 0.55 | 0.53 |
| Hex | C4 | 46 | CA | 3 | 41 | 0 | 15 | 129 | 37 | 35 |
| Octal | 304 | 106 | 312 | 3 | 101 | 0 | 25 | 451 | 67 | 65 |
| Binary | 11000100 | 1000110 | 11001010 | 11 | 1000001 | 0 | 10101 | 100101001 | 110111 | 110101 |
Color Harmonies of #C446CA
Complementary color
Monochromatic Colors of #C446CA
Black with #C446CA
Text Example
Text Example
White with #C446CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C446CA; }
p { color: rgb(196,70,202); }
H1.HeaderClassName
{
color: #C446CA;
}
.AnyTagClassName
{
color: #C446CA;
}
</style>
background-color css
<style>
a { background-color: #C446CA; }
a { background-color: rgb(196,70,202); }
div.DivClassName
{
background-color: #C446CA;
}
.BgClassName
{
background-color: #C446CA;
}
</style>
border-color css
<style>
span { border-color: #C446CA; }
span { border-color: rgb(196,70,202); }
td.TdClassName
{
border-color: #C446CA;
}
.TagClassName
{
border-color: #C446CA;
}
</style>