Shades of Fuchsia #CA33B2
Tints of Fuchsia #CA33B2
RGB
CMYK
RGB Variations
Color information
#CA33B2 (or 0xCA33B2) is known color: Fuchsia. HEX triplet: CA, 33 and B2. RGB value is (202,51,178). Sum of RGB (Red+Green+Blue) = 202+51+178=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA33B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA33B2 is #35CC4D. Grayscale: #6E6E6E. Windows color (decimal): -3525710 or 11678666. OLE color: 11678666.
HSL color Cylindrical-coordinate representation of color #CA33B2: hue angle of 309.54º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA33B2 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 178 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.21 |
| HSL | 309.54º | 0.6% | 0.5% | - |
| HSV(B) | 309.54º | 0.75% | 0.79% | - |
| XYZ | 33.58 | 18.14 | 43.85 | - |
| YUV | 110.63 | 166.03 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 178 | 0 | 0.75 | 0.12 | 0.21 | 309.54 | 0.6 | 0.5 |
| Hex | CA | 33 | B2 | 0 | 4B | C | 15 | 136 | 3C | 32 |
| Octal | 312 | 63 | 262 | 0 | 113 | 14 | 25 | 466 | 74 | 62 |
| Binary | 11001010 | 110011 | 10110010 | 0 | 1001011 | 1100 | 10101 | 100110110 | 111100 | 110010 |
Color Harmonies of #CA33B2
Complementary color
Monochromatic Colors of #CA33B2
Black with #CA33B2
Text Example
Text Example
White with #CA33B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA33B2; }
p { color: rgb(202,51,178); }
H1.HeaderClassName
{
color: #CA33B2;
}
.AnyTagClassName
{
color: #CA33B2;
}
</style>
background-color css
<style>
a { background-color: #CA33B2; }
a { background-color: rgb(202,51,178); }
div.DivClassName
{
background-color: #CA33B2;
}
.BgClassName
{
background-color: #CA33B2;
}
</style>
border-color css
<style>
span { border-color: #CA33B2; }
span { border-color: rgb(202,51,178); }
td.TdClassName
{
border-color: #CA33B2;
}
.TagClassName
{
border-color: #CA33B2;
}
</style>