Shades of Fuchsia #CA61BF
Tints of Fuchsia #CA61BF
RGB
CMYK
RGB Variations
Color information
#CA61BF (or 0xCA61BF) is known color: Fuchsia. HEX triplet: CA, 61 and BF. RGB value is (202,97,191). Sum of RGB (Red+Green+Blue) = 202+97+191=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA61BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA61BF is #359E40. Grayscale: #8A8A8A. Windows color (decimal): -3513921 or 12542410. OLE color: 12542410.
HSL color Cylindrical-coordinate representation of color #CA61BF: hue angle of 306.29º 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 #CA61BF is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 97 | 191 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.21 |
| HSL | 306.29º | 0.5% | 0.59% | - |
| HSV(B) | 306.29º | 0.52% | 0.79% | - |
| XYZ | 38.04 | 24.87 | 52.09 | - |
| YUV | 139.11 | 157.29 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 191 | 0 | 0.52 | 0.05 | 0.21 | 306.29 | 0.5 | 0.59 |
| Hex | CA | 61 | BF | 0 | 34 | 5 | 15 | 132 | 32 | 3B |
| Octal | 312 | 141 | 277 | 0 | 64 | 5 | 25 | 462 | 62 | 73 |
| Binary | 11001010 | 1100001 | 10111111 | 0 | 110100 | 101 | 10101 | 100110010 | 110010 | 111011 |
Color Harmonies of #CA61BF
Complementary color
Monochromatic Colors of #CA61BF
Black with #CA61BF
Text Example
Text Example
White with #CA61BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA61BF; }
p { color: rgb(202,97,191); }
H1.HeaderClassName
{
color: #CA61BF;
}
.AnyTagClassName
{
color: #CA61BF;
}
</style>
background-color css
<style>
a { background-color: #CA61BF; }
a { background-color: rgb(202,97,191); }
div.DivClassName
{
background-color: #CA61BF;
}
.BgClassName
{
background-color: #CA61BF;
}
</style>
border-color css
<style>
span { border-color: #CA61BF; }
span { border-color: rgb(202,97,191); }
td.TdClassName
{
border-color: #CA61BF;
}
.TagClassName
{
border-color: #CA61BF;
}
</style>