Shades of Fuchsia #CA4AC1
Tints of Fuchsia #CA4AC1
RGB
CMYK
RGB Variations
Color information
#CA4AC1 (or 0xCA4AC1) is known color: Fuchsia. HEX triplet: CA, 4A and C1. RGB value is (202,74,193). Sum of RGB (Red+Green+Blue) = 202+74+193=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4AC1 is #35B53E. Grayscale: #7D7D7D. Windows color (decimal): -3519807 or 12667594. OLE color: 12667594.
HSL color Cylindrical-coordinate representation of color #CA4AC1: hue angle of 304.22º 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 #CA4AC1 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 193 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.21 |
| HSL | 304.22º | 0.55% | 0.54% | - |
| HSV(B) | 304.22º | 0.63% | 0.79% | - |
| XYZ | 36.43 | 21.3 | 52.64 | - |
| YUV | 125.84 | 165.91 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 193 | 0 | 0.63 | 0.04 | 0.21 | 304.22 | 0.55 | 0.54 |
| Hex | CA | 4A | C1 | 0 | 3F | 4 | 15 | 130 | 37 | 36 |
| Octal | 312 | 112 | 301 | 0 | 77 | 4 | 25 | 460 | 67 | 66 |
| Binary | 11001010 | 1001010 | 11000001 | 0 | 111111 | 100 | 10101 | 100110000 | 110111 | 110110 |
Color Harmonies of #CA4AC1
Complementary color
Monochromatic Colors of #CA4AC1
Black with #CA4AC1
Text Example
Text Example
White with #CA4AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4AC1; }
p { color: rgb(202,74,193); }
H1.HeaderClassName
{
color: #CA4AC1;
}
.AnyTagClassName
{
color: #CA4AC1;
}
</style>
background-color css
<style>
a { background-color: #CA4AC1; }
a { background-color: rgb(202,74,193); }
div.DivClassName
{
background-color: #CA4AC1;
}
.BgClassName
{
background-color: #CA4AC1;
}
</style>
border-color css
<style>
span { border-color: #CA4AC1; }
span { border-color: rgb(202,74,193); }
td.TdClassName
{
border-color: #CA4AC1;
}
.TagClassName
{
border-color: #CA4AC1;
}
</style>