Shades of Fuchsia #CA46CB
Tints of Fuchsia #CA46CB
RGB
CMYK
RGB Variations
Color information
#CA46CB (or 0xCA46CB) is known color: Fuchsia. HEX triplet: CA, 46 and CB. RGB value is (202,70,203). Sum of RGB (Red+Green+Blue) = 202+70+203=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 70 (27.73% from 255 or 14.74% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA46CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA46CB is #35B934. Grayscale: #7C7C7C. Windows color (decimal): -3520821 or 13321930. OLE color: 13321930.
HSL color Cylindrical-coordinate representation of color #CA46CB: hue angle of 299.55º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA46CB is Cyan = 0.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 70 | 203 | - |
| CMYK | 0.00 | 0.66 | 0 | 0.20 |
| HSL | 299.55º | 0.56% | 0.54% | - |
| HSV(B) | 299.55º | 0.66% | 0.8% | - |
| XYZ | 37.33 | 21.25 | 58.63 | - |
| YUV | 124.63 | 172.23 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 203 | 0.00 | 0.66 | 0 | 0.20 | 299.55 | 0.56 | 0.54 |
| Hex | CA | 46 | CB | 0 | 42 | 0 | 14 | 12C | 38 | 36 |
| Octal | 312 | 106 | 313 | 0 | 102 | 0 | 24 | 454 | 70 | 66 |
| Binary | 11001010 | 1000110 | 11001011 | 0 | 1000010 | 0 | 10100 | 100101100 | 111000 | 110110 |
Color Harmonies of #CA46CB
Complementary color
Monochromatic Colors of #CA46CB
Black with #CA46CB
Text Example
Text Example
White with #CA46CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA46CB; }
p { color: rgb(202,70,203); }
H1.HeaderClassName
{
color: #CA46CB;
}
.AnyTagClassName
{
color: #CA46CB;
}
</style>
background-color css
<style>
a { background-color: #CA46CB; }
a { background-color: rgb(202,70,203); }
div.DivClassName
{
background-color: #CA46CB;
}
.BgClassName
{
background-color: #CA46CB;
}
</style>
border-color css
<style>
span { border-color: #CA46CB; }
span { border-color: rgb(202,70,203); }
td.TdClassName
{
border-color: #CA46CB;
}
.TagClassName
{
border-color: #CA46CB;
}
</style>