Shades of Fuchsia #CA32CB
Tints of Fuchsia #CA32CB
RGB
CMYK
RGB Variations
Color information
#CA32CB (or 0xCA32CB) is known color: Fuchsia. HEX triplet: CA, 32 and CB. RGB value is (202,50,203). Sum of RGB (Red+Green+Blue) = 202+50+203=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 50 (19.92% from 255 or 10.99% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA32CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA32CB is #35CD34. Grayscale: #707070. Windows color (decimal): -3525941 or 13316810. OLE color: 13316810.
HSL color Cylindrical-coordinate representation of color #CA32CB: hue angle of 299.61º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA32CB is Cyan = 0.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 50 | 203 | - |
| CMYK | 0.00 | 0.75 | 0 | 0.20 |
| HSL | 299.61º | 0.6% | 0.5% | - |
| HSV(B) | 299.61º | 0.75% | 0.8% | - |
| XYZ | 36.28 | 19.15 | 58.28 | - |
| YUV | 112.89 | 178.86 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 203 | 0.00 | 0.75 | 0 | 0.20 | 299.61 | 0.6 | 0.5 |
| Hex | CA | 32 | CB | 0 | 4B | 0 | 14 | 12C | 3C | 32 |
| Octal | 312 | 62 | 313 | 0 | 113 | 0 | 24 | 454 | 74 | 62 |
| Binary | 11001010 | 110010 | 11001011 | 0 | 1001011 | 0 | 10100 | 100101100 | 111100 | 110010 |
Color Harmonies of #CA32CB
Complementary color
Monochromatic Colors of #CA32CB
Black with #CA32CB
Text Example
Text Example
White with #CA32CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA32CB; }
p { color: rgb(202,50,203); }
H1.HeaderClassName
{
color: #CA32CB;
}
.AnyTagClassName
{
color: #CA32CB;
}
</style>
background-color css
<style>
a { background-color: #CA32CB; }
a { background-color: rgb(202,50,203); }
div.DivClassName
{
background-color: #CA32CB;
}
.BgClassName
{
background-color: #CA32CB;
}
</style>
border-color css
<style>
span { border-color: #CA32CB; }
span { border-color: rgb(202,50,203); }
td.TdClassName
{
border-color: #CA32CB;
}
.TagClassName
{
border-color: #CA32CB;
}
</style>