Shades of Fuchsia #CA4ABA
Tints of Fuchsia #CA4ABA
RGB
CMYK
RGB Variations
Color information
#CA4ABA (or 0xCA4ABA) is known color: Fuchsia. HEX triplet: CA, 4A and BA. RGB value is (202,74,186). Sum of RGB (Red+Green+Blue) = 202+74+186=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4ABA is #35B545. Grayscale: #7C7C7C. Windows color (decimal): -3519814 or 12208842. OLE color: 12208842.
HSL color Cylindrical-coordinate representation of color #CA4ABA: hue angle of 307.5º 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 #CA4ABA is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 186 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.21 |
| HSL | 307.5º | 0.55% | 0.54% | - |
| HSV(B) | 307.5º | 0.63% | 0.79% | - |
| XYZ | 35.67 | 21 | 48.63 | - |
| YUV | 125.04 | 162.41 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 186 | 0 | 0.63 | 0.08 | 0.21 | 307.5 | 0.55 | 0.54 |
| Hex | CA | 4A | BA | 0 | 3F | 8 | 15 | 134 | 37 | 36 |
| Octal | 312 | 112 | 272 | 0 | 77 | 10 | 25 | 464 | 67 | 66 |
| Binary | 11001010 | 1001010 | 10111010 | 0 | 111111 | 1000 | 10101 | 100110100 | 110111 | 110110 |
Color Harmonies of #CA4ABA
Complementary color
Monochromatic Colors of #CA4ABA
Black with #CA4ABA
Text Example
Text Example
White with #CA4ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4ABA; }
p { color: rgb(202,74,186); }
H1.HeaderClassName
{
color: #CA4ABA;
}
.AnyTagClassName
{
color: #CA4ABA;
}
</style>
background-color css
<style>
a { background-color: #CA4ABA; }
a { background-color: rgb(202,74,186); }
div.DivClassName
{
background-color: #CA4ABA;
}
.BgClassName
{
background-color: #CA4ABA;
}
</style>
border-color css
<style>
span { border-color: #CA4ABA; }
span { border-color: rgb(202,74,186); }
td.TdClassName
{
border-color: #CA4ABA;
}
.TagClassName
{
border-color: #CA4ABA;
}
</style>