Shades of Fuchsia #CA60B7
Tints of Fuchsia #CA60B7
RGB
CMYK
RGB Variations
Color information
#CA60B7 (or 0xCA60B7) is known color: Fuchsia. HEX triplet: CA, 60 and B7. RGB value is (202,96,183). Sum of RGB (Red+Green+Blue) = 202+96+183=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA60B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60B7 is #359F48. Grayscale: #898989. Windows color (decimal): -3514185 or 12017866. OLE color: 12017866.
HSL color Cylindrical-coordinate representation of color #CA60B7: hue angle of 310.75º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA60B7 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 183 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.21 |
| HSL | 310.75º | 0.5% | 0.58% | - |
| HSV(B) | 310.75º | 0.52% | 0.79% | - |
| XYZ | 37.09 | 24.34 | 47.54 | - |
| YUV | 137.61 | 153.62 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 183 | 0 | 0.52 | 0.09 | 0.21 | 310.75 | 0.5 | 0.58 |
| Hex | CA | 60 | B7 | 0 | 34 | 9 | 15 | 137 | 32 | 3A |
| Octal | 312 | 140 | 267 | 0 | 64 | 11 | 25 | 467 | 62 | 72 |
| Binary | 11001010 | 1100000 | 10110111 | 0 | 110100 | 1001 | 10101 | 100110111 | 110010 | 111010 |
Color Harmonies of #CA60B7
Complementary color
Monochromatic Colors of #CA60B7
Black with #CA60B7
Text Example
Text Example
White with #CA60B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60B7; }
p { color: rgb(202,96,183); }
H1.HeaderClassName
{
color: #CA60B7;
}
.AnyTagClassName
{
color: #CA60B7;
}
</style>
background-color css
<style>
a { background-color: #CA60B7; }
a { background-color: rgb(202,96,183); }
div.DivClassName
{
background-color: #CA60B7;
}
.BgClassName
{
background-color: #CA60B7;
}
</style>
border-color css
<style>
span { border-color: #CA60B7; }
span { border-color: rgb(202,96,183); }
td.TdClassName
{
border-color: #CA60B7;
}
.TagClassName
{
border-color: #CA60B7;
}
</style>