Shades of Fuchsia #CA63BE
Tints of Fuchsia #CA63BE
RGB
CMYK
RGB Variations
Color information
#CA63BE (or 0xCA63BE) is known color: Fuchsia. HEX triplet: CA, 63 and BE. RGB value is (202,99,190). Sum of RGB (Red+Green+Blue) = 202+99+190=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA63BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63BE is #359C41. Grayscale: #8B8B8B. Windows color (decimal): -3513410 or 12477386. OLE color: 12477386.
HSL color Cylindrical-coordinate representation of color #CA63BE: hue angle of 306.99º 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 #CA63BE is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 190 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.21 |
| HSL | 306.99º | 0.49% | 0.59% | - |
| HSV(B) | 306.99º | 0.51% | 0.79% | - |
| XYZ | 38.11 | 25.2 | 51.57 | - |
| YUV | 140.17 | 156.12 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 190 | 0 | 0.51 | 0.06 | 0.21 | 306.99 | 0.49 | 0.59 |
| Hex | CA | 63 | BE | 0 | 33 | 6 | 15 | 133 | 31 | 3B |
| Octal | 312 | 143 | 276 | 0 | 63 | 6 | 25 | 463 | 61 | 73 |
| Binary | 11001010 | 1100011 | 10111110 | 0 | 110011 | 110 | 10101 | 100110011 | 110001 | 111011 |
Color Harmonies of #CA63BE
Complementary color
Monochromatic Colors of #CA63BE
Black with #CA63BE
Text Example
Text Example
White with #CA63BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA63BE; }
p { color: rgb(202,99,190); }
H1.HeaderClassName
{
color: #CA63BE;
}
.AnyTagClassName
{
color: #CA63BE;
}
</style>
background-color css
<style>
a { background-color: #CA63BE; }
a { background-color: rgb(202,99,190); }
div.DivClassName
{
background-color: #CA63BE;
}
.BgClassName
{
background-color: #CA63BE;
}
</style>
border-color css
<style>
span { border-color: #CA63BE; }
span { border-color: rgb(202,99,190); }
td.TdClassName
{
border-color: #CA63BE;
}
.TagClassName
{
border-color: #CA63BE;
}
</style>