Shades of Fuchsia #CA31CB
Tints of Fuchsia #CA31CB
RGB
CMYK
RGB Variations
Color information
#CA31CB (or 0xCA31CB) is known color: Fuchsia. HEX triplet: CA, 31 and CB. RGB value is (202,49,203). Sum of RGB (Red+Green+Blue) = 202+49+203=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA31CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA31CB is #35CE34. Grayscale: #6F6F6F. Windows color (decimal): -3526197 or 13316554. OLE color: 13316554.
HSL color Cylindrical-coordinate representation of color #CA31CB: hue angle of 299.61º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA31CB is Cyan = 0.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 49 | 203 | - |
| CMYK | 0.00 | 0.76 | 0 | 0.20 |
| HSL | 299.61º | 0.61% | 0.49% | - |
| HSV(B) | 299.61º | 0.76% | 0.8% | - |
| XYZ | 36.23 | 19.06 | 58.27 | - |
| YUV | 112.3 | 179.19 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 203 | 0.00 | 0.76 | 0 | 0.20 | 299.61 | 0.61 | 0.49 |
| Hex | CA | 31 | CB | 0 | 4C | 0 | 14 | 12C | 3D | 31 |
| Octal | 312 | 61 | 313 | 0 | 114 | 0 | 24 | 454 | 75 | 61 |
| Binary | 11001010 | 110001 | 11001011 | 0 | 1001100 | 0 | 10100 | 100101100 | 111101 | 110001 |
Color Harmonies of #CA31CB
Complementary color
Monochromatic Colors of #CA31CB
Black with #CA31CB
Text Example
Text Example
White with #CA31CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA31CB; }
p { color: rgb(202,49,203); }
H1.HeaderClassName
{
color: #CA31CB;
}
.AnyTagClassName
{
color: #CA31CB;
}
</style>
background-color css
<style>
a { background-color: #CA31CB; }
a { background-color: rgb(202,49,203); }
div.DivClassName
{
background-color: #CA31CB;
}
.BgClassName
{
background-color: #CA31CB;
}
</style>
border-color css
<style>
span { border-color: #CA31CB; }
span { border-color: rgb(202,49,203); }
td.TdClassName
{
border-color: #CA31CB;
}
.TagClassName
{
border-color: #CA31CB;
}
</style>