Shades of Fuchsia #CA4DB1
Tints of Fuchsia #CA4DB1
RGB
CMYK
RGB Variations
Color information
#CA4DB1 (or 0xCA4DB1) is known color: Fuchsia. HEX triplet: CA, 4D and B1. RGB value is (202,77,177). Sum of RGB (Red+Green+Blue) = 202+77+177=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4DB1 is #35B24E. Grayscale: #7D7D7D. Windows color (decimal): -3519055 or 11619786. OLE color: 11619786.
HSL color Cylindrical-coordinate representation of color #CA4DB1: hue angle of 312º 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 #CA4DB1 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 177 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.21 |
| HSL | 312º | 0.54% | 0.55% | - |
| HSV(B) | 312º | 0.62% | 0.79% | - |
| XYZ | 34.95 | 21.04 | 43.81 | - |
| YUV | 125.78 | 156.91 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 177 | 0 | 0.62 | 0.12 | 0.21 | 312 | 0.54 | 0.55 |
| Hex | CA | 4D | B1 | 0 | 3E | C | 15 | 138 | 36 | 37 |
| Octal | 312 | 115 | 261 | 0 | 76 | 14 | 25 | 470 | 66 | 67 |
| Binary | 11001010 | 1001101 | 10110001 | 0 | 111110 | 1100 | 10101 | 100111000 | 110110 | 110111 |
Color Harmonies of #CA4DB1
Complementary color
Monochromatic Colors of #CA4DB1
Black with #CA4DB1
Text Example
Text Example
White with #CA4DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4DB1; }
p { color: rgb(202,77,177); }
H1.HeaderClassName
{
color: #CA4DB1;
}
.AnyTagClassName
{
color: #CA4DB1;
}
</style>
background-color css
<style>
a { background-color: #CA4DB1; }
a { background-color: rgb(202,77,177); }
div.DivClassName
{
background-color: #CA4DB1;
}
.BgClassName
{
background-color: #CA4DB1;
}
</style>
border-color css
<style>
span { border-color: #CA4DB1; }
span { border-color: rgb(202,77,177); }
td.TdClassName
{
border-color: #CA4DB1;
}
.TagClassName
{
border-color: #CA4DB1;
}
</style>