Shades of Fuchsia #CA46C2
Tints of Fuchsia #CA46C2
RGB
CMYK
RGB Variations
Color information
#CA46C2 (or 0xCA46C2) is known color: Fuchsia. HEX triplet: CA, 46 and C2. RGB value is (202,70,194). Sum of RGB (Red+Green+Blue) = 202+70+194=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA46C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA46C2 is #35B93D. Grayscale: #7B7B7B. Windows color (decimal): -3520830 or 12732106. OLE color: 12732106.
HSL color Cylindrical-coordinate representation of color #CA46C2: hue angle of 303.64º 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 #CA46C2 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 194 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.21 |
| HSL | 303.64º | 0.55% | 0.53% | - |
| HSV(B) | 303.64º | 0.65% | 0.79% | - |
| XYZ | 36.28 | 20.83 | 53.15 | - |
| YUV | 123.6 | 167.73 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 194 | 0 | 0.65 | 0.04 | 0.21 | 303.64 | 0.55 | 0.53 |
| Hex | CA | 46 | C2 | 0 | 41 | 4 | 15 | 130 | 37 | 35 |
| Octal | 312 | 106 | 302 | 0 | 101 | 4 | 25 | 460 | 67 | 65 |
| Binary | 11001010 | 1000110 | 11000010 | 0 | 1000001 | 100 | 10101 | 100110000 | 110111 | 110101 |
Color Harmonies of #CA46C2
Complementary color
Monochromatic Colors of #CA46C2
Black with #CA46C2
Text Example
Text Example
White with #CA46C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA46C2; }
p { color: rgb(202,70,194); }
H1.HeaderClassName
{
color: #CA46C2;
}
.AnyTagClassName
{
color: #CA46C2;
}
</style>
background-color css
<style>
a { background-color: #CA46C2; }
a { background-color: rgb(202,70,194); }
div.DivClassName
{
background-color: #CA46C2;
}
.BgClassName
{
background-color: #CA46C2;
}
</style>
border-color css
<style>
span { border-color: #CA46C2; }
span { border-color: rgb(202,70,194); }
td.TdClassName
{
border-color: #CA46C2;
}
.TagClassName
{
border-color: #CA46C2;
}
</style>