Shades of Fuchsia #CA32B9
Tints of Fuchsia #CA32B9
RGB
CMYK
RGB Variations
Color information
#CA32B9 (or 0xCA32B9) is known color: Fuchsia. HEX triplet: CA, 32 and B9. RGB value is (202,50,185). Sum of RGB (Red+Green+Blue) = 202+50+185=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA32B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA32B9 is #35CD46. Grayscale: #6E6E6E. Windows color (decimal): -3525959 or 12137162. OLE color: 12137162.
HSL color Cylindrical-coordinate representation of color #CA32B9: hue angle of 306.71º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA32B9 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 185 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.21 |
| HSL | 306.71º | 0.6% | 0.49% | - |
| HSV(B) | 306.71º | 0.75% | 0.79% | - |
| XYZ | 34.25 | 18.34 | 47.63 | - |
| YUV | 110.84 | 169.86 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 185 | 0 | 0.75 | 0.08 | 0.21 | 306.71 | 0.6 | 0.49 |
| Hex | CA | 32 | B9 | 0 | 4B | 8 | 15 | 133 | 3C | 31 |
| Octal | 312 | 62 | 271 | 0 | 113 | 10 | 25 | 463 | 74 | 61 |
| Binary | 11001010 | 110010 | 10111001 | 0 | 1001011 | 1000 | 10101 | 100110011 | 111100 | 110001 |
Color Harmonies of #CA32B9
Complementary color
Monochromatic Colors of #CA32B9
Black with #CA32B9
Text Example
Text Example
White with #CA32B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA32B9; }
p { color: rgb(202,50,185); }
H1.HeaderClassName
{
color: #CA32B9;
}
.AnyTagClassName
{
color: #CA32B9;
}
</style>
background-color css
<style>
a { background-color: #CA32B9; }
a { background-color: rgb(202,50,185); }
div.DivClassName
{
background-color: #CA32B9;
}
.BgClassName
{
background-color: #CA32B9;
}
</style>
border-color css
<style>
span { border-color: #CA32B9; }
span { border-color: rgb(202,50,185); }
td.TdClassName
{
border-color: #CA32B9;
}
.TagClassName
{
border-color: #CA32B9;
}
</style>