Shades of Fuchsia #CA3ACF
Tints of Fuchsia #CA3ACF
RGB
CMYK
RGB Variations
Color information
#CA3ACF (or 0xCA3ACF) is known color: Fuchsia. HEX triplet: CA, 3A and CF. RGB value is (202,58,207). Sum of RGB (Red+Green+Blue) = 202+58+207=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 58 (23.05% from 255 or 12.42% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA3ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3ACF is #35C530. Grayscale: #757575. Windows color (decimal): -3523889 or 13581002. OLE color: 13581002.
HSL color Cylindrical-coordinate representation of color #CA3ACF: hue angle of 297.99º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA3ACF is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 58 | 207 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.19 |
| HSL | 297.99º | 0.61% | 0.52% | - |
| HSV(B) | 297.99º | 0.72% | 0.81% | - |
| XYZ | 37.13 | 20.09 | 60.95 | - |
| YUV | 118.04 | 178.21 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 207 | 0.02 | 0.72 | 0 | 0.19 | 297.99 | 0.61 | 0.52 |
| Hex | CA | 3A | CF | 2 | 48 | 0 | 13 | 12A | 3D | 34 |
| Octal | 312 | 72 | 317 | 2 | 110 | 0 | 23 | 452 | 75 | 64 |
| Binary | 11001010 | 111010 | 11001111 | 10 | 1001000 | 0 | 10011 | 100101010 | 111101 | 110100 |
Color Harmonies of #CA3ACF
Complementary color
Monochromatic Colors of #CA3ACF
Black with #CA3ACF
Text Example
Text Example
White with #CA3ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3ACF; }
p { color: rgb(202,58,207); }
H1.HeaderClassName
{
color: #CA3ACF;
}
.AnyTagClassName
{
color: #CA3ACF;
}
</style>
background-color css
<style>
a { background-color: #CA3ACF; }
a { background-color: rgb(202,58,207); }
div.DivClassName
{
background-color: #CA3ACF;
}
.BgClassName
{
background-color: #CA3ACF;
}
</style>
border-color css
<style>
span { border-color: #CA3ACF; }
span { border-color: rgb(202,58,207); }
td.TdClassName
{
border-color: #CA3ACF;
}
.TagClassName
{
border-color: #CA3ACF;
}
</style>