Shades of Fuchsia #CA46BD
Tints of Fuchsia #CA46BD
RGB
CMYK
RGB Variations
Color information
#CA46BD (or 0xCA46BD) is known color: Fuchsia. HEX triplet: CA, 46 and BD. RGB value is (202,70,189). Sum of RGB (Red+Green+Blue) = 202+70+189=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA46BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA46BD is #35B942. Grayscale: #7A7A7A. Windows color (decimal): -3520835 or 12404426. OLE color: 12404426.
HSL color Cylindrical-coordinate representation of color #CA46BD: hue angle of 305.91º 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 #CA46BD is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 189 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.21 |
| HSL | 305.91º | 0.55% | 0.53% | - |
| HSV(B) | 305.91º | 0.65% | 0.79% | - |
| XYZ | 35.73 | 20.61 | 50.24 | - |
| YUV | 123.03 | 165.23 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 189 | 0 | 0.65 | 0.06 | 0.21 | 305.91 | 0.55 | 0.53 |
| Hex | CA | 46 | BD | 0 | 41 | 6 | 15 | 132 | 37 | 35 |
| Octal | 312 | 106 | 275 | 0 | 101 | 6 | 25 | 462 | 67 | 65 |
| Binary | 11001010 | 1000110 | 10111101 | 0 | 1000001 | 110 | 10101 | 100110010 | 110111 | 110101 |
Color Harmonies of #CA46BD
Complementary color
Monochromatic Colors of #CA46BD
Black with #CA46BD
Text Example
Text Example
White with #CA46BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA46BD; }
p { color: rgb(202,70,189); }
H1.HeaderClassName
{
color: #CA46BD;
}
.AnyTagClassName
{
color: #CA46BD;
}
</style>
background-color css
<style>
a { background-color: #CA46BD; }
a { background-color: rgb(202,70,189); }
div.DivClassName
{
background-color: #CA46BD;
}
.BgClassName
{
background-color: #CA46BD;
}
</style>
border-color css
<style>
span { border-color: #CA46BD; }
span { border-color: rgb(202,70,189); }
td.TdClassName
{
border-color: #CA46BD;
}
.TagClassName
{
border-color: #CA46BD;
}
</style>