Shades of Fuchsia #CA44B1
Tints of Fuchsia #CA44B1
RGB
CMYK
RGB Variations
Color information
#CA44B1 (or 0xCA44B1) is known color: Fuchsia. HEX triplet: CA, 44 and B1. RGB value is (202,68,177). Sum of RGB (Red+Green+Blue) = 202+68+177=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA44B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA44B1 is #35BB4E. Grayscale: #787878. Windows color (decimal): -3521359 or 11617482. OLE color: 11617482.
HSL color Cylindrical-coordinate representation of color #CA44B1: hue angle of 311.19º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA44B1 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 177 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.21 |
| HSL | 311.19º | 0.56% | 0.53% | - |
| HSV(B) | 311.19º | 0.66% | 0.79% | - |
| XYZ | 34.36 | 19.87 | 43.62 | - |
| YUV | 120.49 | 159.89 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 177 | 0 | 0.66 | 0.12 | 0.21 | 311.19 | 0.56 | 0.53 |
| Hex | CA | 44 | B1 | 0 | 42 | C | 15 | 137 | 38 | 35 |
| Octal | 312 | 104 | 261 | 0 | 102 | 14 | 25 | 467 | 70 | 65 |
| Binary | 11001010 | 1000100 | 10110001 | 0 | 1000010 | 1100 | 10101 | 100110111 | 111000 | 110101 |
Color Harmonies of #CA44B1
Complementary color
Monochromatic Colors of #CA44B1
Black with #CA44B1
Text Example
Text Example
White with #CA44B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA44B1; }
p { color: rgb(202,68,177); }
H1.HeaderClassName
{
color: #CA44B1;
}
.AnyTagClassName
{
color: #CA44B1;
}
</style>
background-color css
<style>
a { background-color: #CA44B1; }
a { background-color: rgb(202,68,177); }
div.DivClassName
{
background-color: #CA44B1;
}
.BgClassName
{
background-color: #CA44B1;
}
</style>
border-color css
<style>
span { border-color: #CA44B1; }
span { border-color: rgb(202,68,177); }
td.TdClassName
{
border-color: #CA44B1;
}
.TagClassName
{
border-color: #CA44B1;
}
</style>