Shades of Fuchsia #CA74B3
Tints of Fuchsia #CA74B3
RGB
CMYK
RGB Variations
Color information
#CA74B3 (or 0xCA74B3) is known color: Fuchsia. HEX triplet: CA, 74 and B3. RGB value is (202,116,179). Sum of RGB (Red+Green+Blue) = 202+116+179=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA74B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74B3 is #358B4C. Grayscale: #949494. Windows color (decimal): -3509069 or 11760842. OLE color: 11760842.
HSL color Cylindrical-coordinate representation of color #CA74B3: hue angle of 316.05º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA74B3 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 179 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.21 |
| HSL | 316.05º | 0.45% | 0.62% | - |
| HSV(B) | 316.05º | 0.43% | 0.79% | - |
| XYZ | 38.74 | 28.3 | 46.07 | - |
| YUV | 148.9 | 144.99 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 179 | 0 | 0.43 | 0.11 | 0.21 | 316.05 | 0.45 | 0.62 |
| Hex | CA | 74 | B3 | 0 | 2B | B | 15 | 13C | 2D | 3E |
| Octal | 312 | 164 | 263 | 0 | 53 | 13 | 25 | 474 | 55 | 76 |
| Binary | 11001010 | 1110100 | 10110011 | 0 | 101011 | 1011 | 10101 | 100111100 | 101101 | 111110 |
Color Harmonies of #CA74B3
Complementary color
Monochromatic Colors of #CA74B3
Black with #CA74B3
Text Example
Text Example
White with #CA74B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA74B3; }
p { color: rgb(202,116,179); }
H1.HeaderClassName
{
color: #CA74B3;
}
.AnyTagClassName
{
color: #CA74B3;
}
</style>
background-color css
<style>
a { background-color: #CA74B3; }
a { background-color: rgb(202,116,179); }
div.DivClassName
{
background-color: #CA74B3;
}
.BgClassName
{
background-color: #CA74B3;
}
</style>
border-color css
<style>
span { border-color: #CA74B3; }
span { border-color: rgb(202,116,179); }
td.TdClassName
{
border-color: #CA74B3;
}
.TagClassName
{
border-color: #CA74B3;
}
</style>