Shades of Fuchsia #CA49BF
Tints of Fuchsia #CA49BF
RGB
CMYK
RGB Variations
Color information
#CA49BF (or 0xCA49BF) is known color: Fuchsia. HEX triplet: CA, 49 and BF. RGB value is (202,73,191). Sum of RGB (Red+Green+Blue) = 202+73+191=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49BF is #35B640. Grayscale: #7C7C7C. Windows color (decimal): -3520065 or 12536266. OLE color: 12536266.
HSL color Cylindrical-coordinate representation of color #CA49BF: hue angle of 305.12º 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 #CA49BF is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 191 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.21 |
| HSL | 305.12º | 0.55% | 0.54% | - |
| HSV(B) | 305.12º | 0.64% | 0.79% | - |
| XYZ | 36.14 | 21.08 | 51.45 | - |
| YUV | 125.02 | 165.24 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 191 | 0 | 0.64 | 0.05 | 0.21 | 305.12 | 0.55 | 0.54 |
| Hex | CA | 49 | BF | 0 | 40 | 5 | 15 | 131 | 37 | 36 |
| Octal | 312 | 111 | 277 | 0 | 100 | 5 | 25 | 461 | 67 | 66 |
| Binary | 11001010 | 1001001 | 10111111 | 0 | 1000000 | 101 | 10101 | 100110001 | 110111 | 110110 |
Color Harmonies of #CA49BF
Complementary color
Monochromatic Colors of #CA49BF
Black with #CA49BF
Text Example
Text Example
White with #CA49BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA49BF; }
p { color: rgb(202,73,191); }
H1.HeaderClassName
{
color: #CA49BF;
}
.AnyTagClassName
{
color: #CA49BF;
}
</style>
background-color css
<style>
a { background-color: #CA49BF; }
a { background-color: rgb(202,73,191); }
div.DivClassName
{
background-color: #CA49BF;
}
.BgClassName
{
background-color: #CA49BF;
}
</style>
border-color css
<style>
span { border-color: #CA49BF; }
span { border-color: rgb(202,73,191); }
td.TdClassName
{
border-color: #CA49BF;
}
.TagClassName
{
border-color: #CA49BF;
}
</style>