Shades of Fuchsia #CA5DBB
Tints of Fuchsia #CA5DBB
RGB
CMYK
RGB Variations
Color information
#CA5DBB (or 0xCA5DBB) is known color: Fuchsia. HEX triplet: CA, 5D and BB. RGB value is (202,93,187). Sum of RGB (Red+Green+Blue) = 202+93+187=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5DBB is #35A244. Grayscale: #888888. Windows color (decimal): -3514949 or 12279242. OLE color: 12279242.
HSL color Cylindrical-coordinate representation of color #CA5DBB: hue angle of 308.26º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA5DBB is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 187 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.21 |
| HSL | 308.26º | 0.51% | 0.58% | - |
| HSV(B) | 308.26º | 0.54% | 0.79% | - |
| XYZ | 37.24 | 23.97 | 49.68 | - |
| YUV | 136.31 | 156.61 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 187 | 0 | 0.54 | 0.07 | 0.21 | 308.26 | 0.51 | 0.58 |
| Hex | CA | 5D | BB | 0 | 36 | 7 | 15 | 134 | 33 | 3A |
| Octal | 312 | 135 | 273 | 0 | 66 | 7 | 25 | 464 | 63 | 72 |
| Binary | 11001010 | 1011101 | 10111011 | 0 | 110110 | 111 | 10101 | 100110100 | 110011 | 111010 |
Color Harmonies of #CA5DBB
Complementary color
Monochromatic Colors of #CA5DBB
Black with #CA5DBB
Text Example
Text Example
White with #CA5DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5DBB; }
p { color: rgb(202,93,187); }
H1.HeaderClassName
{
color: #CA5DBB;
}
.AnyTagClassName
{
color: #CA5DBB;
}
</style>
background-color css
<style>
a { background-color: #CA5DBB; }
a { background-color: rgb(202,93,187); }
div.DivClassName
{
background-color: #CA5DBB;
}
.BgClassName
{
background-color: #CA5DBB;
}
</style>
border-color css
<style>
span { border-color: #CA5DBB; }
span { border-color: rgb(202,93,187); }
td.TdClassName
{
border-color: #CA5DBB;
}
.TagClassName
{
border-color: #CA5DBB;
}
</style>