Shades of Fuchsia #CA4AD1
Tints of Fuchsia #CA4AD1
RGB
CMYK
RGB Variations
Color information
#CA4AD1 (or 0xCA4AD1) is known color: Fuchsia. HEX triplet: CA, 4A and D1. RGB value is (202,74,209). Sum of RGB (Red+Green+Blue) = 202+74+209=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA4AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4AD1 is #35B52E. Grayscale: #7F7F7F. Windows color (decimal): -3519791 or 13716170. OLE color: 13716170.
HSL color Cylindrical-coordinate representation of color #CA4AD1: hue angle of 296.89º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA4AD1 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 74 | 209 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.18 |
| HSL | 296.89º | 0.59% | 0.55% | - |
| HSV(B) | 296.89º | 0.65% | 0.82% | - |
| XYZ | 38.31 | 22.06 | 62.56 | - |
| YUV | 127.66 | 173.91 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 209 | 0.03 | 0.65 | 0 | 0.18 | 296.89 | 0.59 | 0.55 |
| Hex | CA | 4A | D1 | 3 | 41 | 0 | 12 | 129 | 3B | 37 |
| Octal | 312 | 112 | 321 | 3 | 101 | 0 | 22 | 451 | 73 | 67 |
| Binary | 11001010 | 1001010 | 11010001 | 11 | 1000001 | 0 | 10010 | 100101001 | 111011 | 110111 |
Color Harmonies of #CA4AD1
Complementary color
Monochromatic Colors of #CA4AD1
Black with #CA4AD1
Text Example
Text Example
White with #CA4AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4AD1; }
p { color: rgb(202,74,209); }
H1.HeaderClassName
{
color: #CA4AD1;
}
.AnyTagClassName
{
color: #CA4AD1;
}
</style>
background-color css
<style>
a { background-color: #CA4AD1; }
a { background-color: rgb(202,74,209); }
div.DivClassName
{
background-color: #CA4AD1;
}
.BgClassName
{
background-color: #CA4AD1;
}
</style>
border-color css
<style>
span { border-color: #CA4AD1; }
span { border-color: rgb(202,74,209); }
td.TdClassName
{
border-color: #CA4AD1;
}
.TagClassName
{
border-color: #CA4AD1;
}
</style>