Shades of Fuchsia #CA4BBA
Tints of Fuchsia #CA4BBA
RGB
CMYK
RGB Variations
Color information
#CA4BBA (or 0xCA4BBA) is known color: Fuchsia. HEX triplet: CA, 4B and BA. RGB value is (202,75,186). Sum of RGB (Red+Green+Blue) = 202+75+186=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4BBA is #35B445. Grayscale: #7D7D7D. Windows color (decimal): -3519558 or 12209098. OLE color: 12209098.
HSL color Cylindrical-coordinate representation of color #CA4BBA: hue angle of 307.56º 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 #CA4BBA is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 75 | 186 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.21 |
| HSL | 307.56º | 0.55% | 0.54% | - |
| HSV(B) | 307.56º | 0.63% | 0.79% | - |
| XYZ | 35.74 | 21.13 | 48.65 | - |
| YUV | 125.63 | 162.08 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 75 | 186 | 0 | 0.63 | 0.08 | 0.21 | 307.56 | 0.55 | 0.54 |
| Hex | CA | 4B | BA | 0 | 3F | 8 | 15 | 134 | 37 | 36 |
| Octal | 312 | 113 | 272 | 0 | 77 | 10 | 25 | 464 | 67 | 66 |
| Binary | 11001010 | 1001011 | 10111010 | 0 | 111111 | 1000 | 10101 | 100110100 | 110111 | 110110 |
Color Harmonies of #CA4BBA
Complementary color
Monochromatic Colors of #CA4BBA
Black with #CA4BBA
Text Example
Text Example
White with #CA4BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4BBA; }
p { color: rgb(202,75,186); }
H1.HeaderClassName
{
color: #CA4BBA;
}
.AnyTagClassName
{
color: #CA4BBA;
}
</style>
background-color css
<style>
a { background-color: #CA4BBA; }
a { background-color: rgb(202,75,186); }
div.DivClassName
{
background-color: #CA4BBA;
}
.BgClassName
{
background-color: #CA4BBA;
}
</style>
border-color css
<style>
span { border-color: #CA4BBA; }
span { border-color: rgb(202,75,186); }
td.TdClassName
{
border-color: #CA4BBA;
}
.TagClassName
{
border-color: #CA4BBA;
}
</style>