Shades of Fuchsia #CA4BB9
Tints of Fuchsia #CA4BB9
RGB
CMYK
RGB Variations
Color information
#CA4BB9 (or 0xCA4BB9) is known color: Fuchsia. HEX triplet: CA, 4B and B9. RGB value is (202,75,185). Sum of RGB (Red+Green+Blue) = 202+75+185=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4BB9 is #35B446. Grayscale: #7D7D7D. Windows color (decimal): -3519559 or 12143562. OLE color: 12143562.
HSL color Cylindrical-coordinate representation of color #CA4BB9: hue angle of 308.03º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4BB9 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 75 | 185 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.21 |
| HSL | 308.03º | 0.55% | 0.54% | - |
| HSV(B) | 308.03º | 0.63% | 0.79% | - |
| XYZ | 35.63 | 21.09 | 48.09 | - |
| YUV | 125.51 | 161.58 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 75 | 185 | 0 | 0.63 | 0.08 | 0.21 | 308.03 | 0.55 | 0.54 |
| Hex | CA | 4B | B9 | 0 | 3F | 8 | 15 | 134 | 37 | 36 |
| Octal | 312 | 113 | 271 | 0 | 77 | 10 | 25 | 464 | 67 | 66 |
| Binary | 11001010 | 1001011 | 10111001 | 0 | 111111 | 1000 | 10101 | 100110100 | 110111 | 110110 |
Color Harmonies of #CA4BB9
Complementary color
Monochromatic Colors of #CA4BB9
Black with #CA4BB9
Text Example
Text Example
White with #CA4BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4BB9; }
p { color: rgb(202,75,185); }
H1.HeaderClassName
{
color: #CA4BB9;
}
.AnyTagClassName
{
color: #CA4BB9;
}
</style>
background-color css
<style>
a { background-color: #CA4BB9; }
a { background-color: rgb(202,75,185); }
div.DivClassName
{
background-color: #CA4BB9;
}
.BgClassName
{
background-color: #CA4BB9;
}
</style>
border-color css
<style>
span { border-color: #CA4BB9; }
span { border-color: rgb(202,75,185); }
td.TdClassName
{
border-color: #CA4BB9;
}
.TagClassName
{
border-color: #CA4BB9;
}
</style>