Shades of Fuchsia #CA6CC1
Tints of Fuchsia #CA6CC1
RGB
CMYK
RGB Variations
Color information
#CA6CC1 (or 0xCA6CC1) is known color: Fuchsia. HEX triplet: CA, 6C and C1. RGB value is (202,108,193). Sum of RGB (Red+Green+Blue) = 202+108+193=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CC1 is #35933E. Grayscale: #919191. Windows color (decimal): -3511103 or 12676298. OLE color: 12676298.
HSL color Cylindrical-coordinate representation of color #CA6CC1: hue angle of 305.74º 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 #CA6CC1 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 108 | 193 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.21 |
| HSL | 305.74º | 0.47% | 0.61% | - |
| HSV(B) | 305.74º | 0.47% | 0.79% | - |
| XYZ | 39.35 | 27.13 | 53.62 | - |
| YUV | 145.8 | 154.64 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 193 | 0 | 0.47 | 0.04 | 0.21 | 305.74 | 0.47 | 0.61 |
| Hex | CA | 6C | C1 | 0 | 2F | 4 | 15 | 132 | 2F | 3D |
| Octal | 312 | 154 | 301 | 0 | 57 | 4 | 25 | 462 | 57 | 75 |
| Binary | 11001010 | 1101100 | 11000001 | 0 | 101111 | 100 | 10101 | 100110010 | 101111 | 111101 |
Color Harmonies of #CA6CC1
Complementary color
Monochromatic Colors of #CA6CC1
Black with #CA6CC1
Text Example
Text Example
White with #CA6CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6CC1; }
p { color: rgb(202,108,193); }
H1.HeaderClassName
{
color: #CA6CC1;
}
.AnyTagClassName
{
color: #CA6CC1;
}
</style>
background-color css
<style>
a { background-color: #CA6CC1; }
a { background-color: rgb(202,108,193); }
div.DivClassName
{
background-color: #CA6CC1;
}
.BgClassName
{
background-color: #CA6CC1;
}
</style>
border-color css
<style>
span { border-color: #CA6CC1; }
span { border-color: rgb(202,108,193); }
td.TdClassName
{
border-color: #CA6CC1;
}
.TagClassName
{
border-color: #CA6CC1;
}
</style>