Shades of Fuchsia #CA41C0
Tints of Fuchsia #CA41C0
RGB
CMYK
RGB Variations
Color information
#CA41C0 (or 0xCA41C0) is known color: Fuchsia. HEX triplet: CA, 41 and C0. RGB value is (202,65,192). Sum of RGB (Red+Green+Blue) = 202+65+192=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA41C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA41C0 is #35BE3F. Grayscale: #787878. Windows color (decimal): -3522112 or 12599754. OLE color: 12599754.
HSL color Cylindrical-coordinate representation of color #CA41C0: hue angle of 304.38º 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 #CA41C0 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 192 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.21 |
| HSL | 304.38º | 0.56% | 0.52% | - |
| HSV(B) | 304.38º | 0.68% | 0.79% | - |
| XYZ | 35.76 | 20.14 | 51.87 | - |
| YUV | 120.44 | 168.39 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 192 | 0 | 0.68 | 0.05 | 0.21 | 304.38 | 0.56 | 0.52 |
| Hex | CA | 41 | C0 | 0 | 44 | 5 | 15 | 130 | 38 | 34 |
| Octal | 312 | 101 | 300 | 0 | 104 | 5 | 25 | 460 | 70 | 64 |
| Binary | 11001010 | 1000001 | 11000000 | 0 | 1000100 | 101 | 10101 | 100110000 | 111000 | 110100 |
Color Harmonies of #CA41C0
Complementary color
Monochromatic Colors of #CA41C0
Black with #CA41C0
Text Example
Text Example
White with #CA41C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA41C0; }
p { color: rgb(202,65,192); }
H1.HeaderClassName
{
color: #CA41C0;
}
.AnyTagClassName
{
color: #CA41C0;
}
</style>
background-color css
<style>
a { background-color: #CA41C0; }
a { background-color: rgb(202,65,192); }
div.DivClassName
{
background-color: #CA41C0;
}
.BgClassName
{
background-color: #CA41C0;
}
</style>
border-color css
<style>
span { border-color: #CA41C0; }
span { border-color: rgb(202,65,192); }
td.TdClassName
{
border-color: #CA41C0;
}
.TagClassName
{
border-color: #CA41C0;
}
</style>