Shades of Fuchsia #CA28B2
Tints of Fuchsia #CA28B2
RGB
CMYK
RGB Variations
Color information
#CA28B2 (or 0xCA28B2) is known color: Fuchsia. HEX triplet: CA, 28 and B2. RGB value is (202,40,178). Sum of RGB (Red+Green+Blue) = 202+40+178=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA28B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA28B2 is #35D74D. Grayscale: #676767. Windows color (decimal): -3528526 or 11675850. OLE color: 11675850.
HSL color Cylindrical-coordinate representation of color #CA28B2: hue angle of 308.89º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA28B2 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 178 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.21 |
| HSL | 308.89º | 0.67% | 0.47% | - |
| HSV(B) | 308.89º | 0.8% | 0.79% | - |
| XYZ | 33.15 | 17.29 | 43.71 | - |
| YUV | 104.17 | 169.67 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 178 | 0 | 0.80 | 0.12 | 0.21 | 308.89 | 0.67 | 0.47 |
| Hex | CA | 28 | B2 | 0 | 50 | C | 15 | 135 | 43 | 2F |
| Octal | 312 | 50 | 262 | 0 | 120 | 14 | 25 | 465 | 103 | 57 |
| Binary | 11001010 | 101000 | 10110010 | 0 | 1010000 | 1100 | 10101 | 100110101 | 1000011 | 101111 |
Color Harmonies of #CA28B2
Complementary color
Monochromatic Colors of #CA28B2
Black with #CA28B2
Text Example
Text Example
White with #CA28B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA28B2; }
p { color: rgb(202,40,178); }
H1.HeaderClassName
{
color: #CA28B2;
}
.AnyTagClassName
{
color: #CA28B2;
}
</style>
background-color css
<style>
a { background-color: #CA28B2; }
a { background-color: rgb(202,40,178); }
div.DivClassName
{
background-color: #CA28B2;
}
.BgClassName
{
background-color: #CA28B2;
}
</style>
border-color css
<style>
span { border-color: #CA28B2; }
span { border-color: rgb(202,40,178); }
td.TdClassName
{
border-color: #CA28B2;
}
.TagClassName
{
border-color: #CA28B2;
}
</style>