Shades of Fuchsia #CA4AC2
Tints of Fuchsia #CA4AC2
RGB
CMYK
RGB Variations
Color information
#CA4AC2 (or 0xCA4AC2) is known color: Fuchsia. HEX triplet: CA, 4A and C2. RGB value is (202,74,194). Sum of RGB (Red+Green+Blue) = 202+74+194=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4AC2 is #35B53D. Grayscale: #7D7D7D. Windows color (decimal): -3519806 or 12733130. OLE color: 12733130.
HSL color Cylindrical-coordinate representation of color #CA4AC2: hue angle of 303.75º 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 #CA4AC2 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 194 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.21 |
| HSL | 303.75º | 0.55% | 0.54% | - |
| HSV(B) | 303.75º | 0.63% | 0.79% | - |
| XYZ | 36.54 | 21.35 | 53.23 | - |
| YUV | 125.95 | 166.41 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 194 | 0 | 0.63 | 0.04 | 0.21 | 303.75 | 0.55 | 0.54 |
| Hex | CA | 4A | C2 | 0 | 3F | 4 | 15 | 130 | 37 | 36 |
| Octal | 312 | 112 | 302 | 0 | 77 | 4 | 25 | 460 | 67 | 66 |
| Binary | 11001010 | 1001010 | 11000010 | 0 | 111111 | 100 | 10101 | 100110000 | 110111 | 110110 |
Color Harmonies of #CA4AC2
Complementary color
Monochromatic Colors of #CA4AC2
Black with #CA4AC2
Text Example
Text Example
White with #CA4AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4AC2; }
p { color: rgb(202,74,194); }
H1.HeaderClassName
{
color: #CA4AC2;
}
.AnyTagClassName
{
color: #CA4AC2;
}
</style>
background-color css
<style>
a { background-color: #CA4AC2; }
a { background-color: rgb(202,74,194); }
div.DivClassName
{
background-color: #CA4AC2;
}
.BgClassName
{
background-color: #CA4AC2;
}
</style>
border-color css
<style>
span { border-color: #CA4AC2; }
span { border-color: rgb(202,74,194); }
td.TdClassName
{
border-color: #CA4AC2;
}
.TagClassName
{
border-color: #CA4AC2;
}
</style>