Shades of Fuchsia #CA41C7
Tints of Fuchsia #CA41C7
RGB
CMYK
RGB Variations
Color information
#CA41C7 (or 0xCA41C7) is known color: Fuchsia. HEX triplet: CA, 41 and C7. RGB value is (202,65,199). Sum of RGB (Red+Green+Blue) = 202+65+199=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 199 (78.12% from 255 or 42.70% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA41C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA41C7 is #35BE38. Grayscale: #787878. Windows color (decimal): -3522105 or 13058506. OLE color: 13058506.
HSL color Cylindrical-coordinate representation of color #CA41C7: hue angle of 301.31º 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 #CA41C7 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 199 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.21 |
| HSL | 301.31º | 0.56% | 0.52% | - |
| HSV(B) | 301.31º | 0.68% | 0.79% | - |
| XYZ | 36.56 | 20.46 | 56.06 | - |
| YUV | 121.24 | 171.89 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 199 | 0 | 0.68 | 0.01 | 0.21 | 301.31 | 0.56 | 0.52 |
| Hex | CA | 41 | C7 | 0 | 44 | 1 | 15 | 12D | 38 | 34 |
| Octal | 312 | 101 | 307 | 0 | 104 | 1 | 25 | 455 | 70 | 64 |
| Binary | 11001010 | 1000001 | 11000111 | 0 | 1000100 | 1 | 10101 | 100101101 | 111000 | 110100 |
Color Harmonies of #CA41C7
Complementary color
Monochromatic Colors of #CA41C7
Black with #CA41C7
Text Example
Text Example
White with #CA41C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA41C7; }
p { color: rgb(202,65,199); }
H1.HeaderClassName
{
color: #CA41C7;
}
.AnyTagClassName
{
color: #CA41C7;
}
</style>
background-color css
<style>
a { background-color: #CA41C7; }
a { background-color: rgb(202,65,199); }
div.DivClassName
{
background-color: #CA41C7;
}
.BgClassName
{
background-color: #CA41C7;
}
</style>
border-color css
<style>
span { border-color: #CA41C7; }
span { border-color: rgb(202,65,199); }
td.TdClassName
{
border-color: #CA41C7;
}
.TagClassName
{
border-color: #CA41C7;
}
</style>