Shades of Fuchsia #CA46C5
Tints of Fuchsia #CA46C5
RGB
CMYK
RGB Variations
Color information
#CA46C5 (or 0xCA46C5) is known color: Fuchsia. HEX triplet: CA, 46 and C5. RGB value is (202,70,197). Sum of RGB (Red+Green+Blue) = 202+70+197=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 70 (27.73% from 255 or 14.93% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA46C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA46C5 is #35B93A. Grayscale: #7B7B7B. Windows color (decimal): -3520827 or 12928714. OLE color: 12928714.
HSL color Cylindrical-coordinate representation of color #CA46C5: hue angle of 302.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA46C5 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 197 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.21 |
| HSL | 302.27º | 0.55% | 0.53% | - |
| HSV(B) | 302.27º | 0.65% | 0.79% | - |
| XYZ | 36.63 | 20.97 | 54.94 | - |
| YUV | 123.95 | 169.23 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 197 | 0 | 0.65 | 0.02 | 0.21 | 302.27 | 0.55 | 0.53 |
| Hex | CA | 46 | C5 | 0 | 41 | 2 | 15 | 12E | 37 | 35 |
| Octal | 312 | 106 | 305 | 0 | 101 | 2 | 25 | 456 | 67 | 65 |
| Binary | 11001010 | 1000110 | 11000101 | 0 | 1000001 | 10 | 10101 | 100101110 | 110111 | 110101 |
Color Harmonies of #CA46C5
Complementary color
Monochromatic Colors of #CA46C5
Black with #CA46C5
Text Example
Text Example
White with #CA46C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA46C5; }
p { color: rgb(202,70,197); }
H1.HeaderClassName
{
color: #CA46C5;
}
.AnyTagClassName
{
color: #CA46C5;
}
</style>
background-color css
<style>
a { background-color: #CA46C5; }
a { background-color: rgb(202,70,197); }
div.DivClassName
{
background-color: #CA46C5;
}
.BgClassName
{
background-color: #CA46C5;
}
</style>
border-color css
<style>
span { border-color: #CA46C5; }
span { border-color: rgb(202,70,197); }
td.TdClassName
{
border-color: #CA46C5;
}
.TagClassName
{
border-color: #CA46C5;
}
</style>