Shades of Fuchsia #CA2FC5
Tints of Fuchsia #CA2FC5
RGB
CMYK
RGB Variations
Color information
#CA2FC5 (or 0xCA2FC5) is known color: Fuchsia. HEX triplet: CA, 2F and C5. RGB value is (202,47,197). Sum of RGB (Red+Green+Blue) = 202+47+197=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 47 (18.75% from 255 or 10.54% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2FC5 is #35D03A. Grayscale: #6D6D6D. Windows color (decimal): -3526715 or 12922826. OLE color: 12922826.
HSL color Cylindrical-coordinate representation of color #CA2FC5: hue angle of 301.94º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2FC5 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 197 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.21 |
| HSL | 301.94º | 0.62% | 0.49% | - |
| HSV(B) | 301.94º | 0.77% | 0.79% | - |
| XYZ | 35.45 | 18.62 | 54.55 | - |
| YUV | 110.45 | 176.85 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 197 | 0 | 0.77 | 0.02 | 0.21 | 301.94 | 0.62 | 0.49 |
| Hex | CA | 2F | C5 | 0 | 4D | 2 | 15 | 12E | 3E | 31 |
| Octal | 312 | 57 | 305 | 0 | 115 | 2 | 25 | 456 | 76 | 61 |
| Binary | 11001010 | 101111 | 11000101 | 0 | 1001101 | 10 | 10101 | 100101110 | 111110 | 110001 |
Color Harmonies of #CA2FC5
Complementary color
Monochromatic Colors of #CA2FC5
Black with #CA2FC5
Text Example
Text Example
White with #CA2FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2FC5; }
p { color: rgb(202,47,197); }
H1.HeaderClassName
{
color: #CA2FC5;
}
.AnyTagClassName
{
color: #CA2FC5;
}
</style>
background-color css
<style>
a { background-color: #CA2FC5; }
a { background-color: rgb(202,47,197); }
div.DivClassName
{
background-color: #CA2FC5;
}
.BgClassName
{
background-color: #CA2FC5;
}
</style>
border-color css
<style>
span { border-color: #CA2FC5; }
span { border-color: rgb(202,47,197); }
td.TdClassName
{
border-color: #CA2FC5;
}
.TagClassName
{
border-color: #CA2FC5;
}
</style>