Shades of Fuchsia #CA64AC
Tints of Fuchsia #CA64AC
RGB
CMYK
RGB Variations
Color information
#CA64AC (or 0xCA64AC) is known color: Fuchsia. HEX triplet: CA, 64 and AC. RGB value is (202,100,172). Sum of RGB (Red+Green+Blue) = 202+100+172=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA64AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA64AC is #359B53. Grayscale: #8A8A8A. Windows color (decimal): -3513172 or 11297994. OLE color: 11297994.
HSL color Cylindrical-coordinate representation of color #CA64AC: hue angle of 317.65º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA64AC is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 172 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.21 |
| HSL | 317.65º | 0.49% | 0.59% | - |
| HSV(B) | 317.65º | 0.5% | 0.79% | - |
| XYZ | 36.36 | 24.65 | 41.87 | - |
| YUV | 138.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 172 | 0 | 0.50 | 0.15 | 0.21 | 317.65 | 0.49 | 0.59 |
| Hex | CA | 64 | AC | 0 | 32 | F | 15 | 13E | 31 | 3B |
| Octal | 312 | 144 | 254 | 0 | 62 | 17 | 25 | 476 | 61 | 73 |
| Binary | 11001010 | 1100100 | 10101100 | 0 | 110010 | 1111 | 10101 | 100111110 | 110001 | 111011 |
Color Harmonies of #CA64AC
Complementary color
Monochromatic Colors of #CA64AC
Black with #CA64AC
Text Example
Text Example
White with #CA64AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA64AC; }
p { color: rgb(202,100,172); }
H1.HeaderClassName
{
color: #CA64AC;
}
.AnyTagClassName
{
color: #CA64AC;
}
</style>
background-color css
<style>
a { background-color: #CA64AC; }
a { background-color: rgb(202,100,172); }
div.DivClassName
{
background-color: #CA64AC;
}
.BgClassName
{
background-color: #CA64AC;
}
</style>
border-color css
<style>
span { border-color: #CA64AC; }
span { border-color: rgb(202,100,172); }
td.TdClassName
{
border-color: #CA64AC;
}
.TagClassName
{
border-color: #CA64AC;
}
</style>