Shades of Fuchsia #CA3FC0
Tints of Fuchsia #CA3FC0
RGB
CMYK
RGB Variations
Color information
#CA3FC0 (or 0xCA3FC0) is known color: Fuchsia. HEX triplet: CA, 3F and C0. RGB value is (202,63,192). Sum of RGB (Red+Green+Blue) = 202+63+192=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3FC0 is #35C03F. Grayscale: #767676. Windows color (decimal): -3522624 or 12599242. OLE color: 12599242.
HSL color Cylindrical-coordinate representation of color #CA3FC0: hue angle of 304.32º 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 #CA3FC0 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 63 | 192 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.21 |
| HSL | 304.32º | 0.57% | 0.52% | - |
| HSV(B) | 304.32º | 0.69% | 0.79% | - |
| XYZ | 35.65 | 19.92 | 51.83 | - |
| YUV | 119.27 | 169.05 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 63 | 192 | 0 | 0.69 | 0.05 | 0.21 | 304.32 | 0.57 | 0.52 |
| Hex | CA | 3F | C0 | 0 | 45 | 5 | 15 | 130 | 39 | 34 |
| Octal | 312 | 77 | 300 | 0 | 105 | 5 | 25 | 460 | 71 | 64 |
| Binary | 11001010 | 111111 | 11000000 | 0 | 1000101 | 101 | 10101 | 100110000 | 111001 | 110100 |
Color Harmonies of #CA3FC0
Complementary color
Monochromatic Colors of #CA3FC0
Black with #CA3FC0
Text Example
Text Example
White with #CA3FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3FC0; }
p { color: rgb(202,63,192); }
H1.HeaderClassName
{
color: #CA3FC0;
}
.AnyTagClassName
{
color: #CA3FC0;
}
</style>
background-color css
<style>
a { background-color: #CA3FC0; }
a { background-color: rgb(202,63,192); }
div.DivClassName
{
background-color: #CA3FC0;
}
.BgClassName
{
background-color: #CA3FC0;
}
</style>
border-color css
<style>
span { border-color: #CA3FC0; }
span { border-color: rgb(202,63,192); }
td.TdClassName
{
border-color: #CA3FC0;
}
.TagClassName
{
border-color: #CA3FC0;
}
</style>