Shades of Fuchsia #CA46BB
Tints of Fuchsia #CA46BB
RGB
CMYK
RGB Variations
Color information
#CA46BB (or 0xCA46BB) is known color: Fuchsia. HEX triplet: CA, 46 and BB. RGB value is (202,70,187). Sum of RGB (Red+Green+Blue) = 202+70+187=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA46BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA46BB is #35B944. Grayscale: #7A7A7A. Windows color (decimal): -3520837 or 12273354. OLE color: 12273354.
HSL color Cylindrical-coordinate representation of color #CA46BB: hue angle of 306.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA46BB is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 187 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.21 |
| HSL | 306.82º | 0.55% | 0.53% | - |
| HSV(B) | 306.82º | 0.65% | 0.79% | - |
| XYZ | 35.52 | 20.52 | 49.1 | - |
| YUV | 122.81 | 164.23 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 187 | 0 | 0.65 | 0.07 | 0.21 | 306.82 | 0.55 | 0.53 |
| Hex | CA | 46 | BB | 0 | 41 | 7 | 15 | 133 | 37 | 35 |
| Octal | 312 | 106 | 273 | 0 | 101 | 7 | 25 | 463 | 67 | 65 |
| Binary | 11001010 | 1000110 | 10111011 | 0 | 1000001 | 111 | 10101 | 100110011 | 110111 | 110101 |
Color Harmonies of #CA46BB
Complementary color
Monochromatic Colors of #CA46BB
Black with #CA46BB
Text Example
Text Example
White with #CA46BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA46BB; }
p { color: rgb(202,70,187); }
H1.HeaderClassName
{
color: #CA46BB;
}
.AnyTagClassName
{
color: #CA46BB;
}
</style>
background-color css
<style>
a { background-color: #CA46BB; }
a { background-color: rgb(202,70,187); }
div.DivClassName
{
background-color: #CA46BB;
}
.BgClassName
{
background-color: #CA46BB;
}
</style>
border-color css
<style>
span { border-color: #CA46BB; }
span { border-color: rgb(202,70,187); }
td.TdClassName
{
border-color: #CA46BB;
}
.TagClassName
{
border-color: #CA46BB;
}
</style>