Shades of Fuchsia #CA48C6
Tints of Fuchsia #CA48C6
RGB
CMYK
RGB Variations
Color information
#CA48C6 (or 0xCA48C6) is known color: Fuchsia. HEX triplet: CA, 48 and C6. RGB value is (202,72,198). Sum of RGB (Red+Green+Blue) = 202+72+198=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA48C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA48C6 is #35B739. Grayscale: #7C7C7C. Windows color (decimal): -3520314 or 12994762. OLE color: 12994762.
HSL color Cylindrical-coordinate representation of color #CA48C6: hue angle of 301.85º 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 #CA48C6 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 198 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.21 |
| HSL | 301.85º | 0.55% | 0.54% | - |
| HSV(B) | 301.85º | 0.64% | 0.79% | - |
| XYZ | 36.87 | 21.27 | 55.59 | - |
| YUV | 125.23 | 169.07 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 198 | 0 | 0.64 | 0.02 | 0.21 | 301.85 | 0.55 | 0.54 |
| Hex | CA | 48 | C6 | 0 | 40 | 2 | 15 | 12E | 37 | 36 |
| Octal | 312 | 110 | 306 | 0 | 100 | 2 | 25 | 456 | 67 | 66 |
| Binary | 11001010 | 1001000 | 11000110 | 0 | 1000000 | 10 | 10101 | 100101110 | 110111 | 110110 |
Color Harmonies of #CA48C6
Complementary color
Monochromatic Colors of #CA48C6
Black with #CA48C6
Text Example
Text Example
White with #CA48C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA48C6; }
p { color: rgb(202,72,198); }
H1.HeaderClassName
{
color: #CA48C6;
}
.AnyTagClassName
{
color: #CA48C6;
}
</style>
background-color css
<style>
a { background-color: #CA48C6; }
a { background-color: rgb(202,72,198); }
div.DivClassName
{
background-color: #CA48C6;
}
.BgClassName
{
background-color: #CA48C6;
}
</style>
border-color css
<style>
span { border-color: #CA48C6; }
span { border-color: rgb(202,72,198); }
td.TdClassName
{
border-color: #CA48C6;
}
.TagClassName
{
border-color: #CA48C6;
}
</style>