Shades of Fuchsia #CA66CA
Tints of Fuchsia #CA66CA
RGB
CMYK
RGB Variations
Color information
#CA66CA (or 0xCA66CA) is known color: Fuchsia. HEX triplet: CA, 66 and CA. RGB value is (202,102,202). Sum of RGB (Red+Green+Blue) = 202+102+202=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA66CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA66CA is #359935. Grayscale: #8F8F8F. Windows color (decimal): -3512630 or 13264586. OLE color: 13264586.
HSL color Cylindrical-coordinate representation of color #CA66CA: hue angle of 300º 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 #CA66CA is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 102 | 202 | - |
| CMYK | 0 | 0.50 | 0 | 0.21 |
| HSL | 300º | 0.49% | 0.6% | - |
| HSV(B) | 300º | 0.5% | 0.79% | - |
| XYZ | 39.77 | 26.32 | 58.86 | - |
| YUV | 143.3 | 161.13 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 102 | 202 | 0 | 0.50 | 0 | 0.21 | 300 | 0.49 | 0.6 |
| Hex | CA | 66 | CA | 0 | 32 | 0 | 15 | 12C | 31 | 3C |
| Octal | 312 | 146 | 312 | 0 | 62 | 0 | 25 | 454 | 61 | 74 |
| Binary | 11001010 | 1100110 | 11001010 | 0 | 110010 | 0 | 10101 | 100101100 | 110001 | 111100 |
Color Harmonies of #CA66CA
Complementary color
Monochromatic Colors of #CA66CA
Black with #CA66CA
Text Example
Text Example
White with #CA66CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA66CA; }
p { color: rgb(202,102,202); }
H1.HeaderClassName
{
color: #CA66CA;
}
.AnyTagClassName
{
color: #CA66CA;
}
</style>
background-color css
<style>
a { background-color: #CA66CA; }
a { background-color: rgb(202,102,202); }
div.DivClassName
{
background-color: #CA66CA;
}
.BgClassName
{
background-color: #CA66CA;
}
</style>
border-color css
<style>
span { border-color: #CA66CA; }
span { border-color: rgb(202,102,202); }
td.TdClassName
{
border-color: #CA66CA;
}
.TagClassName
{
border-color: #CA66CA;
}
</style>