Shades of Fuchsia #CA54CF
Tints of Fuchsia #CA54CF
RGB
CMYK
RGB Variations
Color information
#CA54CF (or 0xCA54CF) is known color: Fuchsia. HEX triplet: CA, 54 and CF. RGB value is (202,84,207). Sum of RGB (Red+Green+Blue) = 202+84+207=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA54CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA54CF is #35AB30. Grayscale: #848484. Windows color (decimal): -3517233 or 13587658. OLE color: 13587658.
HSL color Cylindrical-coordinate representation of color #CA54CF: hue angle of 297.56º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA54CF is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 84 | 207 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.19 |
| HSL | 297.56º | 0.56% | 0.57% | - |
| HSV(B) | 297.56º | 0.59% | 0.81% | - |
| XYZ | 38.79 | 23.4 | 61.5 | - |
| YUV | 133.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 207 | 0.02 | 0.59 | 0 | 0.19 | 297.56 | 0.56 | 0.57 |
| Hex | CA | 54 | CF | 2 | 3B | 0 | 13 | 12A | 38 | 39 |
| Octal | 312 | 124 | 317 | 2 | 73 | 0 | 23 | 452 | 70 | 71 |
| Binary | 11001010 | 1010100 | 11001111 | 10 | 111011 | 0 | 10011 | 100101010 | 111000 | 111001 |
Color Harmonies of #CA54CF
Complementary color
Monochromatic Colors of #CA54CF
Black with #CA54CF
Text Example
Text Example
White with #CA54CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA54CF; }
p { color: rgb(202,84,207); }
H1.HeaderClassName
{
color: #CA54CF;
}
.AnyTagClassName
{
color: #CA54CF;
}
</style>
background-color css
<style>
a { background-color: #CA54CF; }
a { background-color: rgb(202,84,207); }
div.DivClassName
{
background-color: #CA54CF;
}
.BgClassName
{
background-color: #CA54CF;
}
</style>
border-color css
<style>
span { border-color: #CA54CF; }
span { border-color: rgb(202,84,207); }
td.TdClassName
{
border-color: #CA54CF;
}
.TagClassName
{
border-color: #CA54CF;
}
</style>