Shades of Fuchsia #CA6EBB
Tints of Fuchsia #CA6EBB
RGB
CMYK
RGB Variations
Color information
#CA6EBB (or 0xCA6EBB) is known color: Fuchsia. HEX triplet: CA, 6E and BB. RGB value is (202,110,187). Sum of RGB (Red+Green+Blue) = 202+110+187=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6EBB is #359144. Grayscale: #929292. Windows color (decimal): -3510597 or 12283594. OLE color: 12283594.
HSL color Cylindrical-coordinate representation of color #CA6EBB: hue angle of 309.78º degrees, saturation: 0.46, 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 #CA6EBB is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 110 | 187 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.21 |
| HSL | 309.78º | 0.46% | 0.61% | - |
| HSV(B) | 309.78º | 0.46% | 0.79% | - |
| XYZ | 38.9 | 27.3 | 50.23 | - |
| YUV | 146.29 | 150.98 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 187 | 0 | 0.46 | 0.07 | 0.21 | 309.78 | 0.46 | 0.61 |
| Hex | CA | 6E | BB | 0 | 2E | 7 | 15 | 136 | 2E | 3D |
| Octal | 312 | 156 | 273 | 0 | 56 | 7 | 25 | 466 | 56 | 75 |
| Binary | 11001010 | 1101110 | 10111011 | 0 | 101110 | 111 | 10101 | 100110110 | 101110 | 111101 |
Color Harmonies of #CA6EBB
Complementary color
Monochromatic Colors of #CA6EBB
Black with #CA6EBB
Text Example
Text Example
White with #CA6EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6EBB; }
p { color: rgb(202,110,187); }
H1.HeaderClassName
{
color: #CA6EBB;
}
.AnyTagClassName
{
color: #CA6EBB;
}
</style>
background-color css
<style>
a { background-color: #CA6EBB; }
a { background-color: rgb(202,110,187); }
div.DivClassName
{
background-color: #CA6EBB;
}
.BgClassName
{
background-color: #CA6EBB;
}
</style>
border-color css
<style>
span { border-color: #CA6EBB; }
span { border-color: rgb(202,110,187); }
td.TdClassName
{
border-color: #CA6EBB;
}
.TagClassName
{
border-color: #CA6EBB;
}
</style>