Shades of Fuchsia #CA41C8
Tints of Fuchsia #CA41C8
RGB
CMYK
RGB Variations
Color information
#CA41C8 (or 0xCA41C8) is known color: Fuchsia. HEX triplet: CA, 41 and C8. RGB value is (202,65,200). Sum of RGB (Red+Green+Blue) = 202+65+200=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA41C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA41C8 is #35BE37. Grayscale: #787878. Windows color (decimal): -3522104 or 13124042. OLE color: 13124042.
HSL color Cylindrical-coordinate representation of color #CA41C8: hue angle of 300.88º 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 #CA41C8 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 200 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.21 |
| HSL | 300.88º | 0.56% | 0.52% | - |
| HSV(B) | 300.88º | 0.68% | 0.79% | - |
| XYZ | 36.67 | 20.51 | 56.67 | - |
| YUV | 121.35 | 172.39 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 200 | 0 | 0.68 | 0.01 | 0.21 | 300.88 | 0.56 | 0.52 |
| Hex | CA | 41 | C8 | 0 | 44 | 1 | 15 | 12D | 38 | 34 |
| Octal | 312 | 101 | 310 | 0 | 104 | 1 | 25 | 455 | 70 | 64 |
| Binary | 11001010 | 1000001 | 11001000 | 0 | 1000100 | 1 | 10101 | 100101101 | 111000 | 110100 |
Color Harmonies of #CA41C8
Complementary color
Monochromatic Colors of #CA41C8
Black with #CA41C8
Text Example
Text Example
White with #CA41C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA41C8; }
p { color: rgb(202,65,200); }
H1.HeaderClassName
{
color: #CA41C8;
}
.AnyTagClassName
{
color: #CA41C8;
}
</style>
background-color css
<style>
a { background-color: #CA41C8; }
a { background-color: rgb(202,65,200); }
div.DivClassName
{
background-color: #CA41C8;
}
.BgClassName
{
background-color: #CA41C8;
}
</style>
border-color css
<style>
span { border-color: #CA41C8; }
span { border-color: rgb(202,65,200); }
td.TdClassName
{
border-color: #CA41C8;
}
.TagClassName
{
border-color: #CA41C8;
}
</style>