Shades of Fuchsia #C449CA
Tints of Fuchsia #C449CA
RGB
CMYK
RGB Variations
Color information
#C449CA (or 0xC449CA) is known color: Fuchsia. HEX triplet: C4, 49 and CA. RGB value is (196,73,202). Sum of RGB (Red+Green+Blue) = 196+73+202=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #C449CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C449CA is #3BB635. Grayscale: #7C7C7C. Windows color (decimal): -3913270 or 13257156. OLE color: 13257156.
HSL color Cylindrical-coordinate representation of color #C449CA: hue angle of 297.21º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C449CA is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 73 | 202 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.21 |
| HSL | 297.21º | 0.55% | 0.54% | - |
| HSV(B) | 297.21º | 0.64% | 0.79% | - |
| XYZ | 35.81 | 20.77 | 58 | - |
| YUV | 124.48 | 171.75 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 202 | 0.03 | 0.64 | 0 | 0.21 | 297.21 | 0.55 | 0.54 |
| Hex | C4 | 49 | CA | 3 | 40 | 0 | 15 | 129 | 37 | 36 |
| Octal | 304 | 111 | 312 | 3 | 100 | 0 | 25 | 451 | 67 | 66 |
| Binary | 11000100 | 1001001 | 11001010 | 11 | 1000000 | 0 | 10101 | 100101001 | 110111 | 110110 |
Color Harmonies of #C449CA
Complementary color
Monochromatic Colors of #C449CA
Black with #C449CA
Text Example
Text Example
White with #C449CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C449CA; }
p { color: rgb(196,73,202); }
H1.HeaderClassName
{
color: #C449CA;
}
.AnyTagClassName
{
color: #C449CA;
}
</style>
background-color css
<style>
a { background-color: #C449CA; }
a { background-color: rgb(196,73,202); }
div.DivClassName
{
background-color: #C449CA;
}
.BgClassName
{
background-color: #C449CA;
}
</style>
border-color css
<style>
span { border-color: #C449CA; }
span { border-color: rgb(196,73,202); }
td.TdClassName
{
border-color: #C449CA;
}
.TagClassName
{
border-color: #C449CA;
}
</style>