Shades of Fuchsia #CA61C1
Tints of Fuchsia #CA61C1
RGB
CMYK
RGB Variations
Color information
#CA61C1 (or 0xCA61C1) is known color: Fuchsia. HEX triplet: CA, 61 and C1. RGB value is (202,97,193). Sum of RGB (Red+Green+Blue) = 202+97+193=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA61C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA61C1 is #359E3E. Grayscale: #8B8B8B. Windows color (decimal): -3513919 or 12673482. OLE color: 12673482.
HSL color Cylindrical-coordinate representation of color #CA61C1: hue angle of 305.14º 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 #CA61C1 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 97 | 193 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.21 |
| HSL | 305.14º | 0.5% | 0.59% | - |
| HSV(B) | 305.14º | 0.52% | 0.79% | - |
| XYZ | 38.26 | 24.96 | 53.25 | - |
| YUV | 139.34 | 158.29 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 193 | 0 | 0.52 | 0.04 | 0.21 | 305.14 | 0.5 | 0.59 |
| Hex | CA | 61 | C1 | 0 | 34 | 4 | 15 | 131 | 32 | 3B |
| Octal | 312 | 141 | 301 | 0 | 64 | 4 | 25 | 461 | 62 | 73 |
| Binary | 11001010 | 1100001 | 11000001 | 0 | 110100 | 100 | 10101 | 100110001 | 110010 | 111011 |
Color Harmonies of #CA61C1
Complementary color
Monochromatic Colors of #CA61C1
Black with #CA61C1
Text Example
Text Example
White with #CA61C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA61C1; }
p { color: rgb(202,97,193); }
H1.HeaderClassName
{
color: #CA61C1;
}
.AnyTagClassName
{
color: #CA61C1;
}
</style>
background-color css
<style>
a { background-color: #CA61C1; }
a { background-color: rgb(202,97,193); }
div.DivClassName
{
background-color: #CA61C1;
}
.BgClassName
{
background-color: #CA61C1;
}
</style>
border-color css
<style>
span { border-color: #CA61C1; }
span { border-color: rgb(202,97,193); }
td.TdClassName
{
border-color: #CA61C1;
}
.TagClassName
{
border-color: #CA61C1;
}
</style>