Shades of Fuchsia #CA6FBC
Tints of Fuchsia #CA6FBC
RGB
CMYK
RGB Variations
Color information
#CA6FBC (or 0xCA6FBC) is known color: Fuchsia. HEX triplet: CA, 6F and BC. RGB value is (202,111,188). Sum of RGB (Red+Green+Blue) = 202+111+188=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FBC is #359043. Grayscale: #929292. Windows color (decimal): -3510340 or 12349386. OLE color: 12349386.
HSL color Cylindrical-coordinate representation of color #CA6FBC: hue angle of 309.23º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA6FBC is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 111 | 188 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.21 |
| HSL | 309.23º | 0.46% | 0.61% | - |
| HSV(B) | 309.23º | 0.45% | 0.79% | - |
| XYZ | 39.12 | 27.56 | 50.83 | - |
| YUV | 146.99 | 151.15 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 188 | 0 | 0.45 | 0.07 | 0.21 | 309.23 | 0.46 | 0.61 |
| Hex | CA | 6F | BC | 0 | 2D | 7 | 15 | 135 | 2E | 3D |
| Octal | 312 | 157 | 274 | 0 | 55 | 7 | 25 | 465 | 56 | 75 |
| Binary | 11001010 | 1101111 | 10111100 | 0 | 101101 | 111 | 10101 | 100110101 | 101110 | 111101 |
Color Harmonies of #CA6FBC
Complementary color
Monochromatic Colors of #CA6FBC
Black with #CA6FBC
Text Example
Text Example
White with #CA6FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6FBC; }
p { color: rgb(202,111,188); }
H1.HeaderClassName
{
color: #CA6FBC;
}
.AnyTagClassName
{
color: #CA6FBC;
}
</style>
background-color css
<style>
a { background-color: #CA6FBC; }
a { background-color: rgb(202,111,188); }
div.DivClassName
{
background-color: #CA6FBC;
}
.BgClassName
{
background-color: #CA6FBC;
}
</style>
border-color css
<style>
span { border-color: #CA6FBC; }
span { border-color: rgb(202,111,188); }
td.TdClassName
{
border-color: #CA6FBC;
}
.TagClassName
{
border-color: #CA6FBC;
}
</style>