Shades of Fuchsia #CA4DBB
Tints of Fuchsia #CA4DBB
RGB
CMYK
RGB Variations
Color information
#CA4DBB (or 0xCA4DBB) is known color: Fuchsia. HEX triplet: CA, 4D and BB. RGB value is (202,77,187). Sum of RGB (Red+Green+Blue) = 202+77+187=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4DBB is #35B244. Grayscale: #7E7E7E. Windows color (decimal): -3519045 or 12275146. OLE color: 12275146.
HSL color Cylindrical-coordinate representation of color #CA4DBB: hue angle of 307.2º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4DBB is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 187 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.21 |
| HSL | 307.2º | 0.54% | 0.55% | - |
| HSV(B) | 307.2º | 0.62% | 0.79% | - |
| XYZ | 35.98 | 21.45 | 49.26 | - |
| YUV | 126.92 | 161.91 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 187 | 0 | 0.62 | 0.07 | 0.21 | 307.2 | 0.54 | 0.55 |
| Hex | CA | 4D | BB | 0 | 3E | 7 | 15 | 133 | 36 | 37 |
| Octal | 312 | 115 | 273 | 0 | 76 | 7 | 25 | 463 | 66 | 67 |
| Binary | 11001010 | 1001101 | 10111011 | 0 | 111110 | 111 | 10101 | 100110011 | 110110 | 110111 |
Color Harmonies of #CA4DBB
Complementary color
Monochromatic Colors of #CA4DBB
Black with #CA4DBB
Text Example
Text Example
White with #CA4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4DBB; }
p { color: rgb(202,77,187); }
H1.HeaderClassName
{
color: #CA4DBB;
}
.AnyTagClassName
{
color: #CA4DBB;
}
</style>
background-color css
<style>
a { background-color: #CA4DBB; }
a { background-color: rgb(202,77,187); }
div.DivClassName
{
background-color: #CA4DBB;
}
.BgClassName
{
background-color: #CA4DBB;
}
</style>
border-color css
<style>
span { border-color: #CA4DBB; }
span { border-color: rgb(202,77,187); }
td.TdClassName
{
border-color: #CA4DBB;
}
.TagClassName
{
border-color: #CA4DBB;
}
</style>