Shades of Fuchsia #CA62B8
Tints of Fuchsia #CA62B8
RGB
CMYK
RGB Variations
Color information
#CA62B8 (or 0xCA62B8) is known color: Fuchsia. HEX triplet: CA, 62 and B8. RGB value is (202,98,184). Sum of RGB (Red+Green+Blue) = 202+98+184=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 184 (72.27% from 255 or 38.02% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA62B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA62B8 is #359D47. Grayscale: #8A8A8A. Windows color (decimal): -3513672 or 12083914. OLE color: 12083914.
HSL color Cylindrical-coordinate representation of color #CA62B8: hue angle of 310.38º 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 #CA62B8 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 98 | 184 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.21 |
| HSL | 310.38º | 0.5% | 0.59% | - |
| HSV(B) | 310.38º | 0.51% | 0.79% | - |
| XYZ | 37.38 | 24.75 | 48.16 | - |
| YUV | 138.9 | 153.46 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 184 | 0 | 0.51 | 0.09 | 0.21 | 310.38 | 0.5 | 0.59 |
| Hex | CA | 62 | B8 | 0 | 33 | 9 | 15 | 136 | 32 | 3B |
| Octal | 312 | 142 | 270 | 0 | 63 | 11 | 25 | 466 | 62 | 73 |
| Binary | 11001010 | 1100010 | 10111000 | 0 | 110011 | 1001 | 10101 | 100110110 | 110010 | 111011 |
Color Harmonies of #CA62B8
Complementary color
Monochromatic Colors of #CA62B8
Black with #CA62B8
Text Example
Text Example
White with #CA62B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA62B8; }
p { color: rgb(202,98,184); }
H1.HeaderClassName
{
color: #CA62B8;
}
.AnyTagClassName
{
color: #CA62B8;
}
</style>
background-color css
<style>
a { background-color: #CA62B8; }
a { background-color: rgb(202,98,184); }
div.DivClassName
{
background-color: #CA62B8;
}
.BgClassName
{
background-color: #CA62B8;
}
</style>
border-color css
<style>
span { border-color: #CA62B8; }
span { border-color: rgb(202,98,184); }
td.TdClassName
{
border-color: #CA62B8;
}
.TagClassName
{
border-color: #CA62B8;
}
</style>