Shades of Fuchsia #CA4AB3
Tints of Fuchsia #CA4AB3
RGB
CMYK
RGB Variations
Color information
#CA4AB3 (or 0xCA4AB3) is known color: Fuchsia. HEX triplet: CA, 4A and B3. RGB value is (202,74,179). Sum of RGB (Red+Green+Blue) = 202+74+179=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4AB3 is #35B54C. Grayscale: #7B7B7B. Windows color (decimal): -3519821 or 11750090. OLE color: 11750090.
HSL color Cylindrical-coordinate representation of color #CA4AB3: hue angle of 310.78º 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 #CA4AB3 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 179 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.21 |
| HSL | 310.78º | 0.55% | 0.54% | - |
| HSV(B) | 310.78º | 0.63% | 0.79% | - |
| XYZ | 34.94 | 20.71 | 44.8 | - |
| YUV | 124.24 | 158.91 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 179 | 0 | 0.63 | 0.11 | 0.21 | 310.78 | 0.55 | 0.54 |
| Hex | CA | 4A | B3 | 0 | 3F | B | 15 | 137 | 37 | 36 |
| Octal | 312 | 112 | 263 | 0 | 77 | 13 | 25 | 467 | 67 | 66 |
| Binary | 11001010 | 1001010 | 10110011 | 0 | 111111 | 1011 | 10101 | 100110111 | 110111 | 110110 |
Color Harmonies of #CA4AB3
Complementary color
Monochromatic Colors of #CA4AB3
Black with #CA4AB3
Text Example
Text Example
White with #CA4AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4AB3; }
p { color: rgb(202,74,179); }
H1.HeaderClassName
{
color: #CA4AB3;
}
.AnyTagClassName
{
color: #CA4AB3;
}
</style>
background-color css
<style>
a { background-color: #CA4AB3; }
a { background-color: rgb(202,74,179); }
div.DivClassName
{
background-color: #CA4AB3;
}
.BgClassName
{
background-color: #CA4AB3;
}
</style>
border-color css
<style>
span { border-color: #CA4AB3; }
span { border-color: rgb(202,74,179); }
td.TdClassName
{
border-color: #CA4AB3;
}
.TagClassName
{
border-color: #CA4AB3;
}
</style>