Shades of Fuchsia #CA40BF
Tints of Fuchsia #CA40BF
RGB
CMYK
RGB Variations
Color information
#CA40BF (or 0xCA40BF) is known color: Fuchsia. HEX triplet: CA, 40 and BF. RGB value is (202,64,191). Sum of RGB (Red+Green+Blue) = 202+64+191=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA40BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA40BF is #35BF40. Grayscale: #777777. Windows color (decimal): -3522369 or 12533962. OLE color: 12533962.
HSL color Cylindrical-coordinate representation of color #CA40BF: hue angle of 304.78º 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 #CA40BF is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 191 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.21 |
| HSL | 304.78º | 0.57% | 0.52% | - |
| HSV(B) | 304.78º | 0.68% | 0.79% | - |
| XYZ | 35.59 | 19.98 | 51.27 | - |
| YUV | 119.74 | 168.22 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 191 | 0 | 0.68 | 0.05 | 0.21 | 304.78 | 0.57 | 0.52 |
| Hex | CA | 40 | BF | 0 | 44 | 5 | 15 | 131 | 39 | 34 |
| Octal | 312 | 100 | 277 | 0 | 104 | 5 | 25 | 461 | 71 | 64 |
| Binary | 11001010 | 1000000 | 10111111 | 0 | 1000100 | 101 | 10101 | 100110001 | 111001 | 110100 |
Color Harmonies of #CA40BF
Complementary color
Monochromatic Colors of #CA40BF
Black with #CA40BF
Text Example
Text Example
White with #CA40BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA40BF; }
p { color: rgb(202,64,191); }
H1.HeaderClassName
{
color: #CA40BF;
}
.AnyTagClassName
{
color: #CA40BF;
}
</style>
background-color css
<style>
a { background-color: #CA40BF; }
a { background-color: rgb(202,64,191); }
div.DivClassName
{
background-color: #CA40BF;
}
.BgClassName
{
background-color: #CA40BF;
}
</style>
border-color css
<style>
span { border-color: #CA40BF; }
span { border-color: rgb(202,64,191); }
td.TdClassName
{
border-color: #CA40BF;
}
.TagClassName
{
border-color: #CA40BF;
}
</style>