Shades of Fuchsia #CA48C2
Tints of Fuchsia #CA48C2
RGB
CMYK
RGB Variations
Color information
#CA48C2 (or 0xCA48C2) is known color: Fuchsia. HEX triplet: CA, 48 and C2. RGB value is (202,72,194). Sum of RGB (Red+Green+Blue) = 202+72+194=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA48C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA48C2 is #35B73D. Grayscale: #7C7C7C. Windows color (decimal): -3520318 or 12732618. OLE color: 12732618.
HSL color Cylindrical-coordinate representation of color #CA48C2: hue angle of 303.69º 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 #CA48C2 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 194 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.21 |
| HSL | 303.69º | 0.55% | 0.54% | - |
| HSV(B) | 303.69º | 0.64% | 0.79% | - |
| XYZ | 36.41 | 21.09 | 53.19 | - |
| YUV | 124.78 | 167.07 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 194 | 0 | 0.64 | 0.04 | 0.21 | 303.69 | 0.55 | 0.54 |
| Hex | CA | 48 | C2 | 0 | 40 | 4 | 15 | 130 | 37 | 36 |
| Octal | 312 | 110 | 302 | 0 | 100 | 4 | 25 | 460 | 67 | 66 |
| Binary | 11001010 | 1001000 | 11000010 | 0 | 1000000 | 100 | 10101 | 100110000 | 110111 | 110110 |
Color Harmonies of #CA48C2
Complementary color
Monochromatic Colors of #CA48C2
Black with #CA48C2
Text Example
Text Example
White with #CA48C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA48C2; }
p { color: rgb(202,72,194); }
H1.HeaderClassName
{
color: #CA48C2;
}
.AnyTagClassName
{
color: #CA48C2;
}
</style>
background-color css
<style>
a { background-color: #CA48C2; }
a { background-color: rgb(202,72,194); }
div.DivClassName
{
background-color: #CA48C2;
}
.BgClassName
{
background-color: #CA48C2;
}
</style>
border-color css
<style>
span { border-color: #CA48C2; }
span { border-color: rgb(202,72,194); }
td.TdClassName
{
border-color: #CA48C2;
}
.TagClassName
{
border-color: #CA48C2;
}
</style>