Shades of Fuchsia #CA41B5
Tints of Fuchsia #CA41B5
RGB
CMYK
RGB Variations
Color information
#CA41B5 (or 0xCA41B5) is known color: Fuchsia. HEX triplet: CA, 41 and B5. RGB value is (202,65,181). Sum of RGB (Red+Green+Blue) = 202+65+181=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA41B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA41B5 is #35BE4A. Grayscale: #767676. Windows color (decimal): -3522123 or 11878858. OLE color: 11878858.
HSL color Cylindrical-coordinate representation of color #CA41B5: hue angle of 309.2º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA41B5 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 181 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.21 |
| HSL | 309.2º | 0.56% | 0.52% | - |
| HSV(B) | 309.2º | 0.68% | 0.79% | - |
| XYZ | 34.59 | 19.67 | 45.69 | - |
| YUV | 119.19 | 162.89 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 181 | 0 | 0.68 | 0.10 | 0.21 | 309.2 | 0.56 | 0.52 |
| Hex | CA | 41 | B5 | 0 | 44 | A | 15 | 135 | 38 | 34 |
| Octal | 312 | 101 | 265 | 0 | 104 | 12 | 25 | 465 | 70 | 64 |
| Binary | 11001010 | 1000001 | 10110101 | 0 | 1000100 | 1010 | 10101 | 100110101 | 111000 | 110100 |
Color Harmonies of #CA41B5
Complementary color
Monochromatic Colors of #CA41B5
Black with #CA41B5
Text Example
Text Example
White with #CA41B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA41B5; }
p { color: rgb(202,65,181); }
H1.HeaderClassName
{
color: #CA41B5;
}
.AnyTagClassName
{
color: #CA41B5;
}
</style>
background-color css
<style>
a { background-color: #CA41B5; }
a { background-color: rgb(202,65,181); }
div.DivClassName
{
background-color: #CA41B5;
}
.BgClassName
{
background-color: #CA41B5;
}
</style>
border-color css
<style>
span { border-color: #CA41B5; }
span { border-color: rgb(202,65,181); }
td.TdClassName
{
border-color: #CA41B5;
}
.TagClassName
{
border-color: #CA41B5;
}
</style>