Shades of Fuchsia #CA6DB1
Tints of Fuchsia #CA6DB1
RGB
CMYK
RGB Variations
Color information
#CA6DB1 (or 0xCA6DB1) is known color: Fuchsia. HEX triplet: CA, 6D and B1. RGB value is (202,109,177). Sum of RGB (Red+Green+Blue) = 202+109+177=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6DB1 is #35924E. Grayscale: #909090. Windows color (decimal): -3510863 or 11627978. OLE color: 11627978.
HSL color Cylindrical-coordinate representation of color #CA6DB1: hue angle of 316.13º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA6DB1 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 109 | 177 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.21 |
| HSL | 316.13º | 0.47% | 0.61% | - |
| HSV(B) | 316.13º | 0.46% | 0.79% | - |
| XYZ | 37.76 | 26.67 | 44.75 | - |
| YUV | 144.56 | 146.31 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 177 | 0 | 0.46 | 0.12 | 0.21 | 316.13 | 0.47 | 0.61 |
| Hex | CA | 6D | B1 | 0 | 2E | C | 15 | 13C | 2F | 3D |
| Octal | 312 | 155 | 261 | 0 | 56 | 14 | 25 | 474 | 57 | 75 |
| Binary | 11001010 | 1101101 | 10110001 | 0 | 101110 | 1100 | 10101 | 100111100 | 101111 | 111101 |
Color Harmonies of #CA6DB1
Complementary color
Monochromatic Colors of #CA6DB1
Black with #CA6DB1
Text Example
Text Example
White with #CA6DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6DB1; }
p { color: rgb(202,109,177); }
H1.HeaderClassName
{
color: #CA6DB1;
}
.AnyTagClassName
{
color: #CA6DB1;
}
</style>
background-color css
<style>
a { background-color: #CA6DB1; }
a { background-color: rgb(202,109,177); }
div.DivClassName
{
background-color: #CA6DB1;
}
.BgClassName
{
background-color: #CA6DB1;
}
</style>
border-color css
<style>
span { border-color: #CA6DB1; }
span { border-color: rgb(202,109,177); }
td.TdClassName
{
border-color: #CA6DB1;
}
.TagClassName
{
border-color: #CA6DB1;
}
</style>