Shades of Fuchsia #CA6BB9
Tints of Fuchsia #CA6BB9
RGB
CMYK
RGB Variations
Color information
#CA6BB9 (or 0xCA6BB9) is known color: Fuchsia. HEX triplet: CA, 6B and B9. RGB value is (202,107,185). Sum of RGB (Red+Green+Blue) = 202+107+185=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BB9 is #359446. Grayscale: #909090. Windows color (decimal): -3511367 or 12151754. OLE color: 12151754.
HSL color Cylindrical-coordinate representation of color #CA6BB9: hue angle of 310.74º 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 #CA6BB9 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 107 | 185 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.21 |
| HSL | 310.74º | 0.47% | 0.61% | - |
| HSV(B) | 310.74º | 0.47% | 0.79% | - |
| XYZ | 38.37 | 26.57 | 49.01 | - |
| YUV | 144.3 | 150.97 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 185 | 0 | 0.47 | 0.08 | 0.21 | 310.74 | 0.47 | 0.61 |
| Hex | CA | 6B | B9 | 0 | 2F | 8 | 15 | 137 | 2F | 3D |
| Octal | 312 | 153 | 271 | 0 | 57 | 10 | 25 | 467 | 57 | 75 |
| Binary | 11001010 | 1101011 | 10111001 | 0 | 101111 | 1000 | 10101 | 100110111 | 101111 | 111101 |
Color Harmonies of #CA6BB9
Complementary color
Monochromatic Colors of #CA6BB9
Black with #CA6BB9
Text Example
Text Example
White with #CA6BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6BB9; }
p { color: rgb(202,107,185); }
H1.HeaderClassName
{
color: #CA6BB9;
}
.AnyTagClassName
{
color: #CA6BB9;
}
</style>
background-color css
<style>
a { background-color: #CA6BB9; }
a { background-color: rgb(202,107,185); }
div.DivClassName
{
background-color: #CA6BB9;
}
.BgClassName
{
background-color: #CA6BB9;
}
</style>
border-color css
<style>
span { border-color: #CA6BB9; }
span { border-color: rgb(202,107,185); }
td.TdClassName
{
border-color: #CA6BB9;
}
.TagClassName
{
border-color: #CA6BB9;
}
</style>