Shades of Fuchsia #CA61C0
Tints of Fuchsia #CA61C0
RGB
CMYK
RGB Variations
Color information
#CA61C0 (or 0xCA61C0) is known color: Fuchsia. HEX triplet: CA, 61 and C0. RGB value is (202,97,192). Sum of RGB (Red+Green+Blue) = 202+97+192=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA61C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA61C0 is #359E3F. Grayscale: #8A8A8A. Windows color (decimal): -3513920 or 12607946. OLE color: 12607946.
HSL color Cylindrical-coordinate representation of color #CA61C0: hue angle of 305.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA61C0 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 97 | 192 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.21 |
| HSL | 305.71º | 0.5% | 0.59% | - |
| HSV(B) | 305.71º | 0.52% | 0.79% | - |
| XYZ | 38.15 | 24.91 | 52.67 | - |
| YUV | 139.23 | 157.79 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 192 | 0 | 0.52 | 0.05 | 0.21 | 305.71 | 0.5 | 0.59 |
| Hex | CA | 61 | C0 | 0 | 34 | 5 | 15 | 132 | 32 | 3B |
| Octal | 312 | 141 | 300 | 0 | 64 | 5 | 25 | 462 | 62 | 73 |
| Binary | 11001010 | 1100001 | 11000000 | 0 | 110100 | 101 | 10101 | 100110010 | 110010 | 111011 |
Color Harmonies of #CA61C0
Complementary color
Monochromatic Colors of #CA61C0
Black with #CA61C0
Text Example
Text Example
White with #CA61C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA61C0; }
p { color: rgb(202,97,192); }
H1.HeaderClassName
{
color: #CA61C0;
}
.AnyTagClassName
{
color: #CA61C0;
}
</style>
background-color css
<style>
a { background-color: #CA61C0; }
a { background-color: rgb(202,97,192); }
div.DivClassName
{
background-color: #CA61C0;
}
.BgClassName
{
background-color: #CA61C0;
}
</style>
border-color css
<style>
span { border-color: #CA61C0; }
span { border-color: rgb(202,97,192); }
td.TdClassName
{
border-color: #CA61C0;
}
.TagClassName
{
border-color: #CA61C0;
}
</style>