Shades of Fuchsia #CA66BC
Tints of Fuchsia #CA66BC
RGB
CMYK
RGB Variations
Color information
#CA66BC (or 0xCA66BC) is known color: Fuchsia. HEX triplet: CA, 66 and BC. RGB value is (202,102,188). Sum of RGB (Red+Green+Blue) = 202+102+188=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA66BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA66BC is #359943. Grayscale: #8D8D8D. Windows color (decimal): -3512644 or 12347082. OLE color: 12347082.
HSL color Cylindrical-coordinate representation of color #CA66BC: hue angle of 308.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 #CA66BC is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 102 | 188 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.21 |
| HSL | 308.4º | 0.49% | 0.6% | - |
| HSV(B) | 308.4º | 0.5% | 0.79% | - |
| XYZ | 38.19 | 25.69 | 50.52 | - |
| YUV | 141.7 | 154.13 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 102 | 188 | 0 | 0.50 | 0.07 | 0.21 | 308.4 | 0.49 | 0.6 |
| Hex | CA | 66 | BC | 0 | 32 | 7 | 15 | 134 | 31 | 3C |
| Octal | 312 | 146 | 274 | 0 | 62 | 7 | 25 | 464 | 61 | 74 |
| Binary | 11001010 | 1100110 | 10111100 | 0 | 110010 | 111 | 10101 | 100110100 | 110001 | 111100 |
Color Harmonies of #CA66BC
Complementary color
Monochromatic Colors of #CA66BC
Black with #CA66BC
Text Example
Text Example
White with #CA66BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA66BC; }
p { color: rgb(202,102,188); }
H1.HeaderClassName
{
color: #CA66BC;
}
.AnyTagClassName
{
color: #CA66BC;
}
</style>
background-color css
<style>
a { background-color: #CA66BC; }
a { background-color: rgb(202,102,188); }
div.DivClassName
{
background-color: #CA66BC;
}
.BgClassName
{
background-color: #CA66BC;
}
</style>
border-color css
<style>
span { border-color: #CA66BC; }
span { border-color: rgb(202,102,188); }
td.TdClassName
{
border-color: #CA66BC;
}
.TagClassName
{
border-color: #CA66BC;
}
</style>