Shades of Fuchsia #CA41C5
Tints of Fuchsia #CA41C5
RGB
CMYK
RGB Variations
Color information
#CA41C5 (or 0xCA41C5) is known color: Fuchsia. HEX triplet: CA, 41 and C5. RGB value is (202,65,197). Sum of RGB (Red+Green+Blue) = 202+65+197=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 197 (77.34% from 255 or 42.46% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA41C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA41C5 is #35BE3A. Grayscale: #787878. Windows color (decimal): -3522107 or 12927434. OLE color: 12927434.
HSL color Cylindrical-coordinate representation of color #CA41C5: hue angle of 302.19º 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 #CA41C5 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 197 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.21 |
| HSL | 302.19º | 0.56% | 0.52% | - |
| HSV(B) | 302.19º | 0.68% | 0.79% | - |
| XYZ | 36.33 | 20.37 | 54.84 | - |
| YUV | 121.01 | 170.89 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 197 | 0 | 0.68 | 0.02 | 0.21 | 302.19 | 0.56 | 0.52 |
| Hex | CA | 41 | C5 | 0 | 44 | 2 | 15 | 12E | 38 | 34 |
| Octal | 312 | 101 | 305 | 0 | 104 | 2 | 25 | 456 | 70 | 64 |
| Binary | 11001010 | 1000001 | 11000101 | 0 | 1000100 | 10 | 10101 | 100101110 | 111000 | 110100 |
Color Harmonies of #CA41C5
Complementary color
Monochromatic Colors of #CA41C5
Black with #CA41C5
Text Example
Text Example
White with #CA41C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA41C5; }
p { color: rgb(202,65,197); }
H1.HeaderClassName
{
color: #CA41C5;
}
.AnyTagClassName
{
color: #CA41C5;
}
</style>
background-color css
<style>
a { background-color: #CA41C5; }
a { background-color: rgb(202,65,197); }
div.DivClassName
{
background-color: #CA41C5;
}
.BgClassName
{
background-color: #CA41C5;
}
</style>
border-color css
<style>
span { border-color: #CA41C5; }
span { border-color: rgb(202,65,197); }
td.TdClassName
{
border-color: #CA41C5;
}
.TagClassName
{
border-color: #CA41C5;
}
</style>