Shades of Fuchsia #C83DC2
Tints of Fuchsia #C83DC2
RGB
CMYK
RGB Variations
Color information
#C83DC2 (or 0xC83DC2) is known color: Fuchsia. HEX triplet: C8, 3D and C2. RGB value is (200,61,194). Sum of RGB (Red+Green+Blue) = 200+61+194=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 61 (24.22% from 255 or 13.41% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C83DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83DC2 is #37C23D. Grayscale: #757575. Windows color (decimal): -3654206 or 12729800. OLE color: 12729800.
HSL color Cylindrical-coordinate representation of color #C83DC2: hue angle of 302.59º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83DC2 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 194 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.22 |
| HSL | 302.59º | 0.56% | 0.51% | - |
| HSV(B) | 302.59º | 0.7% | 0.78% | - |
| XYZ | 35.23 | 19.51 | 52.95 | - |
| YUV | 117.72 | 171.05 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 194 | 0 | 0.69 | 0.03 | 0.22 | 302.59 | 0.56 | 0.51 |
| Hex | C8 | 3D | C2 | 0 | 45 | 3 | 16 | 12F | 38 | 33 |
| Octal | 310 | 75 | 302 | 0 | 105 | 3 | 26 | 457 | 70 | 63 |
| Binary | 11001000 | 111101 | 11000010 | 0 | 1000101 | 11 | 10110 | 100101111 | 111000 | 110011 |
Color Harmonies of #C83DC2
Complementary color
Monochromatic Colors of #C83DC2
Black with #C83DC2
Text Example
Text Example
White with #C83DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83DC2; }
p { color: rgb(200,61,194); }
H1.HeaderClassName
{
color: #C83DC2;
}
.AnyTagClassName
{
color: #C83DC2;
}
</style>
background-color css
<style>
a { background-color: #C83DC2; }
a { background-color: rgb(200,61,194); }
div.DivClassName
{
background-color: #C83DC2;
}
.BgClassName
{
background-color: #C83DC2;
}
</style>
border-color css
<style>
span { border-color: #C83DC2; }
span { border-color: rgb(200,61,194); }
td.TdClassName
{
border-color: #C83DC2;
}
.TagClassName
{
border-color: #C83DC2;
}
</style>