Shades of Fuchsia #CA4DBF
Tints of Fuchsia #CA4DBF
RGB
CMYK
RGB Variations
Color information
#CA4DBF (or 0xCA4DBF) is known color: Fuchsia. HEX triplet: CA, 4D and BF. RGB value is (202,77,191). Sum of RGB (Red+Green+Blue) = 202+77+191=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4DBF is #35B240. Grayscale: #7F7F7F. Windows color (decimal): -3519041 or 12537290. OLE color: 12537290.
HSL color Cylindrical-coordinate representation of color #CA4DBF: hue angle of 305.28º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4DBF is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 191 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.21 |
| HSL | 305.28º | 0.54% | 0.55% | - |
| HSV(B) | 305.28º | 0.62% | 0.79% | - |
| XYZ | 36.41 | 21.63 | 51.55 | - |
| YUV | 127.37 | 163.91 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 191 | 0 | 0.62 | 0.05 | 0.21 | 305.28 | 0.54 | 0.55 |
| Hex | CA | 4D | BF | 0 | 3E | 5 | 15 | 131 | 36 | 37 |
| Octal | 312 | 115 | 277 | 0 | 76 | 5 | 25 | 461 | 66 | 67 |
| Binary | 11001010 | 1001101 | 10111111 | 0 | 111110 | 101 | 10101 | 100110001 | 110110 | 110111 |
Color Harmonies of #CA4DBF
Complementary color
Monochromatic Colors of #CA4DBF
Black with #CA4DBF
Text Example
Text Example
White with #CA4DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4DBF; }
p { color: rgb(202,77,191); }
H1.HeaderClassName
{
color: #CA4DBF;
}
.AnyTagClassName
{
color: #CA4DBF;
}
</style>
background-color css
<style>
a { background-color: #CA4DBF; }
a { background-color: rgb(202,77,191); }
div.DivClassName
{
background-color: #CA4DBF;
}
.BgClassName
{
background-color: #CA4DBF;
}
</style>
border-color css
<style>
span { border-color: #CA4DBF; }
span { border-color: rgb(202,77,191); }
td.TdClassName
{
border-color: #CA4DBF;
}
.TagClassName
{
border-color: #CA4DBF;
}
</style>