Shades of Fuchsia #CA58AF
Tints of Fuchsia #CA58AF
RGB
CMYK
RGB Variations
Color information
#CA58AF (or 0xCA58AF) is known color: Fuchsia. HEX triplet: CA, 58 and AF. RGB value is (202,88,175). Sum of RGB (Red+Green+Blue) = 202+88+175=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA58AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA58AF is #35A750. Grayscale: #838383. Windows color (decimal): -3516241 or 11491530. OLE color: 11491530.
HSL color Cylindrical-coordinate representation of color #CA58AF: hue angle of 314.21º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA58AF is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 175 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.21 |
| HSL | 314.21º | 0.52% | 0.57% | - |
| HSV(B) | 314.21º | 0.56% | 0.79% | - |
| XYZ | 35.58 | 22.63 | 43.05 | - |
| YUV | 132 | 152.27 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 175 | 0 | 0.56 | 0.13 | 0.21 | 314.21 | 0.52 | 0.57 |
| Hex | CA | 58 | AF | 0 | 38 | D | 15 | 13A | 34 | 39 |
| Octal | 312 | 130 | 257 | 0 | 70 | 15 | 25 | 472 | 64 | 71 |
| Binary | 11001010 | 1011000 | 10101111 | 0 | 111000 | 1101 | 10101 | 100111010 | 110100 | 111001 |
Color Harmonies of #CA58AF
Complementary color
Monochromatic Colors of #CA58AF
Black with #CA58AF
Text Example
Text Example
White with #CA58AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA58AF; }
p { color: rgb(202,88,175); }
H1.HeaderClassName
{
color: #CA58AF;
}
.AnyTagClassName
{
color: #CA58AF;
}
</style>
background-color css
<style>
a { background-color: #CA58AF; }
a { background-color: rgb(202,88,175); }
div.DivClassName
{
background-color: #CA58AF;
}
.BgClassName
{
background-color: #CA58AF;
}
</style>
border-color css
<style>
span { border-color: #CA58AF; }
span { border-color: rgb(202,88,175); }
td.TdClassName
{
border-color: #CA58AF;
}
.TagClassName
{
border-color: #CA58AF;
}
</style>