Shades of Fuchsia #CA61C5
Tints of Fuchsia #CA61C5
RGB
CMYK
RGB Variations
Color information
#CA61C5 (or 0xCA61C5) is known color: Fuchsia. HEX triplet: CA, 61 and C5. RGB value is (202,97,197). Sum of RGB (Red+Green+Blue) = 202+97+197=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CA61C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA61C5 is #359E3A. Grayscale: #8B8B8B. Windows color (decimal): -3513915 or 12935626. OLE color: 12935626.
HSL color Cylindrical-coordinate representation of color #CA61C5: hue angle of 302.86º 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 #CA61C5 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 97 | 197 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.21 |
| HSL | 302.86º | 0.5% | 0.59% | - |
| HSV(B) | 302.86º | 0.52% | 0.79% | - |
| XYZ | 38.71 | 25.14 | 55.64 | - |
| YUV | 139.8 | 160.29 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 197 | 0 | 0.52 | 0.02 | 0.21 | 302.86 | 0.5 | 0.59 |
| Hex | CA | 61 | C5 | 0 | 34 | 2 | 15 | 12F | 32 | 3B |
| Octal | 312 | 141 | 305 | 0 | 64 | 2 | 25 | 457 | 62 | 73 |
| Binary | 11001010 | 1100001 | 11000101 | 0 | 110100 | 10 | 10101 | 100101111 | 110010 | 111011 |
Color Harmonies of #CA61C5
Complementary color
Monochromatic Colors of #CA61C5
Black with #CA61C5
Text Example
Text Example
White with #CA61C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA61C5; }
p { color: rgb(202,97,197); }
H1.HeaderClassName
{
color: #CA61C5;
}
.AnyTagClassName
{
color: #CA61C5;
}
</style>
background-color css
<style>
a { background-color: #CA61C5; }
a { background-color: rgb(202,97,197); }
div.DivClassName
{
background-color: #CA61C5;
}
.BgClassName
{
background-color: #CA61C5;
}
</style>
border-color css
<style>
span { border-color: #CA61C5; }
span { border-color: rgb(202,97,197); }
td.TdClassName
{
border-color: #CA61C5;
}
.TagClassName
{
border-color: #CA61C5;
}
</style>