Shades of Fuchsia #CA3CBC
Tints of Fuchsia #CA3CBC
RGB
CMYK
RGB Variations
Color information
#CA3CBC (or 0xCA3CBC) is known color: Fuchsia. HEX triplet: CA, 3C and BC. RGB value is (202,60,188). Sum of RGB (Red+Green+Blue) = 202+60+188=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3CBC is #35C343. Grayscale: #747474. Windows color (decimal): -3523396 or 12336330. OLE color: 12336330.
HSL color Cylindrical-coordinate representation of color #CA3CBC: hue angle of 305.92º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3CBC is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 188 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.21 |
| HSL | 305.92º | 0.57% | 0.51% | - |
| HSV(B) | 305.92º | 0.7% | 0.79% | - |
| XYZ | 35.05 | 19.42 | 49.48 | - |
| YUV | 117.05 | 168.04 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 188 | 0 | 0.70 | 0.07 | 0.21 | 305.92 | 0.57 | 0.51 |
| Hex | CA | 3C | BC | 0 | 46 | 7 | 15 | 132 | 39 | 33 |
| Octal | 312 | 74 | 274 | 0 | 106 | 7 | 25 | 462 | 71 | 63 |
| Binary | 11001010 | 111100 | 10111100 | 0 | 1000110 | 111 | 10101 | 100110010 | 111001 | 110011 |
Color Harmonies of #CA3CBC
Complementary color
Monochromatic Colors of #CA3CBC
Black with #CA3CBC
Text Example
Text Example
White with #CA3CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3CBC; }
p { color: rgb(202,60,188); }
H1.HeaderClassName
{
color: #CA3CBC;
}
.AnyTagClassName
{
color: #CA3CBC;
}
</style>
background-color css
<style>
a { background-color: #CA3CBC; }
a { background-color: rgb(202,60,188); }
div.DivClassName
{
background-color: #CA3CBC;
}
.BgClassName
{
background-color: #CA3CBC;
}
</style>
border-color css
<style>
span { border-color: #CA3CBC; }
span { border-color: rgb(202,60,188); }
td.TdClassName
{
border-color: #CA3CBC;
}
.TagClassName
{
border-color: #CA3CBC;
}
</style>