Shades of Fuchsia #CA3FC2
Tints of Fuchsia #CA3FC2
RGB
CMYK
RGB Variations
Color information
#CA3FC2 (or 0xCA3FC2) is known color: Fuchsia. HEX triplet: CA, 3F and C2. RGB value is (202,63,194). Sum of RGB (Red+Green+Blue) = 202+63+194=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3FC2 is #35C03D. Grayscale: #777777. Windows color (decimal): -3522622 or 12730314. OLE color: 12730314.
HSL color Cylindrical-coordinate representation of color #CA3FC2: hue angle of 303.45º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA3FC2 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 63 | 194 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.21 |
| HSL | 303.45º | 0.57% | 0.52% | - |
| HSV(B) | 303.45º | 0.69% | 0.79% | - |
| XYZ | 35.87 | 20.01 | 53.01 | - |
| YUV | 119.5 | 170.05 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 63 | 194 | 0 | 0.69 | 0.04 | 0.21 | 303.45 | 0.57 | 0.52 |
| Hex | CA | 3F | C2 | 0 | 45 | 4 | 15 | 12F | 39 | 34 |
| Octal | 312 | 77 | 302 | 0 | 105 | 4 | 25 | 457 | 71 | 64 |
| Binary | 11001010 | 111111 | 11000010 | 0 | 1000101 | 100 | 10101 | 100101111 | 111001 | 110100 |
Color Harmonies of #CA3FC2
Complementary color
Monochromatic Colors of #CA3FC2
Black with #CA3FC2
Text Example
Text Example
White with #CA3FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3FC2; }
p { color: rgb(202,63,194); }
H1.HeaderClassName
{
color: #CA3FC2;
}
.AnyTagClassName
{
color: #CA3FC2;
}
</style>
background-color css
<style>
a { background-color: #CA3FC2; }
a { background-color: rgb(202,63,194); }
div.DivClassName
{
background-color: #CA3FC2;
}
.BgClassName
{
background-color: #CA3FC2;
}
</style>
border-color css
<style>
span { border-color: #CA3FC2; }
span { border-color: rgb(202,63,194); }
td.TdClassName
{
border-color: #CA3FC2;
}
.TagClassName
{
border-color: #CA3FC2;
}
</style>