Shades of Fuchsia #CA63C2
Tints of Fuchsia #CA63C2
RGB
CMYK
RGB Variations
Color information
#CA63C2 (or 0xCA63C2) is known color: Fuchsia. HEX triplet: CA, 63 and C2. RGB value is (202,99,194). Sum of RGB (Red+Green+Blue) = 202+99+194=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA63C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63C2 is #359C3D. Grayscale: #8C8C8C. Windows color (decimal): -3513406 or 12739530. OLE color: 12739530.
HSL color Cylindrical-coordinate representation of color #CA63C2: hue angle of 304.66º 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 #CA63C2 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 194 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.21 |
| HSL | 304.66º | 0.49% | 0.59% | - |
| HSV(B) | 304.66º | 0.51% | 0.79% | - |
| XYZ | 38.56 | 25.38 | 53.9 | - |
| YUV | 140.63 | 158.12 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 194 | 0 | 0.51 | 0.04 | 0.21 | 304.66 | 0.49 | 0.59 |
| Hex | CA | 63 | C2 | 0 | 33 | 4 | 15 | 131 | 31 | 3B |
| Octal | 312 | 143 | 302 | 0 | 63 | 4 | 25 | 461 | 61 | 73 |
| Binary | 11001010 | 1100011 | 11000010 | 0 | 110011 | 100 | 10101 | 100110001 | 110001 | 111011 |
Color Harmonies of #CA63C2
Complementary color
Monochromatic Colors of #CA63C2
Black with #CA63C2
Text Example
Text Example
White with #CA63C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA63C2; }
p { color: rgb(202,99,194); }
H1.HeaderClassName
{
color: #CA63C2;
}
.AnyTagClassName
{
color: #CA63C2;
}
</style>
background-color css
<style>
a { background-color: #CA63C2; }
a { background-color: rgb(202,99,194); }
div.DivClassName
{
background-color: #CA63C2;
}
.BgClassName
{
background-color: #CA63C2;
}
</style>
border-color css
<style>
span { border-color: #CA63C2; }
span { border-color: rgb(202,99,194); }
td.TdClassName
{
border-color: #CA63C2;
}
.TagClassName
{
border-color: #CA63C2;
}
</style>