Shades of Fuchsia #CA32B5
Tints of Fuchsia #CA32B5
RGB
CMYK
RGB Variations
Color information
#CA32B5 (or 0xCA32B5) is known color: Fuchsia. HEX triplet: CA, 32 and B5. RGB value is (202,50,181). Sum of RGB (Red+Green+Blue) = 202+50+181=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA32B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA32B5 is #35CD4A. Grayscale: #6E6E6E. Windows color (decimal): -3525963 or 11875018. OLE color: 11875018.
HSL color Cylindrical-coordinate representation of color #CA32B5: hue angle of 308.29º 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 #CA32B5 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 181 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.21 |
| HSL | 308.29º | 0.6% | 0.49% | - |
| HSV(B) | 308.29º | 0.75% | 0.79% | - |
| XYZ | 33.84 | 18.17 | 45.44 | - |
| YUV | 110.38 | 167.86 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 181 | 0 | 0.75 | 0.10 | 0.21 | 308.29 | 0.6 | 0.49 |
| Hex | CA | 32 | B5 | 0 | 4B | A | 15 | 134 | 3C | 31 |
| Octal | 312 | 62 | 265 | 0 | 113 | 12 | 25 | 464 | 74 | 61 |
| Binary | 11001010 | 110010 | 10110101 | 0 | 1001011 | 1010 | 10101 | 100110100 | 111100 | 110001 |
Color Harmonies of #CA32B5
Complementary color
Monochromatic Colors of #CA32B5
Black with #CA32B5
Text Example
Text Example
White with #CA32B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA32B5; }
p { color: rgb(202,50,181); }
H1.HeaderClassName
{
color: #CA32B5;
}
.AnyTagClassName
{
color: #CA32B5;
}
</style>
background-color css
<style>
a { background-color: #CA32B5; }
a { background-color: rgb(202,50,181); }
div.DivClassName
{
background-color: #CA32B5;
}
.BgClassName
{
background-color: #CA32B5;
}
</style>
border-color css
<style>
span { border-color: #CA32B5; }
span { border-color: rgb(202,50,181); }
td.TdClassName
{
border-color: #CA32B5;
}
.TagClassName
{
border-color: #CA32B5;
}
</style>