Shades of Fuchsia #CA63CC
Tints of Fuchsia #CA63CC
RGB
CMYK
RGB Variations
Color information
#CA63CC (or 0xCA63CC) is known color: Fuchsia. HEX triplet: CA, 63 and CC. RGB value is (202,99,204). Sum of RGB (Red+Green+Blue) = 202+99+204=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA63CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63CC is #359C33. Grayscale: #8D8D8D. Windows color (decimal): -3513396 or 13394890. OLE color: 13394890.
HSL color Cylindrical-coordinate representation of color #CA63CC: hue angle of 298.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA63CC is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 99 | 204 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.2 |
| HSL | 298.86º | 0.51% | 0.59% | - |
| HSV(B) | 298.86º | 0.51% | 0.8% | - |
| XYZ | 39.72 | 25.84 | 60.02 | - |
| YUV | 141.77 | 163.12 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 204 | 0.01 | 0.51 | 0 | 0.2 | 298.86 | 0.51 | 0.59 |
| Hex | CA | 63 | CC | 1 | 33 | 0 | 14 | 12B | 33 | 3B |
| Octal | 312 | 143 | 314 | 1 | 63 | 0 | 24 | 453 | 63 | 73 |
| Binary | 11001010 | 1100011 | 11001100 | 1 | 110011 | 0 | 10100 | 100101011 | 110011 | 111011 |
Color Harmonies of #CA63CC
Complementary color
Monochromatic Colors of #CA63CC
Black with #CA63CC
Text Example
Text Example
White with #CA63CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA63CC; }
p { color: rgb(202,99,204); }
H1.HeaderClassName
{
color: #CA63CC;
}
.AnyTagClassName
{
color: #CA63CC;
}
</style>
background-color css
<style>
a { background-color: #CA63CC; }
a { background-color: rgb(202,99,204); }
div.DivClassName
{
background-color: #CA63CC;
}
.BgClassName
{
background-color: #CA63CC;
}
</style>
border-color css
<style>
span { border-color: #CA63CC; }
span { border-color: rgb(202,99,204); }
td.TdClassName
{
border-color: #CA63CC;
}
.TagClassName
{
border-color: #CA63CC;
}
</style>