Shades of Fuchsia #CA41D1
Tints of Fuchsia #CA41D1
RGB
CMYK
RGB Variations
Color information
#CA41D1 (or 0xCA41D1) is known color: Fuchsia. HEX triplet: CA, 41 and D1. RGB value is (202,65,209). Sum of RGB (Red+Green+Blue) = 202+65+209=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA41D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA41D1 is #35BE2E. Grayscale: #797979. Windows color (decimal): -3522095 or 13713866. OLE color: 13713866.
HSL color Cylindrical-coordinate representation of color #CA41D1: hue angle of 297.08º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA41D1 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 65 | 209 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.18 |
| HSL | 297.08º | 0.61% | 0.54% | - |
| HSV(B) | 297.08º | 0.69% | 0.82% | - |
| XYZ | 37.76 | 20.94 | 62.37 | - |
| YUV | 122.38 | 176.89 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 209 | 0.03 | 0.69 | 0 | 0.18 | 297.08 | 0.61 | 0.54 |
| Hex | CA | 41 | D1 | 3 | 45 | 0 | 12 | 129 | 3D | 36 |
| Octal | 312 | 101 | 321 | 3 | 105 | 0 | 22 | 451 | 75 | 66 |
| Binary | 11001010 | 1000001 | 11010001 | 11 | 1000101 | 0 | 10010 | 100101001 | 111101 | 110110 |
Color Harmonies of #CA41D1
Complementary color
Monochromatic Colors of #CA41D1
Black with #CA41D1
Text Example
Text Example
White with #CA41D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA41D1; }
p { color: rgb(202,65,209); }
H1.HeaderClassName
{
color: #CA41D1;
}
.AnyTagClassName
{
color: #CA41D1;
}
</style>
background-color css
<style>
a { background-color: #CA41D1; }
a { background-color: rgb(202,65,209); }
div.DivClassName
{
background-color: #CA41D1;
}
.BgClassName
{
background-color: #CA41D1;
}
</style>
border-color css
<style>
span { border-color: #CA41D1; }
span { border-color: rgb(202,65,209); }
td.TdClassName
{
border-color: #CA41D1;
}
.TagClassName
{
border-color: #CA41D1;
}
</style>