Shades of Fuchsia #CA54C0
Tints of Fuchsia #CA54C0
RGB
CMYK
RGB Variations
Color information
#CA54C0 (or 0xCA54C0) is known color: Fuchsia. HEX triplet: CA, 54 and C0. RGB value is (202,84,192). Sum of RGB (Red+Green+Blue) = 202+84+192=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA54C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA54C0 is #35AB3F. Grayscale: #838383. Windows color (decimal): -3517248 or 12604618. OLE color: 12604618.
HSL color Cylindrical-coordinate representation of color #CA54C0: hue angle of 305.08º 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 #CA54C0 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 192 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.21 |
| HSL | 305.08º | 0.53% | 0.56% | - |
| HSV(B) | 305.08º | 0.58% | 0.79% | - |
| XYZ | 37.04 | 22.7 | 52.3 | - |
| YUV | 131.59 | 162.09 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 192 | 0 | 0.58 | 0.05 | 0.21 | 305.08 | 0.53 | 0.56 |
| Hex | CA | 54 | C0 | 0 | 3A | 5 | 15 | 131 | 35 | 38 |
| Octal | 312 | 124 | 300 | 0 | 72 | 5 | 25 | 461 | 65 | 70 |
| Binary | 11001010 | 1010100 | 11000000 | 0 | 111010 | 101 | 10101 | 100110001 | 110101 | 111000 |
Color Harmonies of #CA54C0
Complementary color
Monochromatic Colors of #CA54C0
Black with #CA54C0
Text Example
Text Example
White with #CA54C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA54C0; }
p { color: rgb(202,84,192); }
H1.HeaderClassName
{
color: #CA54C0;
}
.AnyTagClassName
{
color: #CA54C0;
}
</style>
background-color css
<style>
a { background-color: #CA54C0; }
a { background-color: rgb(202,84,192); }
div.DivClassName
{
background-color: #CA54C0;
}
.BgClassName
{
background-color: #CA54C0;
}
</style>
border-color css
<style>
span { border-color: #CA54C0; }
span { border-color: rgb(202,84,192); }
td.TdClassName
{
border-color: #CA54C0;
}
.TagClassName
{
border-color: #CA54C0;
}
</style>