Shades of Fuchsia #CA63B9
Tints of Fuchsia #CA63B9
RGB
CMYK
RGB Variations
Color information
#CA63B9 (or 0xCA63B9) is known color: Fuchsia. HEX triplet: CA, 63 and B9. RGB value is (202,99,185). Sum of RGB (Red+Green+Blue) = 202+99+185=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA63B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63B9 is #359C46. Grayscale: #8B8B8B. Windows color (decimal): -3513415 or 12149706. OLE color: 12149706.
HSL color Cylindrical-coordinate representation of color #CA63B9: hue angle of 309.9º 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 #CA63B9 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 185 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.21 |
| HSL | 309.9º | 0.49% | 0.59% | - |
| HSV(B) | 309.9º | 0.51% | 0.79% | - |
| XYZ | 37.58 | 24.98 | 48.74 | - |
| YUV | 139.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 185 | 0 | 0.51 | 0.08 | 0.21 | 309.9 | 0.49 | 0.59 |
| Hex | CA | 63 | B9 | 0 | 33 | 8 | 15 | 136 | 31 | 3B |
| Octal | 312 | 143 | 271 | 0 | 63 | 10 | 25 | 466 | 61 | 73 |
| Binary | 11001010 | 1100011 | 10111001 | 0 | 110011 | 1000 | 10101 | 100110110 | 110001 | 111011 |
Color Harmonies of #CA63B9
Complementary color
Monochromatic Colors of #CA63B9
Black with #CA63B9
Text Example
Text Example
White with #CA63B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA63B9; }
p { color: rgb(202,99,185); }
H1.HeaderClassName
{
color: #CA63B9;
}
.AnyTagClassName
{
color: #CA63B9;
}
</style>
background-color css
<style>
a { background-color: #CA63B9; }
a { background-color: rgb(202,99,185); }
div.DivClassName
{
background-color: #CA63B9;
}
.BgClassName
{
background-color: #CA63B9;
}
</style>
border-color css
<style>
span { border-color: #CA63B9; }
span { border-color: rgb(202,99,185); }
td.TdClassName
{
border-color: #CA63B9;
}
.TagClassName
{
border-color: #CA63B9;
}
</style>