Shades of Fuchsia #CA48C0
Tints of Fuchsia #CA48C0
RGB
CMYK
RGB Variations
Color information
#CA48C0 (or 0xCA48C0) is known color: Fuchsia. HEX triplet: CA, 48 and C0. RGB value is (202,72,192). Sum of RGB (Red+Green+Blue) = 202+72+192=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 72 (28.52% from 255 or 15.45% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA48C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA48C0 is #35B73F. Grayscale: #7C7C7C. Windows color (decimal): -3520320 or 12601546. OLE color: 12601546.
HSL color Cylindrical-coordinate representation of color #CA48C0: hue angle of 304.62º 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 #CA48C0 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 192 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.21 |
| HSL | 304.62º | 0.55% | 0.54% | - |
| HSV(B) | 304.62º | 0.64% | 0.79% | - |
| XYZ | 36.19 | 21 | 52.01 | - |
| YUV | 124.55 | 166.07 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 192 | 0 | 0.64 | 0.05 | 0.21 | 304.62 | 0.55 | 0.54 |
| Hex | CA | 48 | C0 | 0 | 40 | 5 | 15 | 131 | 37 | 36 |
| Octal | 312 | 110 | 300 | 0 | 100 | 5 | 25 | 461 | 67 | 66 |
| Binary | 11001010 | 1001000 | 11000000 | 0 | 1000000 | 101 | 10101 | 100110001 | 110111 | 110110 |
Color Harmonies of #CA48C0
Complementary color
Monochromatic Colors of #CA48C0
Black with #CA48C0
Text Example
Text Example
White with #CA48C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA48C0; }
p { color: rgb(202,72,192); }
H1.HeaderClassName
{
color: #CA48C0;
}
.AnyTagClassName
{
color: #CA48C0;
}
</style>
background-color css
<style>
a { background-color: #CA48C0; }
a { background-color: rgb(202,72,192); }
div.DivClassName
{
background-color: #CA48C0;
}
.BgClassName
{
background-color: #CA48C0;
}
</style>
border-color css
<style>
span { border-color: #CA48C0; }
span { border-color: rgb(202,72,192); }
td.TdClassName
{
border-color: #CA48C0;
}
.TagClassName
{
border-color: #CA48C0;
}
</style>