Shades of Fuchsia #CA6BBF
Tints of Fuchsia #CA6BBF
RGB
CMYK
RGB Variations
Color information
#CA6BBF (or 0xCA6BBF) is known color: Fuchsia. HEX triplet: CA, 6B and BF. RGB value is (202,107,191). Sum of RGB (Red+Green+Blue) = 202+107+191=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BBF is #359440. Grayscale: #909090. Windows color (decimal): -3511361 or 12544970. OLE color: 12544970.
HSL color Cylindrical-coordinate representation of color #CA6BBF: hue angle of 306.95º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6BBF is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 107 | 191 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.21 |
| HSL | 306.95º | 0.47% | 0.61% | - |
| HSV(B) | 306.95º | 0.47% | 0.79% | - |
| XYZ | 39.02 | 26.83 | 52.41 | - |
| YUV | 144.98 | 153.97 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 191 | 0 | 0.47 | 0.05 | 0.21 | 306.95 | 0.47 | 0.61 |
| Hex | CA | 6B | BF | 0 | 2F | 5 | 15 | 133 | 2F | 3D |
| Octal | 312 | 153 | 277 | 0 | 57 | 5 | 25 | 463 | 57 | 75 |
| Binary | 11001010 | 1101011 | 10111111 | 0 | 101111 | 101 | 10101 | 100110011 | 101111 | 111101 |
Color Harmonies of #CA6BBF
Complementary color
Monochromatic Colors of #CA6BBF
Black with #CA6BBF
Text Example
Text Example
White with #CA6BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6BBF; }
p { color: rgb(202,107,191); }
H1.HeaderClassName
{
color: #CA6BBF;
}
.AnyTagClassName
{
color: #CA6BBF;
}
</style>
background-color css
<style>
a { background-color: #CA6BBF; }
a { background-color: rgb(202,107,191); }
div.DivClassName
{
background-color: #CA6BBF;
}
.BgClassName
{
background-color: #CA6BBF;
}
</style>
border-color css
<style>
span { border-color: #CA6BBF; }
span { border-color: rgb(202,107,191); }
td.TdClassName
{
border-color: #CA6BBF;
}
.TagClassName
{
border-color: #CA6BBF;
}
</style>