Shades of Fuchsia #CA49BE
Tints of Fuchsia #CA49BE
RGB
CMYK
RGB Variations
Color information
#CA49BE (or 0xCA49BE) is known color: Fuchsia. HEX triplet: CA, 49 and BE. RGB value is (202,73,190). Sum of RGB (Red+Green+Blue) = 202+73+190=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49BE is #35B641. Grayscale: #7C7C7C. Windows color (decimal): -3520066 or 12470730. OLE color: 12470730.
HSL color Cylindrical-coordinate representation of color #CA49BE: hue angle of 305.58º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA49BE is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 190 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.21 |
| HSL | 305.58º | 0.55% | 0.54% | - |
| HSV(B) | 305.58º | 0.64% | 0.79% | - |
| XYZ | 36.03 | 21.04 | 50.88 | - |
| YUV | 124.91 | 164.74 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 190 | 0 | 0.64 | 0.06 | 0.21 | 305.58 | 0.55 | 0.54 |
| Hex | CA | 49 | BE | 0 | 40 | 6 | 15 | 132 | 37 | 36 |
| Octal | 312 | 111 | 276 | 0 | 100 | 6 | 25 | 462 | 67 | 66 |
| Binary | 11001010 | 1001001 | 10111110 | 0 | 1000000 | 110 | 10101 | 100110010 | 110111 | 110110 |
Color Harmonies of #CA49BE
Complementary color
Monochromatic Colors of #CA49BE
Black with #CA49BE
Text Example
Text Example
White with #CA49BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA49BE; }
p { color: rgb(202,73,190); }
H1.HeaderClassName
{
color: #CA49BE;
}
.AnyTagClassName
{
color: #CA49BE;
}
</style>
background-color css
<style>
a { background-color: #CA49BE; }
a { background-color: rgb(202,73,190); }
div.DivClassName
{
background-color: #CA49BE;
}
.BgClassName
{
background-color: #CA49BE;
}
</style>
border-color css
<style>
span { border-color: #CA49BE; }
span { border-color: rgb(202,73,190); }
td.TdClassName
{
border-color: #CA49BE;
}
.TagClassName
{
border-color: #CA49BE;
}
</style>