Shades of Fuchsia #CA63B3
Tints of Fuchsia #CA63B3
RGB
CMYK
RGB Variations
Color information
#CA63B3 (or 0xCA63B3) is known color: Fuchsia. HEX triplet: CA, 63 and B3. RGB value is (202,99,179). Sum of RGB (Red+Green+Blue) = 202+99+179=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CA63B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63B3 is #359C4C. Grayscale: #8A8A8A. Windows color (decimal): -3513421 or 11756490. OLE color: 11756490.
HSL color Cylindrical-coordinate representation of color #CA63B3: hue angle of 313.4º 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 #CA63B3 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 179 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.21 |
| HSL | 313.4º | 0.49% | 0.59% | - |
| HSV(B) | 313.4º | 0.51% | 0.79% | - |
| XYZ | 36.96 | 24.73 | 45.47 | - |
| YUV | 138.92 | 150.62 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 179 | 0 | 0.51 | 0.11 | 0.21 | 313.4 | 0.49 | 0.59 |
| Hex | CA | 63 | B3 | 0 | 33 | B | 15 | 139 | 31 | 3B |
| Octal | 312 | 143 | 263 | 0 | 63 | 13 | 25 | 471 | 61 | 73 |
| Binary | 11001010 | 1100011 | 10110011 | 0 | 110011 | 1011 | 10101 | 100111001 | 110001 | 111011 |
Color Harmonies of #CA63B3
Complementary color
Monochromatic Colors of #CA63B3
Black with #CA63B3
Text Example
Text Example
White with #CA63B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA63B3; }
p { color: rgb(202,99,179); }
H1.HeaderClassName
{
color: #CA63B3;
}
.AnyTagClassName
{
color: #CA63B3;
}
</style>
background-color css
<style>
a { background-color: #CA63B3; }
a { background-color: rgb(202,99,179); }
div.DivClassName
{
background-color: #CA63B3;
}
.BgClassName
{
background-color: #CA63B3;
}
</style>
border-color css
<style>
span { border-color: #CA63B3; }
span { border-color: rgb(202,99,179); }
td.TdClassName
{
border-color: #CA63B3;
}
.TagClassName
{
border-color: #CA63B3;
}
</style>