Shades of Fuchsia #CA6CC0
Tints of Fuchsia #CA6CC0
RGB
CMYK
RGB Variations
Color information
#CA6CC0 (or 0xCA6CC0) is known color: Fuchsia. HEX triplet: CA, 6C and C0. RGB value is (202,108,192). Sum of RGB (Red+Green+Blue) = 202+108+192=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CC0 is #35933F. Grayscale: #919191. Windows color (decimal): -3511104 or 12610762. OLE color: 12610762.
HSL color Cylindrical-coordinate representation of color #CA6CC0: hue angle of 306.38º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6CC0 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 108 | 192 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.21 |
| HSL | 306.38º | 0.47% | 0.61% | - |
| HSV(B) | 306.38º | 0.47% | 0.79% | - |
| XYZ | 39.23 | 27.09 | 53.03 | - |
| YUV | 145.68 | 154.14 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 192 | 0 | 0.47 | 0.05 | 0.21 | 306.38 | 0.47 | 0.61 |
| Hex | CA | 6C | C0 | 0 | 2F | 5 | 15 | 132 | 2F | 3D |
| Octal | 312 | 154 | 300 | 0 | 57 | 5 | 25 | 462 | 57 | 75 |
| Binary | 11001010 | 1101100 | 11000000 | 0 | 101111 | 101 | 10101 | 100110010 | 101111 | 111101 |
Color Harmonies of #CA6CC0
Complementary color
Monochromatic Colors of #CA6CC0
Black with #CA6CC0
Text Example
Text Example
White with #CA6CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6CC0; }
p { color: rgb(202,108,192); }
H1.HeaderClassName
{
color: #CA6CC0;
}
.AnyTagClassName
{
color: #CA6CC0;
}
</style>
background-color css
<style>
a { background-color: #CA6CC0; }
a { background-color: rgb(202,108,192); }
div.DivClassName
{
background-color: #CA6CC0;
}
.BgClassName
{
background-color: #CA6CC0;
}
</style>
border-color css
<style>
span { border-color: #CA6CC0; }
span { border-color: rgb(202,108,192); }
td.TdClassName
{
border-color: #CA6CC0;
}
.TagClassName
{
border-color: #CA6CC0;
}
</style>