Shades of Fuchsia #CA46CA
Tints of Fuchsia #CA46CA
RGB
CMYK
RGB Variations
Color information
#CA46CA (or 0xCA46CA) is known color: Fuchsia. HEX triplet: CA, 46 and CA. RGB value is (202,70,202). Sum of RGB (Red+Green+Blue) = 202+70+202=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA46CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA46CA is #35B935. Grayscale: #7C7C7C. Windows color (decimal): -3520822 or 13256394. OLE color: 13256394.
HSL color Cylindrical-coordinate representation of color #CA46CA: hue angle of 300º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA46CA is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 202 | - |
| CMYK | 0 | 0.65 | 0 | 0.21 |
| HSL | 300º | 0.55% | 0.53% | - |
| HSV(B) | 300º | 0.65% | 0.79% | - |
| XYZ | 37.21 | 21.2 | 58.01 | - |
| YUV | 124.52 | 171.73 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 202 | 0 | 0.65 | 0 | 0.21 | 300 | 0.55 | 0.53 |
| Hex | CA | 46 | CA | 0 | 41 | 0 | 15 | 12C | 37 | 35 |
| Octal | 312 | 106 | 312 | 0 | 101 | 0 | 25 | 454 | 67 | 65 |
| Binary | 11001010 | 1000110 | 11001010 | 0 | 1000001 | 0 | 10101 | 100101100 | 110111 | 110101 |
Color Harmonies of #CA46CA
Complementary color
Monochromatic Colors of #CA46CA
Black with #CA46CA
Text Example
Text Example
White with #CA46CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA46CA; }
p { color: rgb(202,70,202); }
H1.HeaderClassName
{
color: #CA46CA;
}
.AnyTagClassName
{
color: #CA46CA;
}
</style>
background-color css
<style>
a { background-color: #CA46CA; }
a { background-color: rgb(202,70,202); }
div.DivClassName
{
background-color: #CA46CA;
}
.BgClassName
{
background-color: #CA46CA;
}
</style>
border-color css
<style>
span { border-color: #CA46CA; }
span { border-color: rgb(202,70,202); }
td.TdClassName
{
border-color: #CA46CA;
}
.TagClassName
{
border-color: #CA46CA;
}
</style>