Shades of Fuchsia #CA41C3
Tints of Fuchsia #CA41C3
RGB
CMYK
RGB Variations
Color information
#CA41C3 (or 0xCA41C3) is known color: Fuchsia. HEX triplet: CA, 41 and C3. RGB value is (202,65,195). Sum of RGB (Red+Green+Blue) = 202+65+195=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA41C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA41C3 is #35BE3C. Grayscale: #787878. Windows color (decimal): -3522109 or 12796362. OLE color: 12796362.
HSL color Cylindrical-coordinate representation of color #CA41C3: hue angle of 303.07º 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 #CA41C3 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 195 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.21 |
| HSL | 303.07º | 0.56% | 0.52% | - |
| HSV(B) | 303.07º | 0.68% | 0.79% | - |
| XYZ | 36.1 | 20.28 | 53.64 | - |
| YUV | 120.78 | 169.89 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 195 | 0 | 0.68 | 0.03 | 0.21 | 303.07 | 0.56 | 0.52 |
| Hex | CA | 41 | C3 | 0 | 44 | 3 | 15 | 12F | 38 | 34 |
| Octal | 312 | 101 | 303 | 0 | 104 | 3 | 25 | 457 | 70 | 64 |
| Binary | 11001010 | 1000001 | 11000011 | 0 | 1000100 | 11 | 10101 | 100101111 | 111000 | 110100 |
Color Harmonies of #CA41C3
Complementary color
Monochromatic Colors of #CA41C3
Black with #CA41C3
Text Example
Text Example
White with #CA41C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA41C3; }
p { color: rgb(202,65,195); }
H1.HeaderClassName
{
color: #CA41C3;
}
.AnyTagClassName
{
color: #CA41C3;
}
</style>
background-color css
<style>
a { background-color: #CA41C3; }
a { background-color: rgb(202,65,195); }
div.DivClassName
{
background-color: #CA41C3;
}
.BgClassName
{
background-color: #CA41C3;
}
</style>
border-color css
<style>
span { border-color: #CA41C3; }
span { border-color: rgb(202,65,195); }
td.TdClassName
{
border-color: #CA41C3;
}
.TagClassName
{
border-color: #CA41C3;
}
</style>