Shades of Fuchsia #CA55B2
Tints of Fuchsia #CA55B2
RGB
CMYK
RGB Variations
Color information
#CA55B2 (or 0xCA55B2) is known color: Fuchsia. HEX triplet: CA, 55 and B2. RGB value is (202,85,178). Sum of RGB (Red+Green+Blue) = 202+85+178=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA55B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA55B2 is #35AA4D. Grayscale: #828282. Windows color (decimal): -3517006 or 11687370. OLE color: 11687370.
HSL color Cylindrical-coordinate representation of color #CA55B2: hue angle of 312.31º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA55B2 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 178 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.21 |
| HSL | 312.31º | 0.52% | 0.56% | - |
| HSV(B) | 312.31º | 0.58% | 0.79% | - |
| XYZ | 35.64 | 22.27 | 44.54 | - |
| YUV | 130.59 | 154.76 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 178 | 0 | 0.58 | 0.12 | 0.21 | 312.31 | 0.52 | 0.56 |
| Hex | CA | 55 | B2 | 0 | 3A | C | 15 | 138 | 34 | 38 |
| Octal | 312 | 125 | 262 | 0 | 72 | 14 | 25 | 470 | 64 | 70 |
| Binary | 11001010 | 1010101 | 10110010 | 0 | 111010 | 1100 | 10101 | 100111000 | 110100 | 111000 |
Color Harmonies of #CA55B2
Complementary color
Monochromatic Colors of #CA55B2
Black with #CA55B2
Text Example
Text Example
White with #CA55B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA55B2; }
p { color: rgb(202,85,178); }
H1.HeaderClassName
{
color: #CA55B2;
}
.AnyTagClassName
{
color: #CA55B2;
}
</style>
background-color css
<style>
a { background-color: #CA55B2; }
a { background-color: rgb(202,85,178); }
div.DivClassName
{
background-color: #CA55B2;
}
.BgClassName
{
background-color: #CA55B2;
}
</style>
border-color css
<style>
span { border-color: #CA55B2; }
span { border-color: rgb(202,85,178); }
td.TdClassName
{
border-color: #CA55B2;
}
.TagClassName
{
border-color: #CA55B2;
}
</style>