Shades of Fuchsia #CA4ABC
Tints of Fuchsia #CA4ABC
RGB
CMYK
RGB Variations
Color information
#CA4ABC (or 0xCA4ABC) is known color: Fuchsia. HEX triplet: CA, 4A and BC. RGB value is (202,74,188). Sum of RGB (Red+Green+Blue) = 202+74+188=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4ABC is #35B543. Grayscale: #7C7C7C. Windows color (decimal): -3519812 or 12339914. OLE color: 12339914.
HSL color Cylindrical-coordinate representation of color #CA4ABC: hue angle of 306.56º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4ABC is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 188 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.21 |
| HSL | 306.56º | 0.55% | 0.54% | - |
| HSV(B) | 306.56º | 0.63% | 0.79% | - |
| XYZ | 35.88 | 21.08 | 49.76 | - |
| YUV | 125.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 188 | 0 | 0.63 | 0.07 | 0.21 | 306.56 | 0.55 | 0.54 |
| Hex | CA | 4A | BC | 0 | 3F | 7 | 15 | 133 | 37 | 36 |
| Octal | 312 | 112 | 274 | 0 | 77 | 7 | 25 | 463 | 67 | 66 |
| Binary | 11001010 | 1001010 | 10111100 | 0 | 111111 | 111 | 10101 | 100110011 | 110111 | 110110 |
Color Harmonies of #CA4ABC
Complementary color
Monochromatic Colors of #CA4ABC
Black with #CA4ABC
Text Example
Text Example
White with #CA4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4ABC; }
p { color: rgb(202,74,188); }
H1.HeaderClassName
{
color: #CA4ABC;
}
.AnyTagClassName
{
color: #CA4ABC;
}
</style>
background-color css
<style>
a { background-color: #CA4ABC; }
a { background-color: rgb(202,74,188); }
div.DivClassName
{
background-color: #CA4ABC;
}
.BgClassName
{
background-color: #CA4ABC;
}
</style>
border-color css
<style>
span { border-color: #CA4ABC; }
span { border-color: rgb(202,74,188); }
td.TdClassName
{
border-color: #CA4ABC;
}
.TagClassName
{
border-color: #CA4ABC;
}
</style>