Shades of Fuchsia #CA40BE
Tints of Fuchsia #CA40BE
RGB
CMYK
RGB Variations
Color information
#CA40BE (or 0xCA40BE) is known color: Fuchsia. HEX triplet: CA, 40 and BE. RGB value is (202,64,190). Sum of RGB (Red+Green+Blue) = 202+64+190=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA40BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA40BE is #35BF41. Grayscale: #777777. Windows color (decimal): -3522370 or 12468426. OLE color: 12468426.
HSL color Cylindrical-coordinate representation of color #CA40BE: hue angle of 305.22º 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 #CA40BE is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 190 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.21 |
| HSL | 305.22º | 0.57% | 0.52% | - |
| HSV(B) | 305.22º | 0.68% | 0.79% | - |
| XYZ | 35.48 | 19.94 | 50.69 | - |
| YUV | 119.63 | 167.72 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 190 | 0 | 0.68 | 0.06 | 0.21 | 305.22 | 0.57 | 0.52 |
| Hex | CA | 40 | BE | 0 | 44 | 6 | 15 | 131 | 39 | 34 |
| Octal | 312 | 100 | 276 | 0 | 104 | 6 | 25 | 461 | 71 | 64 |
| Binary | 11001010 | 1000000 | 10111110 | 0 | 1000100 | 110 | 10101 | 100110001 | 111001 | 110100 |
Color Harmonies of #CA40BE
Complementary color
Monochromatic Colors of #CA40BE
Black with #CA40BE
Text Example
Text Example
White with #CA40BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA40BE; }
p { color: rgb(202,64,190); }
H1.HeaderClassName
{
color: #CA40BE;
}
.AnyTagClassName
{
color: #CA40BE;
}
</style>
background-color css
<style>
a { background-color: #CA40BE; }
a { background-color: rgb(202,64,190); }
div.DivClassName
{
background-color: #CA40BE;
}
.BgClassName
{
background-color: #CA40BE;
}
</style>
border-color css
<style>
span { border-color: #CA40BE; }
span { border-color: rgb(202,64,190); }
td.TdClassName
{
border-color: #CA40BE;
}
.TagClassName
{
border-color: #CA40BE;
}
</style>