Shades of Fuchsia #CA2FBC
Tints of Fuchsia #CA2FBC
RGB
CMYK
RGB Variations
Color information
#CA2FBC (or 0xCA2FBC) is known color: Fuchsia. HEX triplet: CA, 2F and BC. RGB value is (202,47,188). Sum of RGB (Red+Green+Blue) = 202+47+188=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 47 (18.75% from 255 or 10.76% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2FBC is #35D043. Grayscale: #6D6D6D. Windows color (decimal): -3526724 or 12333002. OLE color: 12333002.
HSL color Cylindrical-coordinate representation of color #CA2FBC: hue angle of 305.42º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2FBC is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 188 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.21 |
| HSL | 305.42º | 0.62% | 0.49% | - |
| HSV(B) | 305.42º | 0.77% | 0.79% | - |
| XYZ | 34.45 | 18.22 | 49.28 | - |
| YUV | 109.42 | 172.35 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 188 | 0 | 0.77 | 0.07 | 0.21 | 305.42 | 0.62 | 0.49 |
| Hex | CA | 2F | BC | 0 | 4D | 7 | 15 | 131 | 3E | 31 |
| Octal | 312 | 57 | 274 | 0 | 115 | 7 | 25 | 461 | 76 | 61 |
| Binary | 11001010 | 101111 | 10111100 | 0 | 1001101 | 111 | 10101 | 100110001 | 111110 | 110001 |
Color Harmonies of #CA2FBC
Complementary color
Monochromatic Colors of #CA2FBC
Black with #CA2FBC
Text Example
Text Example
White with #CA2FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2FBC; }
p { color: rgb(202,47,188); }
H1.HeaderClassName
{
color: #CA2FBC;
}
.AnyTagClassName
{
color: #CA2FBC;
}
</style>
background-color css
<style>
a { background-color: #CA2FBC; }
a { background-color: rgb(202,47,188); }
div.DivClassName
{
background-color: #CA2FBC;
}
.BgClassName
{
background-color: #CA2FBC;
}
</style>
border-color css
<style>
span { border-color: #CA2FBC; }
span { border-color: rgb(202,47,188); }
td.TdClassName
{
border-color: #CA2FBC;
}
.TagClassName
{
border-color: #CA2FBC;
}
</style>