Shades of Fuchsia #CA54BD
Tints of Fuchsia #CA54BD
RGB
CMYK
RGB Variations
Color information
#CA54BD (or 0xCA54BD) is known color: Fuchsia. HEX triplet: CA, 54 and BD. RGB value is (202,84,189). Sum of RGB (Red+Green+Blue) = 202+84+189=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA54BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA54BD is #35AB42. Grayscale: #828282. Windows color (decimal): -3517251 or 12408010. OLE color: 12408010.
HSL color Cylindrical-coordinate representation of color #CA54BD: hue angle of 306.61º degrees, saturation: 0.53, 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 #CA54BD is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 189 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.21 |
| HSL | 306.61º | 0.53% | 0.56% | - |
| HSV(B) | 306.61º | 0.58% | 0.79% | - |
| XYZ | 36.71 | 22.57 | 50.57 | - |
| YUV | 131.25 | 160.59 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 189 | 0 | 0.58 | 0.06 | 0.21 | 306.61 | 0.53 | 0.56 |
| Hex | CA | 54 | BD | 0 | 3A | 6 | 15 | 133 | 35 | 38 |
| Octal | 312 | 124 | 275 | 0 | 72 | 6 | 25 | 463 | 65 | 70 |
| Binary | 11001010 | 1010100 | 10111101 | 0 | 111010 | 110 | 10101 | 100110011 | 110101 | 111000 |
Color Harmonies of #CA54BD
Complementary color
Monochromatic Colors of #CA54BD
Black with #CA54BD
Text Example
Text Example
White with #CA54BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA54BD; }
p { color: rgb(202,84,189); }
H1.HeaderClassName
{
color: #CA54BD;
}
.AnyTagClassName
{
color: #CA54BD;
}
</style>
background-color css
<style>
a { background-color: #CA54BD; }
a { background-color: rgb(202,84,189); }
div.DivClassName
{
background-color: #CA54BD;
}
.BgClassName
{
background-color: #CA54BD;
}
</style>
border-color css
<style>
span { border-color: #CA54BD; }
span { border-color: rgb(202,84,189); }
td.TdClassName
{
border-color: #CA54BD;
}
.TagClassName
{
border-color: #CA54BD;
}
</style>