Shades of Fuchsia #CA60B4
Tints of Fuchsia #CA60B4
RGB
CMYK
RGB Variations
Color information
#CA60B4 (or 0xCA60B4) is known color: Fuchsia. HEX triplet: CA, 60 and B4. RGB value is (202,96,180). Sum of RGB (Red+Green+Blue) = 202+96+180=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA60B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60B4 is #359F4B. Grayscale: #898989. Windows color (decimal): -3514188 or 11821258. OLE color: 11821258.
HSL color Cylindrical-coordinate representation of color #CA60B4: hue angle of 312.45º 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 #CA60B4 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 180 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.21 |
| HSL | 312.45º | 0.5% | 0.58% | - |
| HSV(B) | 312.45º | 0.52% | 0.79% | - |
| XYZ | 36.78 | 24.22 | 45.92 | - |
| YUV | 137.27 | 152.12 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 180 | 0 | 0.52 | 0.11 | 0.21 | 312.45 | 0.5 | 0.58 |
| Hex | CA | 60 | B4 | 0 | 34 | B | 15 | 138 | 32 | 3A |
| Octal | 312 | 140 | 264 | 0 | 64 | 13 | 25 | 470 | 62 | 72 |
| Binary | 11001010 | 1100000 | 10110100 | 0 | 110100 | 1011 | 10101 | 100111000 | 110010 | 111010 |
Color Harmonies of #CA60B4
Complementary color
Monochromatic Colors of #CA60B4
Black with #CA60B4
Text Example
Text Example
White with #CA60B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60B4; }
p { color: rgb(202,96,180); }
H1.HeaderClassName
{
color: #CA60B4;
}
.AnyTagClassName
{
color: #CA60B4;
}
</style>
background-color css
<style>
a { background-color: #CA60B4; }
a { background-color: rgb(202,96,180); }
div.DivClassName
{
background-color: #CA60B4;
}
.BgClassName
{
background-color: #CA60B4;
}
</style>
border-color css
<style>
span { border-color: #CA60B4; }
span { border-color: rgb(202,96,180); }
td.TdClassName
{
border-color: #CA60B4;
}
.TagClassName
{
border-color: #CA60B4;
}
</style>