Shades of Fuchsia #CA63BB
Tints of Fuchsia #CA63BB
RGB
CMYK
RGB Variations
Color information
#CA63BB (or 0xCA63BB) is known color: Fuchsia. HEX triplet: CA, 63 and BB. RGB value is (202,99,187). Sum of RGB (Red+Green+Blue) = 202+99+187=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA63BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63BB is #359C44. Grayscale: #8B8B8B. Windows color (decimal): -3513413 or 12280778. OLE color: 12280778.
HSL color Cylindrical-coordinate representation of color #CA63BB: hue angle of 308.74º 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 #CA63BB is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 187 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.21 |
| HSL | 308.74º | 0.49% | 0.59% | - |
| HSV(B) | 308.74º | 0.51% | 0.79% | - |
| XYZ | 37.79 | 25.07 | 49.86 | - |
| YUV | 139.83 | 154.62 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 187 | 0 | 0.51 | 0.07 | 0.21 | 308.74 | 0.49 | 0.59 |
| Hex | CA | 63 | BB | 0 | 33 | 7 | 15 | 135 | 31 | 3B |
| Octal | 312 | 143 | 273 | 0 | 63 | 7 | 25 | 465 | 61 | 73 |
| Binary | 11001010 | 1100011 | 10111011 | 0 | 110011 | 111 | 10101 | 100110101 | 110001 | 111011 |
Color Harmonies of #CA63BB
Complementary color
Monochromatic Colors of #CA63BB
Black with #CA63BB
Text Example
Text Example
White with #CA63BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA63BB; }
p { color: rgb(202,99,187); }
H1.HeaderClassName
{
color: #CA63BB;
}
.AnyTagClassName
{
color: #CA63BB;
}
</style>
background-color css
<style>
a { background-color: #CA63BB; }
a { background-color: rgb(202,99,187); }
div.DivClassName
{
background-color: #CA63BB;
}
.BgClassName
{
background-color: #CA63BB;
}
</style>
border-color css
<style>
span { border-color: #CA63BB; }
span { border-color: rgb(202,99,187); }
td.TdClassName
{
border-color: #CA63BB;
}
.TagClassName
{
border-color: #CA63BB;
}
</style>