Shades of Fuchsia #CA42B0
Tints of Fuchsia #CA42B0
RGB
CMYK
RGB Variations
Color information
#CA42B0 (or 0xCA42B0) is known color: Fuchsia. HEX triplet: CA, 42 and B0. RGB value is (202,66,176). Sum of RGB (Red+Green+Blue) = 202+66+176=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA42B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA42B0 is #35BD4F. Grayscale: #767676. Windows color (decimal): -3521872 or 11551434. OLE color: 11551434.
HSL color Cylindrical-coordinate representation of color #CA42B0: hue angle of 311.47º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA42B0 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 176 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.21 |
| HSL | 311.47º | 0.56% | 0.53% | - |
| HSV(B) | 311.47º | 0.67% | 0.79% | - |
| XYZ | 34.14 | 19.59 | 43.06 | - |
| YUV | 119.2 | 160.06 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 176 | 0 | 0.67 | 0.13 | 0.21 | 311.47 | 0.56 | 0.53 |
| Hex | CA | 42 | B0 | 0 | 43 | D | 15 | 137 | 38 | 35 |
| Octal | 312 | 102 | 260 | 0 | 103 | 15 | 25 | 467 | 70 | 65 |
| Binary | 11001010 | 1000010 | 10110000 | 0 | 1000011 | 1101 | 10101 | 100110111 | 111000 | 110101 |
Color Harmonies of #CA42B0
Complementary color
Monochromatic Colors of #CA42B0
Black with #CA42B0
Text Example
Text Example
White with #CA42B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA42B0; }
p { color: rgb(202,66,176); }
H1.HeaderClassName
{
color: #CA42B0;
}
.AnyTagClassName
{
color: #CA42B0;
}
</style>
background-color css
<style>
a { background-color: #CA42B0; }
a { background-color: rgb(202,66,176); }
div.DivClassName
{
background-color: #CA42B0;
}
.BgClassName
{
background-color: #CA42B0;
}
</style>
border-color css
<style>
span { border-color: #CA42B0; }
span { border-color: rgb(202,66,176); }
td.TdClassName
{
border-color: #CA42B0;
}
.TagClassName
{
border-color: #CA42B0;
}
</style>