Shades of Fuchsia #CA60B2
Tints of Fuchsia #CA60B2
RGB
CMYK
RGB Variations
Color information
#CA60B2 (or 0xCA60B2) is known color: Fuchsia. HEX triplet: CA, 60 and B2. RGB value is (202,96,178). Sum of RGB (Red+Green+Blue) = 202+96+178=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA60B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA60B2 is #359F4D. Grayscale: #888888. Windows color (decimal): -3514190 or 11690186. OLE color: 11690186.
HSL color Cylindrical-coordinate representation of color #CA60B2: hue angle of 313.58º 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 #CA60B2 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 178 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.21 |
| HSL | 313.58º | 0.5% | 0.58% | - |
| HSV(B) | 313.58º | 0.52% | 0.79% | - |
| XYZ | 36.58 | 24.14 | 44.85 | - |
| YUV | 137.04 | 151.12 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 178 | 0 | 0.52 | 0.12 | 0.21 | 313.58 | 0.5 | 0.58 |
| Hex | CA | 60 | B2 | 0 | 34 | C | 15 | 13A | 32 | 3A |
| Octal | 312 | 140 | 262 | 0 | 64 | 14 | 25 | 472 | 62 | 72 |
| Binary | 11001010 | 1100000 | 10110010 | 0 | 110100 | 1100 | 10101 | 100111010 | 110010 | 111010 |
Color Harmonies of #CA60B2
Complementary color
Monochromatic Colors of #CA60B2
Black with #CA60B2
Text Example
Text Example
White with #CA60B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60B2; }
p { color: rgb(202,96,178); }
H1.HeaderClassName
{
color: #CA60B2;
}
.AnyTagClassName
{
color: #CA60B2;
}
</style>
background-color css
<style>
a { background-color: #CA60B2; }
a { background-color: rgb(202,96,178); }
div.DivClassName
{
background-color: #CA60B2;
}
.BgClassName
{
background-color: #CA60B2;
}
</style>
border-color css
<style>
span { border-color: #CA60B2; }
span { border-color: rgb(202,96,178); }
td.TdClassName
{
border-color: #CA60B2;
}
.TagClassName
{
border-color: #CA60B2;
}
</style>