Shades of Fuchsia #CA40B3
Tints of Fuchsia #CA40B3
RGB
CMYK
RGB Variations
Color information
#CA40B3 (or 0xCA40B3) is known color: Fuchsia. HEX triplet: CA, 40 and B3. RGB value is (202,64,179). Sum of RGB (Red+Green+Blue) = 202+64+179=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA40B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA40B3 is #35BF4C. Grayscale: #767676. Windows color (decimal): -3522381 or 11747530. OLE color: 11747530.
HSL color Cylindrical-coordinate representation of color #CA40B3: hue angle of 310º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA40B3 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 179 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.21 |
| HSL | 310º | 0.57% | 0.52% | - |
| HSV(B) | 310º | 0.68% | 0.79% | - |
| XYZ | 34.33 | 19.48 | 44.6 | - |
| YUV | 118.37 | 162.22 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 179 | 0 | 0.68 | 0.11 | 0.21 | 310 | 0.57 | 0.52 |
| Hex | CA | 40 | B3 | 0 | 44 | B | 15 | 136 | 39 | 34 |
| Octal | 312 | 100 | 263 | 0 | 104 | 13 | 25 | 466 | 71 | 64 |
| Binary | 11001010 | 1000000 | 10110011 | 0 | 1000100 | 1011 | 10101 | 100110110 | 111001 | 110100 |
Color Harmonies of #CA40B3
Complementary color
Monochromatic Colors of #CA40B3
Black with #CA40B3
Text Example
Text Example
White with #CA40B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA40B3; }
p { color: rgb(202,64,179); }
H1.HeaderClassName
{
color: #CA40B3;
}
.AnyTagClassName
{
color: #CA40B3;
}
</style>
background-color css
<style>
a { background-color: #CA40B3; }
a { background-color: rgb(202,64,179); }
div.DivClassName
{
background-color: #CA40B3;
}
.BgClassName
{
background-color: #CA40B3;
}
</style>
border-color css
<style>
span { border-color: #CA40B3; }
span { border-color: rgb(202,64,179); }
td.TdClassName
{
border-color: #CA40B3;
}
.TagClassName
{
border-color: #CA40B3;
}
</style>