Shades of Fuchsia #CA50BD
Tints of Fuchsia #CA50BD
RGB
CMYK
RGB Variations
Color information
#CA50BD (or 0xCA50BD) is known color: Fuchsia. HEX triplet: CA, 50 and BD. RGB value is (202,80,189). Sum of RGB (Red+Green+Blue) = 202+80+189=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA50BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA50BD is #35AF42. Grayscale: #808080. Windows color (decimal): -3518275 or 12406986. OLE color: 12406986.
HSL color Cylindrical-coordinate representation of color #CA50BD: hue angle of 306.39º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA50BD is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 189 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.21 |
| HSL | 306.39º | 0.54% | 0.55% | - |
| HSV(B) | 306.39º | 0.6% | 0.79% | - |
| XYZ | 36.41 | 21.97 | 50.47 | - |
| YUV | 128.9 | 161.92 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 189 | 0 | 0.60 | 0.06 | 0.21 | 306.39 | 0.54 | 0.55 |
| Hex | CA | 50 | BD | 0 | 3C | 6 | 15 | 132 | 36 | 37 |
| Octal | 312 | 120 | 275 | 0 | 74 | 6 | 25 | 462 | 66 | 67 |
| Binary | 11001010 | 1010000 | 10111101 | 0 | 111100 | 110 | 10101 | 100110010 | 110110 | 110111 |
Color Harmonies of #CA50BD
Complementary color
Monochromatic Colors of #CA50BD
Black with #CA50BD
Text Example
Text Example
White with #CA50BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA50BD; }
p { color: rgb(202,80,189); }
H1.HeaderClassName
{
color: #CA50BD;
}
.AnyTagClassName
{
color: #CA50BD;
}
</style>
background-color css
<style>
a { background-color: #CA50BD; }
a { background-color: rgb(202,80,189); }
div.DivClassName
{
background-color: #CA50BD;
}
.BgClassName
{
background-color: #CA50BD;
}
</style>
border-color css
<style>
span { border-color: #CA50BD; }
span { border-color: rgb(202,80,189); }
td.TdClassName
{
border-color: #CA50BD;
}
.TagClassName
{
border-color: #CA50BD;
}
</style>