Shades of Fuchsia #CA49D2
Tints of Fuchsia #CA49D2
RGB
CMYK
RGB Variations
Color information
#CA49D2 (or 0xCA49D2) is known color: Fuchsia. HEX triplet: CA, 49 and D2. RGB value is (202,73,210). Sum of RGB (Red+Green+Blue) = 202+73+210=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA49D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49D2 is #35B62D. Grayscale: #7E7E7E. Windows color (decimal): -3520046 or 13781450. OLE color: 13781450.
HSL color Cylindrical-coordinate representation of color #CA49D2: hue angle of 296.5º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA49D2 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 73 | 210 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.18 |
| HSL | 296.5º | 0.6% | 0.55% | - |
| HSV(B) | 296.5º | 0.65% | 0.82% | - |
| XYZ | 38.37 | 21.97 | 63.19 | - |
| YUV | 127.19 | 174.74 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 210 | 0.04 | 0.65 | 0 | 0.18 | 296.5 | 0.6 | 0.55 |
| Hex | CA | 49 | D2 | 4 | 41 | 0 | 12 | 128 | 3C | 37 |
| Octal | 312 | 111 | 322 | 4 | 101 | 0 | 22 | 450 | 74 | 67 |
| Binary | 11001010 | 1001001 | 11010010 | 100 | 1000001 | 0 | 10010 | 100101000 | 111100 | 110111 |
Color Harmonies of #CA49D2
Complementary color
Monochromatic Colors of #CA49D2
Black with #CA49D2
Text Example
Text Example
White with #CA49D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA49D2; }
p { color: rgb(202,73,210); }
H1.HeaderClassName
{
color: #CA49D2;
}
.AnyTagClassName
{
color: #CA49D2;
}
</style>
background-color css
<style>
a { background-color: #CA49D2; }
a { background-color: rgb(202,73,210); }
div.DivClassName
{
background-color: #CA49D2;
}
.BgClassName
{
background-color: #CA49D2;
}
</style>
border-color css
<style>
span { border-color: #CA49D2; }
span { border-color: rgb(202,73,210); }
td.TdClassName
{
border-color: #CA49D2;
}
.TagClassName
{
border-color: #CA49D2;
}
</style>