Shades of Fuchsia #CA3FC6
Tints of Fuchsia #CA3FC6
RGB
CMYK
RGB Variations
Color information
#CA3FC6 (or 0xCA3FC6) is known color: Fuchsia. HEX triplet: CA, 3F and C6. RGB value is (202,63,198). Sum of RGB (Red+Green+Blue) = 202+63+198=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3FC6 is #35C039. Grayscale: #777777. Windows color (decimal): -3522618 or 12992458. OLE color: 12992458.
HSL color Cylindrical-coordinate representation of color #CA3FC6: hue angle of 301.73º 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 #CA3FC6 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 63 | 198 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.21 |
| HSL | 301.73º | 0.57% | 0.52% | - |
| HSV(B) | 301.73º | 0.69% | 0.79% | - |
| XYZ | 36.33 | 20.19 | 55.41 | - |
| YUV | 119.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 63 | 198 | 0 | 0.69 | 0.02 | 0.21 | 301.73 | 0.57 | 0.52 |
| Hex | CA | 3F | C6 | 0 | 45 | 2 | 15 | 12E | 39 | 34 |
| Octal | 312 | 77 | 306 | 0 | 105 | 2 | 25 | 456 | 71 | 64 |
| Binary | 11001010 | 111111 | 11000110 | 0 | 1000101 | 10 | 10101 | 100101110 | 111001 | 110100 |
Color Harmonies of #CA3FC6
Complementary color
Monochromatic Colors of #CA3FC6
Black with #CA3FC6
Text Example
Text Example
White with #CA3FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3FC6; }
p { color: rgb(202,63,198); }
H1.HeaderClassName
{
color: #CA3FC6;
}
.AnyTagClassName
{
color: #CA3FC6;
}
</style>
background-color css
<style>
a { background-color: #CA3FC6; }
a { background-color: rgb(202,63,198); }
div.DivClassName
{
background-color: #CA3FC6;
}
.BgClassName
{
background-color: #CA3FC6;
}
</style>
border-color css
<style>
span { border-color: #CA3FC6; }
span { border-color: rgb(202,63,198); }
td.TdClassName
{
border-color: #CA3FC6;
}
.TagClassName
{
border-color: #CA3FC6;
}
</style>