Shades of Fuchsia #CA49C1
Tints of Fuchsia #CA49C1
RGB
CMYK
RGB Variations
Color information
#CA49C1 (or 0xCA49C1) is known color: Fuchsia. HEX triplet: CA, 49 and C1. RGB value is (202,73,193). Sum of RGB (Red+Green+Blue) = 202+73+193=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49C1 is #35B63E. Grayscale: #7C7C7C. Windows color (decimal): -3520063 or 12667338. OLE color: 12667338.
HSL color Cylindrical-coordinate representation of color #CA49C1: hue angle of 304.19º 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 #CA49C1 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 193 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.21 |
| HSL | 304.19º | 0.55% | 0.54% | - |
| HSV(B) | 304.19º | 0.64% | 0.79% | - |
| XYZ | 36.37 | 21.17 | 52.62 | - |
| YUV | 125.25 | 166.24 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 193 | 0 | 0.64 | 0.04 | 0.21 | 304.19 | 0.55 | 0.54 |
| Hex | CA | 49 | C1 | 0 | 40 | 4 | 15 | 130 | 37 | 36 |
| Octal | 312 | 111 | 301 | 0 | 100 | 4 | 25 | 460 | 67 | 66 |
| Binary | 11001010 | 1001001 | 11000001 | 0 | 1000000 | 100 | 10101 | 100110000 | 110111 | 110110 |
Color Harmonies of #CA49C1
Complementary color
Monochromatic Colors of #CA49C1
Black with #CA49C1
Text Example
Text Example
White with #CA49C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA49C1; }
p { color: rgb(202,73,193); }
H1.HeaderClassName
{
color: #CA49C1;
}
.AnyTagClassName
{
color: #CA49C1;
}
</style>
background-color css
<style>
a { background-color: #CA49C1; }
a { background-color: rgb(202,73,193); }
div.DivClassName
{
background-color: #CA49C1;
}
.BgClassName
{
background-color: #CA49C1;
}
</style>
border-color css
<style>
span { border-color: #CA49C1; }
span { border-color: rgb(202,73,193); }
td.TdClassName
{
border-color: #CA49C1;
}
.TagClassName
{
border-color: #CA49C1;
}
</style>