Shades of Fuchsia #CA63B1
Tints of Fuchsia #CA63B1
RGB
CMYK
RGB Variations
Color information
#CA63B1 (or 0xCA63B1) is known color: Fuchsia. HEX triplet: CA, 63 and B1. RGB value is (202,99,177). Sum of RGB (Red+Green+Blue) = 202+99+177=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA63B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA63B1 is #359C4E. Grayscale: #8A8A8A. Windows color (decimal): -3513423 or 11625418. OLE color: 11625418.
HSL color Cylindrical-coordinate representation of color #CA63B1: hue angle of 314.56º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA63B1 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 177 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.21 |
| HSL | 314.56º | 0.49% | 0.59% | - |
| HSV(B) | 314.56º | 0.51% | 0.79% | - |
| XYZ | 36.75 | 24.65 | 44.42 | - |
| YUV | 138.69 | 149.62 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 177 | 0 | 0.51 | 0.12 | 0.21 | 314.56 | 0.49 | 0.59 |
| Hex | CA | 63 | B1 | 0 | 33 | C | 15 | 13B | 31 | 3B |
| Octal | 312 | 143 | 261 | 0 | 63 | 14 | 25 | 473 | 61 | 73 |
| Binary | 11001010 | 1100011 | 10110001 | 0 | 110011 | 1100 | 10101 | 100111011 | 110001 | 111011 |
Color Harmonies of #CA63B1
Complementary color
Monochromatic Colors of #CA63B1
Black with #CA63B1
Text Example
Text Example
White with #CA63B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA63B1; }
p { color: rgb(202,99,177); }
H1.HeaderClassName
{
color: #CA63B1;
}
.AnyTagClassName
{
color: #CA63B1;
}
</style>
background-color css
<style>
a { background-color: #CA63B1; }
a { background-color: rgb(202,99,177); }
div.DivClassName
{
background-color: #CA63B1;
}
.BgClassName
{
background-color: #CA63B1;
}
</style>
border-color css
<style>
span { border-color: #CA63B1; }
span { border-color: rgb(202,99,177); }
td.TdClassName
{
border-color: #CA63B1;
}
.TagClassName
{
border-color: #CA63B1;
}
</style>