Shades of Fuchsia #CA3CBA
Tints of Fuchsia #CA3CBA
RGB
CMYK
RGB Variations
Color information
#CA3CBA (or 0xCA3CBA) is known color: Fuchsia. HEX triplet: CA, 3C and BA. RGB value is (202,60,186). Sum of RGB (Red+Green+Blue) = 202+60+186=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3CBA is #35C345. Grayscale: #747474. Windows color (decimal): -3523398 or 12205258. OLE color: 12205258.
HSL color Cylindrical-coordinate representation of color #CA3CBA: hue angle of 306.76º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3CBA is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 186 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.21 |
| HSL | 306.76º | 0.57% | 0.51% | - |
| HSV(B) | 306.76º | 0.7% | 0.79% | - |
| XYZ | 34.84 | 19.33 | 48.35 | - |
| YUV | 116.82 | 167.04 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 186 | 0 | 0.70 | 0.08 | 0.21 | 306.76 | 0.57 | 0.51 |
| Hex | CA | 3C | BA | 0 | 46 | 8 | 15 | 133 | 39 | 33 |
| Octal | 312 | 74 | 272 | 0 | 106 | 10 | 25 | 463 | 71 | 63 |
| Binary | 11001010 | 111100 | 10111010 | 0 | 1000110 | 1000 | 10101 | 100110011 | 111001 | 110011 |
Color Harmonies of #CA3CBA
Complementary color
Monochromatic Colors of #CA3CBA
Black with #CA3CBA
Text Example
Text Example
White with #CA3CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3CBA; }
p { color: rgb(202,60,186); }
H1.HeaderClassName
{
color: #CA3CBA;
}
.AnyTagClassName
{
color: #CA3CBA;
}
</style>
background-color css
<style>
a { background-color: #CA3CBA; }
a { background-color: rgb(202,60,186); }
div.DivClassName
{
background-color: #CA3CBA;
}
.BgClassName
{
background-color: #CA3CBA;
}
</style>
border-color css
<style>
span { border-color: #CA3CBA; }
span { border-color: rgb(202,60,186); }
td.TdClassName
{
border-color: #CA3CBA;
}
.TagClassName
{
border-color: #CA3CBA;
}
</style>