Shades of Fuchsia #CA32BD
Tints of Fuchsia #CA32BD
RGB
CMYK
RGB Variations
Color information
#CA32BD (or 0xCA32BD) is known color: Fuchsia. HEX triplet: CA, 32 and BD. RGB value is (202,50,189). Sum of RGB (Red+Green+Blue) = 202+50+189=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA32BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA32BD is #35CD42. Grayscale: #6E6E6E. Windows color (decimal): -3525955 or 12399306. OLE color: 12399306.
HSL color Cylindrical-coordinate representation of color #CA32BD: hue angle of 305.13º 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 #CA32BD is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 189 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.21 |
| HSL | 305.13º | 0.6% | 0.49% | - |
| HSV(B) | 305.13º | 0.75% | 0.79% | - |
| XYZ | 34.68 | 18.51 | 49.89 | - |
| YUV | 111.29 | 171.86 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 189 | 0 | 0.75 | 0.06 | 0.21 | 305.13 | 0.6 | 0.49 |
| Hex | CA | 32 | BD | 0 | 4B | 6 | 15 | 131 | 3C | 31 |
| Octal | 312 | 62 | 275 | 0 | 113 | 6 | 25 | 461 | 74 | 61 |
| Binary | 11001010 | 110010 | 10111101 | 0 | 1001011 | 110 | 10101 | 100110001 | 111100 | 110001 |
Color Harmonies of #CA32BD
Complementary color
Monochromatic Colors of #CA32BD
Black with #CA32BD
Text Example
Text Example
White with #CA32BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA32BD; }
p { color: rgb(202,50,189); }
H1.HeaderClassName
{
color: #CA32BD;
}
.AnyTagClassName
{
color: #CA32BD;
}
</style>
background-color css
<style>
a { background-color: #CA32BD; }
a { background-color: rgb(202,50,189); }
div.DivClassName
{
background-color: #CA32BD;
}
.BgClassName
{
background-color: #CA32BD;
}
</style>
border-color css
<style>
span { border-color: #CA32BD; }
span { border-color: rgb(202,50,189); }
td.TdClassName
{
border-color: #CA32BD;
}
.TagClassName
{
border-color: #CA32BD;
}
</style>