Shades of Fuchsia #CA49B3
Tints of Fuchsia #CA49B3
RGB
CMYK
RGB Variations
Color information
#CA49B3 (or 0xCA49B3) is known color: Fuchsia. HEX triplet: CA, 49 and B3. RGB value is (202,73,179). Sum of RGB (Red+Green+Blue) = 202+73+179=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49B3 is #35B64C. Grayscale: #7B7B7B. Windows color (decimal): -3520077 or 11749834. OLE color: 11749834.
HSL color Cylindrical-coordinate representation of color #CA49B3: hue angle of 310.7º 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 #CA49B3 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 179 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.21 |
| HSL | 310.7º | 0.55% | 0.54% | - |
| HSV(B) | 310.7º | 0.64% | 0.79% | - |
| XYZ | 34.88 | 20.58 | 44.78 | - |
| YUV | 123.66 | 159.24 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 179 | 0 | 0.64 | 0.11 | 0.21 | 310.7 | 0.55 | 0.54 |
| Hex | CA | 49 | B3 | 0 | 40 | B | 15 | 137 | 37 | 36 |
| Octal | 312 | 111 | 263 | 0 | 100 | 13 | 25 | 467 | 67 | 66 |
| Binary | 11001010 | 1001001 | 10110011 | 0 | 1000000 | 1011 | 10101 | 100110111 | 110111 | 110110 |
Color Harmonies of #CA49B3
Complementary color
Monochromatic Colors of #CA49B3
Black with #CA49B3
Text Example
Text Example
White with #CA49B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA49B3; }
p { color: rgb(202,73,179); }
H1.HeaderClassName
{
color: #CA49B3;
}
.AnyTagClassName
{
color: #CA49B3;
}
</style>
background-color css
<style>
a { background-color: #CA49B3; }
a { background-color: rgb(202,73,179); }
div.DivClassName
{
background-color: #CA49B3;
}
.BgClassName
{
background-color: #CA49B3;
}
</style>
border-color css
<style>
span { border-color: #CA49B3; }
span { border-color: rgb(202,73,179); }
td.TdClassName
{
border-color: #CA49B3;
}
.TagClassName
{
border-color: #CA49B3;
}
</style>