Shades of Fuchsia #C464CA
Tints of Fuchsia #C464CA
RGB
CMYK
RGB Variations
Color information
#C464CA (or 0xC464CA) is known color: Fuchsia. HEX triplet: C4, 64 and CA. RGB value is (196,100,202). Sum of RGB (Red+Green+Blue) = 196+100+202=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #C464CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C464CA is #3B9B35. Grayscale: #8C8C8C. Windows color (decimal): -3906358 or 13264068. OLE color: 13264068.
HSL color Cylindrical-coordinate representation of color #C464CA: hue angle of 296.47º 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 #C464CA is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 100 | 202 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.21 |
| HSL | 296.47º | 0.49% | 0.59% | - |
| HSV(B) | 296.47º | 0.5% | 0.79% | - |
| XYZ | 37.98 | 25.11 | 58.72 | - |
| YUV | 140.33 | 162.8 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 100 | 202 | 0.03 | 0.50 | 0 | 0.21 | 296.47 | 0.49 | 0.59 |
| Hex | C4 | 64 | CA | 3 | 32 | 0 | 15 | 128 | 31 | 3B |
| Octal | 304 | 144 | 312 | 3 | 62 | 0 | 25 | 450 | 61 | 73 |
| Binary | 11000100 | 1100100 | 11001010 | 11 | 110010 | 0 | 10101 | 100101000 | 110001 | 111011 |
Color Harmonies of #C464CA
Complementary color
Monochromatic Colors of #C464CA
Black with #C464CA
Text Example
Text Example
White with #C464CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C464CA; }
p { color: rgb(196,100,202); }
H1.HeaderClassName
{
color: #C464CA;
}
.AnyTagClassName
{
color: #C464CA;
}
</style>
background-color css
<style>
a { background-color: #C464CA; }
a { background-color: rgb(196,100,202); }
div.DivClassName
{
background-color: #C464CA;
}
.BgClassName
{
background-color: #C464CA;
}
</style>
border-color css
<style>
span { border-color: #C464CA; }
span { border-color: rgb(196,100,202); }
td.TdClassName
{
border-color: #C464CA;
}
.TagClassName
{
border-color: #C464CA;
}
</style>