Shades of Fuchsia #C83CCA
Tints of Fuchsia #C83CCA
RGB
CMYK
RGB Variations
Color information
#C83CCA (or 0xC83CCA) is known color: Fuchsia. HEX triplet: C8, 3C and CA. RGB value is (200,60,202). Sum of RGB (Red+Green+Blue) = 200+60+202=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #C83CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83CCA is #37C335. Grayscale: #757575. Windows color (decimal): -3654454 or 13253832. OLE color: 13253832.
HSL color Cylindrical-coordinate representation of color #C83CCA: hue angle of 299.15º 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 #C83CCA is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 60 | 202 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.21 |
| HSL | 299.15º | 0.57% | 0.51% | - |
| HSV(B) | 299.15º | 0.7% | 0.79% | - |
| XYZ | 36.1 | 19.78 | 57.79 | - |
| YUV | 118.05 | 175.38 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 202 | 0.01 | 0.70 | 0 | 0.21 | 299.15 | 0.57 | 0.51 |
| Hex | C8 | 3C | CA | 1 | 46 | 0 | 15 | 12B | 39 | 33 |
| Octal | 310 | 74 | 312 | 1 | 106 | 0 | 25 | 453 | 71 | 63 |
| Binary | 11001000 | 111100 | 11001010 | 1 | 1000110 | 0 | 10101 | 100101011 | 111001 | 110011 |
Color Harmonies of #C83CCA
Complementary color
Monochromatic Colors of #C83CCA
Black with #C83CCA
Text Example
Text Example
White with #C83CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83CCA; }
p { color: rgb(200,60,202); }
H1.HeaderClassName
{
color: #C83CCA;
}
.AnyTagClassName
{
color: #C83CCA;
}
</style>
background-color css
<style>
a { background-color: #C83CCA; }
a { background-color: rgb(200,60,202); }
div.DivClassName
{
background-color: #C83CCA;
}
.BgClassName
{
background-color: #C83CCA;
}
</style>
border-color css
<style>
span { border-color: #C83CCA; }
span { border-color: rgb(200,60,202); }
td.TdClassName
{
border-color: #C83CCA;
}
.TagClassName
{
border-color: #C83CCA;
}
</style>