Shades of Fuchsia #CA63B2
Tints of Fuchsia #CA63B2
RGB
CMYK
RGB Variations
Color information
#CA63B2 (or 0xCA63B2) is known color: Fuchsia. HEX triplet: CA, 63 and B2. RGB value is (202,99,178). Sum of RGB (Red+Green+Blue) = 202+99+178=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA63B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA63B2 is #359C4D. Grayscale: #8A8A8A. Windows color (decimal): -3513422 or 11690954. OLE color: 11690954.
HSL color Cylindrical-coordinate representation of color #CA63B2: hue angle of 313.98º 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 #CA63B2 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 178 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.21 |
| HSL | 313.98º | 0.49% | 0.59% | - |
| HSV(B) | 313.98º | 0.51% | 0.79% | - |
| XYZ | 36.85 | 24.69 | 44.94 | - |
| YUV | 138.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 178 | 0 | 0.51 | 0.12 | 0.21 | 313.98 | 0.49 | 0.59 |
| Hex | CA | 63 | B2 | 0 | 33 | C | 15 | 13A | 31 | 3B |
| Octal | 312 | 143 | 262 | 0 | 63 | 14 | 25 | 472 | 61 | 73 |
| Binary | 11001010 | 1100011 | 10110010 | 0 | 110011 | 1100 | 10101 | 100111010 | 110001 | 111011 |
Color Harmonies of #CA63B2
Complementary color
Monochromatic Colors of #CA63B2
Black with #CA63B2
Text Example
Text Example
White with #CA63B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA63B2; }
p { color: rgb(202,99,178); }
H1.HeaderClassName
{
color: #CA63B2;
}
.AnyTagClassName
{
color: #CA63B2;
}
</style>
background-color css
<style>
a { background-color: #CA63B2; }
a { background-color: rgb(202,99,178); }
div.DivClassName
{
background-color: #CA63B2;
}
.BgClassName
{
background-color: #CA63B2;
}
</style>
border-color css
<style>
span { border-color: #CA63B2; }
span { border-color: rgb(202,99,178); }
td.TdClassName
{
border-color: #CA63B2;
}
.TagClassName
{
border-color: #CA63B2;
}
</style>