Shades of Fuchsia #CA48AF
Tints of Fuchsia #CA48AF
RGB
CMYK
RGB Variations
Color information
#CA48AF (or 0xCA48AF) is known color: Fuchsia. HEX triplet: CA, 48 and AF. RGB value is (202,72,175). Sum of RGB (Red+Green+Blue) = 202+72+175=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA48AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA48AF is #35B750. Grayscale: #7A7A7A. Windows color (decimal): -3520337 or 11487434. OLE color: 11487434.
HSL color Cylindrical-coordinate representation of color #CA48AF: hue angle of 312.46º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA48AF is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 175 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.21 |
| HSL | 312.46º | 0.55% | 0.54% | - |
| HSV(B) | 312.46º | 0.64% | 0.79% | - |
| XYZ | 34.41 | 20.29 | 42.66 | - |
| YUV | 122.61 | 157.57 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 175 | 0 | 0.64 | 0.13 | 0.21 | 312.46 | 0.55 | 0.54 |
| Hex | CA | 48 | AF | 0 | 40 | D | 15 | 138 | 37 | 36 |
| Octal | 312 | 110 | 257 | 0 | 100 | 15 | 25 | 470 | 67 | 66 |
| Binary | 11001010 | 1001000 | 10101111 | 0 | 1000000 | 1101 | 10101 | 100111000 | 110111 | 110110 |
Color Harmonies of #CA48AF
Complementary color
Monochromatic Colors of #CA48AF
Black with #CA48AF
Text Example
Text Example
White with #CA48AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA48AF; }
p { color: rgb(202,72,175); }
H1.HeaderClassName
{
color: #CA48AF;
}
.AnyTagClassName
{
color: #CA48AF;
}
</style>
background-color css
<style>
a { background-color: #CA48AF; }
a { background-color: rgb(202,72,175); }
div.DivClassName
{
background-color: #CA48AF;
}
.BgClassName
{
background-color: #CA48AF;
}
</style>
border-color css
<style>
span { border-color: #CA48AF; }
span { border-color: rgb(202,72,175); }
td.TdClassName
{
border-color: #CA48AF;
}
.TagClassName
{
border-color: #CA48AF;
}
</style>