Shades of Fuchsia #CA46C7
Tints of Fuchsia #CA46C7
RGB
CMYK
RGB Variations
Color information
#CA46C7 (or 0xCA46C7) is known color: Fuchsia. HEX triplet: CA, 46 and C7. RGB value is (202,70,199). Sum of RGB (Red+Green+Blue) = 202+70+199=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA46C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA46C7 is #35B938. Grayscale: #7B7B7B. Windows color (decimal): -3520825 or 13059786. OLE color: 13059786.
HSL color Cylindrical-coordinate representation of color #CA46C7: hue angle of 301.36º 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 #CA46C7 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 199 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.21 |
| HSL | 301.36º | 0.55% | 0.53% | - |
| HSV(B) | 301.36º | 0.65% | 0.79% | - |
| XYZ | 36.86 | 21.06 | 56.16 | - |
| YUV | 124.17 | 170.23 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 199 | 0 | 0.65 | 0.01 | 0.21 | 301.36 | 0.55 | 0.53 |
| Hex | CA | 46 | C7 | 0 | 41 | 1 | 15 | 12D | 37 | 35 |
| Octal | 312 | 106 | 307 | 0 | 101 | 1 | 25 | 455 | 67 | 65 |
| Binary | 11001010 | 1000110 | 11000111 | 0 | 1000001 | 1 | 10101 | 100101101 | 110111 | 110101 |
Color Harmonies of #CA46C7
Complementary color
Monochromatic Colors of #CA46C7
Black with #CA46C7
Text Example
Text Example
White with #CA46C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA46C7; }
p { color: rgb(202,70,199); }
H1.HeaderClassName
{
color: #CA46C7;
}
.AnyTagClassName
{
color: #CA46C7;
}
</style>
background-color css
<style>
a { background-color: #CA46C7; }
a { background-color: rgb(202,70,199); }
div.DivClassName
{
background-color: #CA46C7;
}
.BgClassName
{
background-color: #CA46C7;
}
</style>
border-color css
<style>
span { border-color: #CA46C7; }
span { border-color: rgb(202,70,199); }
td.TdClassName
{
border-color: #CA46C7;
}
.TagClassName
{
border-color: #CA46C7;
}
</style>