Shades of Fuchsia #CA45AF
Tints of Fuchsia #CA45AF
RGB
CMYK
RGB Variations
Color information
#CA45AF (or 0xCA45AF) is known color: Fuchsia. HEX triplet: CA, 45 and AF. RGB value is (202,69,175). Sum of RGB (Red+Green+Blue) = 202+69+175=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA45AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA45AF is #35BA50. Grayscale: #787878. Windows color (decimal): -3521105 or 11486666. OLE color: 11486666.
HSL color Cylindrical-coordinate representation of color #CA45AF: hue angle of 312.18º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA45AF is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 69 | 175 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.21 |
| HSL | 312.18º | 0.56% | 0.53% | - |
| HSV(B) | 312.18º | 0.66% | 0.79% | - |
| XYZ | 34.22 | 19.91 | 42.6 | - |
| YUV | 120.85 | 158.56 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 175 | 0 | 0.66 | 0.13 | 0.21 | 312.18 | 0.56 | 0.53 |
| Hex | CA | 45 | AF | 0 | 42 | D | 15 | 138 | 38 | 35 |
| Octal | 312 | 105 | 257 | 0 | 102 | 15 | 25 | 470 | 70 | 65 |
| Binary | 11001010 | 1000101 | 10101111 | 0 | 1000010 | 1101 | 10101 | 100111000 | 111000 | 110101 |
Color Harmonies of #CA45AF
Complementary color
Monochromatic Colors of #CA45AF
Black with #CA45AF
Text Example
Text Example
White with #CA45AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA45AF; }
p { color: rgb(202,69,175); }
H1.HeaderClassName
{
color: #CA45AF;
}
.AnyTagClassName
{
color: #CA45AF;
}
</style>
background-color css
<style>
a { background-color: #CA45AF; }
a { background-color: rgb(202,69,175); }
div.DivClassName
{
background-color: #CA45AF;
}
.BgClassName
{
background-color: #CA45AF;
}
</style>
border-color css
<style>
span { border-color: #CA45AF; }
span { border-color: rgb(202,69,175); }
td.TdClassName
{
border-color: #CA45AF;
}
.TagClassName
{
border-color: #CA45AF;
}
</style>