Shades of Fuchsia #CA2FC8
Tints of Fuchsia #CA2FC8
RGB
CMYK
RGB Variations
Color information
#CA2FC8 (or 0xCA2FC8) is known color: Fuchsia. HEX triplet: CA, 2F and C8. RGB value is (202,47,200). Sum of RGB (Red+Green+Blue) = 202+47+200=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 47 (18.75% from 255 or 10.47% from 449); Blue value is 200 (78.52% from 255 or 44.54% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2FC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2FC8 is #35D037. Grayscale: #6E6E6E. Windows color (decimal): -3526712 or 13119434. OLE color: 13119434.
HSL color Cylindrical-coordinate representation of color #CA2FC8: hue angle of 300.77º 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 #CA2FC8 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 200 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.21 |
| HSL | 300.77º | 0.62% | 0.49% | - |
| HSV(B) | 300.77º | 0.77% | 0.79% | - |
| XYZ | 35.8 | 18.76 | 56.38 | - |
| YUV | 110.79 | 178.35 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 200 | 0 | 0.77 | 0.01 | 0.21 | 300.77 | 0.62 | 0.49 |
| Hex | CA | 2F | C8 | 0 | 4D | 1 | 15 | 12D | 3E | 31 |
| Octal | 312 | 57 | 310 | 0 | 115 | 1 | 25 | 455 | 76 | 61 |
| Binary | 11001010 | 101111 | 11001000 | 0 | 1001101 | 1 | 10101 | 100101101 | 111110 | 110001 |
Color Harmonies of #CA2FC8
Complementary color
Monochromatic Colors of #CA2FC8
Black with #CA2FC8
Text Example
Text Example
White with #CA2FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2FC8; }
p { color: rgb(202,47,200); }
H1.HeaderClassName
{
color: #CA2FC8;
}
.AnyTagClassName
{
color: #CA2FC8;
}
</style>
background-color css
<style>
a { background-color: #CA2FC8; }
a { background-color: rgb(202,47,200); }
div.DivClassName
{
background-color: #CA2FC8;
}
.BgClassName
{
background-color: #CA2FC8;
}
</style>
border-color css
<style>
span { border-color: #CA2FC8; }
span { border-color: rgb(202,47,200); }
td.TdClassName
{
border-color: #CA2FC8;
}
.TagClassName
{
border-color: #CA2FC8;
}
</style>