Shades of Fuchsia #CA4AB1
Tints of Fuchsia #CA4AB1
RGB
CMYK
RGB Variations
Color information
#CA4AB1 (or 0xCA4AB1) is known color: Fuchsia. HEX triplet: CA, 4A and B1. RGB value is (202,74,177). Sum of RGB (Red+Green+Blue) = 202+74+177=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4AB1 is #35B54E. Grayscale: #7B7B7B. Windows color (decimal): -3519823 or 11619018. OLE color: 11619018.
HSL color Cylindrical-coordinate representation of color #CA4AB1: hue angle of 311.72º 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 #CA4AB1 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 177 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.21 |
| HSL | 311.72º | 0.55% | 0.54% | - |
| HSV(B) | 311.72º | 0.63% | 0.79% | - |
| XYZ | 34.74 | 20.63 | 43.75 | - |
| YUV | 124.01 | 157.91 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 177 | 0 | 0.63 | 0.12 | 0.21 | 311.72 | 0.55 | 0.54 |
| Hex | CA | 4A | B1 | 0 | 3F | C | 15 | 138 | 37 | 36 |
| Octal | 312 | 112 | 261 | 0 | 77 | 14 | 25 | 470 | 67 | 66 |
| Binary | 11001010 | 1001010 | 10110001 | 0 | 111111 | 1100 | 10101 | 100111000 | 110111 | 110110 |
Color Harmonies of #CA4AB1
Complementary color
Monochromatic Colors of #CA4AB1
Black with #CA4AB1
Text Example
Text Example
White with #CA4AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4AB1; }
p { color: rgb(202,74,177); }
H1.HeaderClassName
{
color: #CA4AB1;
}
.AnyTagClassName
{
color: #CA4AB1;
}
</style>
background-color css
<style>
a { background-color: #CA4AB1; }
a { background-color: rgb(202,74,177); }
div.DivClassName
{
background-color: #CA4AB1;
}
.BgClassName
{
background-color: #CA4AB1;
}
</style>
border-color css
<style>
span { border-color: #CA4AB1; }
span { border-color: rgb(202,74,177); }
td.TdClassName
{
border-color: #CA4AB1;
}
.TagClassName
{
border-color: #CA4AB1;
}
</style>