Shades of Fuchsia #CA37B0
Tints of Fuchsia #CA37B0
RGB
CMYK
RGB Variations
Color information
#CA37B0 (or 0xCA37B0) is known color: Fuchsia. HEX triplet: CA, 37 and B0. RGB value is (202,55,176). Sum of RGB (Red+Green+Blue) = 202+55+176=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA37B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA37B0 is #35C84F. Grayscale: #707070. Windows color (decimal): -3524688 or 11548618. OLE color: 11548618.
HSL color Cylindrical-coordinate representation of color #CA37B0: hue angle of 310.61º 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 #CA37B0 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 55 | 176 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.21 |
| HSL | 310.61º | 0.58% | 0.5% | - |
| HSV(B) | 310.61º | 0.73% | 0.79% | - |
| XYZ | 33.56 | 18.42 | 42.86 | - |
| YUV | 112.75 | 163.7 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 176 | 0 | 0.73 | 0.13 | 0.21 | 310.61 | 0.58 | 0.5 |
| Hex | CA | 37 | B0 | 0 | 49 | D | 15 | 137 | 3A | 32 |
| Octal | 312 | 67 | 260 | 0 | 111 | 15 | 25 | 467 | 72 | 62 |
| Binary | 11001010 | 110111 | 10110000 | 0 | 1001001 | 1101 | 10101 | 100110111 | 111010 | 110010 |
Color Harmonies of #CA37B0
Complementary color
Monochromatic Colors of #CA37B0
Black with #CA37B0
Text Example
Text Example
White with #CA37B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA37B0; }
p { color: rgb(202,55,176); }
H1.HeaderClassName
{
color: #CA37B0;
}
.AnyTagClassName
{
color: #CA37B0;
}
</style>
background-color css
<style>
a { background-color: #CA37B0; }
a { background-color: rgb(202,55,176); }
div.DivClassName
{
background-color: #CA37B0;
}
.BgClassName
{
background-color: #CA37B0;
}
</style>
border-color css
<style>
span { border-color: #CA37B0; }
span { border-color: rgb(202,55,176); }
td.TdClassName
{
border-color: #CA37B0;
}
.TagClassName
{
border-color: #CA37B0;
}
</style>