Shades of Fuchsia #CA66B2
Tints of Fuchsia #CA66B2
RGB
CMYK
RGB Variations
Color information
#CA66B2 (or 0xCA66B2) is known color: Fuchsia. HEX triplet: CA, 66 and B2. RGB value is (202,102,178). Sum of RGB (Red+Green+Blue) = 202+102+178=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA66B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA66B2 is #35994D. Grayscale: #8C8C8C. Windows color (decimal): -3512654 or 11691722. OLE color: 11691722.
HSL color Cylindrical-coordinate representation of color #CA66B2: hue angle of 314.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA66B2 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 102 | 178 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.21 |
| HSL | 314.4º | 0.49% | 0.6% | - |
| HSV(B) | 314.4º | 0.5% | 0.79% | - |
| XYZ | 37.14 | 25.27 | 45.04 | - |
| YUV | 140.56 | 149.13 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 102 | 178 | 0 | 0.50 | 0.12 | 0.21 | 314.4 | 0.49 | 0.6 |
| Hex | CA | 66 | B2 | 0 | 32 | C | 15 | 13A | 31 | 3C |
| Octal | 312 | 146 | 262 | 0 | 62 | 14 | 25 | 472 | 61 | 74 |
| Binary | 11001010 | 1100110 | 10110010 | 0 | 110010 | 1100 | 10101 | 100111010 | 110001 | 111100 |
Color Harmonies of #CA66B2
Complementary color
Monochromatic Colors of #CA66B2
Black with #CA66B2
Text Example
Text Example
White with #CA66B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA66B2; }
p { color: rgb(202,102,178); }
H1.HeaderClassName
{
color: #CA66B2;
}
.AnyTagClassName
{
color: #CA66B2;
}
</style>
background-color css
<style>
a { background-color: #CA66B2; }
a { background-color: rgb(202,102,178); }
div.DivClassName
{
background-color: #CA66B2;
}
.BgClassName
{
background-color: #CA66B2;
}
</style>
border-color css
<style>
span { border-color: #CA66B2; }
span { border-color: rgb(202,102,178); }
td.TdClassName
{
border-color: #CA66B2;
}
.TagClassName
{
border-color: #CA66B2;
}
</style>