Shades of Fuchsia #CA37BF
Tints of Fuchsia #CA37BF
RGB
CMYK
RGB Variations
Color information
#CA37BF (or 0xCA37BF) is known color: Fuchsia. HEX triplet: CA, 37 and BF. RGB value is (202,55,191). Sum of RGB (Red+Green+Blue) = 202+55+191=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA37BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA37BF is #35C840. Grayscale: #727272. Windows color (decimal): -3524673 or 12531658. OLE color: 12531658.
HSL color Cylindrical-coordinate representation of color #CA37BF: hue angle of 304.49º 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 #CA37BF is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 55 | 191 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.21 |
| HSL | 304.49º | 0.58% | 0.5% | - |
| HSV(B) | 304.49º | 0.73% | 0.79% | - |
| XYZ | 35.13 | 19.05 | 51.12 | - |
| YUV | 114.46 | 171.2 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 191 | 0 | 0.73 | 0.05 | 0.21 | 304.49 | 0.58 | 0.5 |
| Hex | CA | 37 | BF | 0 | 49 | 5 | 15 | 130 | 3A | 32 |
| Octal | 312 | 67 | 277 | 0 | 111 | 5 | 25 | 460 | 72 | 62 |
| Binary | 11001010 | 110111 | 10111111 | 0 | 1001001 | 101 | 10101 | 100110000 | 111010 | 110010 |
Color Harmonies of #CA37BF
Complementary color
Monochromatic Colors of #CA37BF
Black with #CA37BF
Text Example
Text Example
White with #CA37BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA37BF; }
p { color: rgb(202,55,191); }
H1.HeaderClassName
{
color: #CA37BF;
}
.AnyTagClassName
{
color: #CA37BF;
}
</style>
background-color css
<style>
a { background-color: #CA37BF; }
a { background-color: rgb(202,55,191); }
div.DivClassName
{
background-color: #CA37BF;
}
.BgClassName
{
background-color: #CA37BF;
}
</style>
border-color css
<style>
span { border-color: #CA37BF; }
span { border-color: rgb(202,55,191); }
td.TdClassName
{
border-color: #CA37BF;
}
.TagClassName
{
border-color: #CA37BF;
}
</style>