Shades of Fuchsia #CA37BA
Tints of Fuchsia #CA37BA
RGB
CMYK
RGB Variations
Color information
#CA37BA (or 0xCA37BA) is known color: Fuchsia. HEX triplet: CA, 37 and BA. RGB value is (202,55,186). Sum of RGB (Red+Green+Blue) = 202+55+186=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 55 (21.88% from 255 or 12.42% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA37BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA37BA is #35C845. Grayscale: #717171. Windows color (decimal): -3524678 or 12203978. OLE color: 12203978.
HSL color Cylindrical-coordinate representation of color #CA37BA: hue angle of 306.53º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA37BA is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 55 | 186 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.21 |
| HSL | 306.53º | 0.58% | 0.5% | - |
| HSV(B) | 306.53º | 0.73% | 0.79% | - |
| XYZ | 34.59 | 18.83 | 48.27 | - |
| YUV | 113.89 | 168.7 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 186 | 0 | 0.73 | 0.08 | 0.21 | 306.53 | 0.58 | 0.5 |
| Hex | CA | 37 | BA | 0 | 49 | 8 | 15 | 133 | 3A | 32 |
| Octal | 312 | 67 | 272 | 0 | 111 | 10 | 25 | 463 | 72 | 62 |
| Binary | 11001010 | 110111 | 10111010 | 0 | 1001001 | 1000 | 10101 | 100110011 | 111010 | 110010 |
Color Harmonies of #CA37BA
Complementary color
Monochromatic Colors of #CA37BA
Black with #CA37BA
Text Example
Text Example
White with #CA37BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA37BA; }
p { color: rgb(202,55,186); }
H1.HeaderClassName
{
color: #CA37BA;
}
.AnyTagClassName
{
color: #CA37BA;
}
</style>
background-color css
<style>
a { background-color: #CA37BA; }
a { background-color: rgb(202,55,186); }
div.DivClassName
{
background-color: #CA37BA;
}
.BgClassName
{
background-color: #CA37BA;
}
</style>
border-color css
<style>
span { border-color: #CA37BA; }
span { border-color: rgb(202,55,186); }
td.TdClassName
{
border-color: #CA37BA;
}
.TagClassName
{
border-color: #CA37BA;
}
</style>