Shades of Fuchsia #CA62B0
Tints of Fuchsia #CA62B0
RGB
CMYK
RGB Variations
Color information
#CA62B0 (or 0xCA62B0) is known color: Fuchsia. HEX triplet: CA, 62 and B0. RGB value is (202,98,176). Sum of RGB (Red+Green+Blue) = 202+98+176=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA62B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA62B0 is #359D4F. Grayscale: #898989. Windows color (decimal): -3513680 or 11559626. OLE color: 11559626.
HSL color Cylindrical-coordinate representation of color #CA62B0: hue angle of 315º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA62B0 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 98 | 176 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.21 |
| HSL | 315º | 0.5% | 0.59% | - |
| HSV(B) | 315º | 0.51% | 0.79% | - |
| XYZ | 36.56 | 24.43 | 43.86 | - |
| YUV | 137.99 | 149.46 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 176 | 0 | 0.51 | 0.13 | 0.21 | 315 | 0.5 | 0.59 |
| Hex | CA | 62 | B0 | 0 | 33 | D | 15 | 13B | 32 | 3B |
| Octal | 312 | 142 | 260 | 0 | 63 | 15 | 25 | 473 | 62 | 73 |
| Binary | 11001010 | 1100010 | 10110000 | 0 | 110011 | 1101 | 10101 | 100111011 | 110010 | 111011 |
Color Harmonies of #CA62B0
Complementary color
Monochromatic Colors of #CA62B0
Black with #CA62B0
Text Example
Text Example
White with #CA62B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA62B0; }
p { color: rgb(202,98,176); }
H1.HeaderClassName
{
color: #CA62B0;
}
.AnyTagClassName
{
color: #CA62B0;
}
</style>
background-color css
<style>
a { background-color: #CA62B0; }
a { background-color: rgb(202,98,176); }
div.DivClassName
{
background-color: #CA62B0;
}
.BgClassName
{
background-color: #CA62B0;
}
</style>
border-color css
<style>
span { border-color: #CA62B0; }
span { border-color: rgb(202,98,176); }
td.TdClassName
{
border-color: #CA62B0;
}
.TagClassName
{
border-color: #CA62B0;
}
</style>