Shades of Fuchsia #CA50B2
Tints of Fuchsia #CA50B2
RGB
CMYK
RGB Variations
Color information
#CA50B2 (or 0xCA50B2) is known color: Fuchsia. HEX triplet: CA, 50 and B2. RGB value is (202,80,178). Sum of RGB (Red+Green+Blue) = 202+80+178=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA50B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA50B2 is #35AF4D. Grayscale: #7F7F7F. Windows color (decimal): -3518286 or 11686090. OLE color: 11686090.
HSL color Cylindrical-coordinate representation of color #CA50B2: hue angle of 311.8º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA50B2 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 178 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.21 |
| HSL | 311.8º | 0.54% | 0.55% | - |
| HSV(B) | 311.8º | 0.6% | 0.79% | - |
| XYZ | 35.26 | 21.51 | 44.41 | - |
| YUV | 127.65 | 156.42 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 178 | 0 | 0.60 | 0.12 | 0.21 | 311.8 | 0.54 | 0.55 |
| Hex | CA | 50 | B2 | 0 | 3C | C | 15 | 138 | 36 | 37 |
| Octal | 312 | 120 | 262 | 0 | 74 | 14 | 25 | 470 | 66 | 67 |
| Binary | 11001010 | 1010000 | 10110010 | 0 | 111100 | 1100 | 10101 | 100111000 | 110110 | 110111 |
Color Harmonies of #CA50B2
Complementary color
Monochromatic Colors of #CA50B2
Black with #CA50B2
Text Example
Text Example
White with #CA50B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA50B2; }
p { color: rgb(202,80,178); }
H1.HeaderClassName
{
color: #CA50B2;
}
.AnyTagClassName
{
color: #CA50B2;
}
</style>
background-color css
<style>
a { background-color: #CA50B2; }
a { background-color: rgb(202,80,178); }
div.DivClassName
{
background-color: #CA50B2;
}
.BgClassName
{
background-color: #CA50B2;
}
</style>
border-color css
<style>
span { border-color: #CA50B2; }
span { border-color: rgb(202,80,178); }
td.TdClassName
{
border-color: #CA50B2;
}
.TagClassName
{
border-color: #CA50B2;
}
</style>