Shades of Fuchsia #CA49C9
Tints of Fuchsia #CA49C9
RGB
CMYK
RGB Variations
Color information
#CA49C9 (or 0xCA49C9) is known color: Fuchsia. HEX triplet: CA, 49 and C9. RGB value is (202,73,201). Sum of RGB (Red+Green+Blue) = 202+73+201=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49C9 is #35B636. Grayscale: #7D7D7D. Windows color (decimal): -3520055 or 13191626. OLE color: 13191626.
HSL color Cylindrical-coordinate representation of color #CA49C9: hue angle of 300.47º 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 #CA49C9 is Cyan = 0, Magento = 0.64, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 201 | - |
| CMYK | 0 | 0.64 | 0.00 | 0.21 |
| HSL | 300.47º | 0.55% | 0.54% | - |
| HSV(B) | 300.47º | 0.64% | 0.79% | - |
| XYZ | 37.28 | 21.54 | 57.45 | - |
| YUV | 126.16 | 170.24 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 201 | 0 | 0.64 | 0.00 | 0.21 | 300.47 | 0.55 | 0.54 |
| Hex | CA | 49 | C9 | 0 | 40 | 0 | 15 | 12C | 37 | 36 |
| Octal | 312 | 111 | 311 | 0 | 100 | 0 | 25 | 454 | 67 | 66 |
| Binary | 11001010 | 1001001 | 11001001 | 0 | 1000000 | 0 | 10101 | 100101100 | 110111 | 110110 |
Color Harmonies of #CA49C9
Complementary color
Monochromatic Colors of #CA49C9
Black with #CA49C9
Text Example
Text Example
White with #CA49C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA49C9; }
p { color: rgb(202,73,201); }
H1.HeaderClassName
{
color: #CA49C9;
}
.AnyTagClassName
{
color: #CA49C9;
}
</style>
background-color css
<style>
a { background-color: #CA49C9; }
a { background-color: rgb(202,73,201); }
div.DivClassName
{
background-color: #CA49C9;
}
.BgClassName
{
background-color: #CA49C9;
}
</style>
border-color css
<style>
span { border-color: #CA49C9; }
span { border-color: rgb(202,73,201); }
td.TdClassName
{
border-color: #CA49C9;
}
.TagClassName
{
border-color: #CA49C9;
}
</style>