Shades of Fuchsia #CA48B2
Tints of Fuchsia #CA48B2
RGB
CMYK
RGB Variations
Color information
#CA48B2 (or 0xCA48B2) is known color: Fuchsia. HEX triplet: CA, 48 and B2. RGB value is (202,72,178). Sum of RGB (Red+Green+Blue) = 202+72+178=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA48B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA48B2 is #35B74D. Grayscale: #7A7A7A. Windows color (decimal): -3520334 or 11684042. OLE color: 11684042.
HSL color Cylindrical-coordinate representation of color #CA48B2: hue angle of 311.08º 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 #CA48B2 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 178 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.21 |
| HSL | 311.08º | 0.55% | 0.54% | - |
| HSV(B) | 311.08º | 0.64% | 0.79% | - |
| XYZ | 34.71 | 20.41 | 44.23 | - |
| YUV | 122.95 | 159.07 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 178 | 0 | 0.64 | 0.12 | 0.21 | 311.08 | 0.55 | 0.54 |
| Hex | CA | 48 | B2 | 0 | 40 | C | 15 | 137 | 37 | 36 |
| Octal | 312 | 110 | 262 | 0 | 100 | 14 | 25 | 467 | 67 | 66 |
| Binary | 11001010 | 1001000 | 10110010 | 0 | 1000000 | 1100 | 10101 | 100110111 | 110111 | 110110 |
Color Harmonies of #CA48B2
Complementary color
Monochromatic Colors of #CA48B2
Black with #CA48B2
Text Example
Text Example
White with #CA48B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA48B2; }
p { color: rgb(202,72,178); }
H1.HeaderClassName
{
color: #CA48B2;
}
.AnyTagClassName
{
color: #CA48B2;
}
</style>
background-color css
<style>
a { background-color: #CA48B2; }
a { background-color: rgb(202,72,178); }
div.DivClassName
{
background-color: #CA48B2;
}
.BgClassName
{
background-color: #CA48B2;
}
</style>
border-color css
<style>
span { border-color: #CA48B2; }
span { border-color: rgb(202,72,178); }
td.TdClassName
{
border-color: #CA48B2;
}
.TagClassName
{
border-color: #CA48B2;
}
</style>