Shades of Fuchsia #CA66AF
Tints of Fuchsia #CA66AF
RGB
CMYK
RGB Variations
Color information
#CA66AF (or 0xCA66AF) is known color: Fuchsia. HEX triplet: CA, 66 and AF. RGB value is (202,102,175). Sum of RGB (Red+Green+Blue) = 202+102+175=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA66AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA66AF is #359950. Grayscale: #8C8C8C. Windows color (decimal): -3512657 or 11495114. OLE color: 11495114.
HSL color Cylindrical-coordinate representation of color #CA66AF: hue angle of 316.2º 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 #CA66AF is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 102 | 175 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.21 |
| HSL | 316.2º | 0.49% | 0.6% | - |
| HSV(B) | 316.2º | 0.5% | 0.79% | - |
| XYZ | 36.85 | 25.15 | 43.47 | - |
| YUV | 140.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 102 | 175 | 0 | 0.50 | 0.13 | 0.21 | 316.2 | 0.49 | 0.6 |
| Hex | CA | 66 | AF | 0 | 32 | D | 15 | 13C | 31 | 3C |
| Octal | 312 | 146 | 257 | 0 | 62 | 15 | 25 | 474 | 61 | 74 |
| Binary | 11001010 | 1100110 | 10101111 | 0 | 110010 | 1101 | 10101 | 100111100 | 110001 | 111100 |
Color Harmonies of #CA66AF
Complementary color
Monochromatic Colors of #CA66AF
Black with #CA66AF
Text Example
Text Example
White with #CA66AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA66AF; }
p { color: rgb(202,102,175); }
H1.HeaderClassName
{
color: #CA66AF;
}
.AnyTagClassName
{
color: #CA66AF;
}
</style>
background-color css
<style>
a { background-color: #CA66AF; }
a { background-color: rgb(202,102,175); }
div.DivClassName
{
background-color: #CA66AF;
}
.BgClassName
{
background-color: #CA66AF;
}
</style>
border-color css
<style>
span { border-color: #CA66AF; }
span { border-color: rgb(202,102,175); }
td.TdClassName
{
border-color: #CA66AF;
}
.TagClassName
{
border-color: #CA66AF;
}
</style>