Shades of Fuchsia #C753C2
Tints of Fuchsia #C753C2
RGB
CMYK
RGB Variations
Color information
#C753C2 (or 0xC753C2) is known color: Fuchsia. HEX triplet: C7, 53 and C2. RGB value is (199,83,194). Sum of RGB (Red+Green+Blue) = 199+83+194=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C753C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C753C2 is #38AC3D. Grayscale: #828282. Windows color (decimal): -3714110 or 12735431. OLE color: 12735431.
HSL color Cylindrical-coordinate representation of color #C753C2: hue angle of 302.59º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C753C2 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 194 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.22 |
| HSL | 302.59º | 0.51% | 0.55% | - |
| HSV(B) | 302.59º | 0.58% | 0.78% | - |
| XYZ | 36.38 | 22.22 | 53.41 | - |
| YUV | 130.34 | 163.93 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 194 | 0 | 0.58 | 0.03 | 0.22 | 302.59 | 0.51 | 0.55 |
| Hex | C7 | 53 | C2 | 0 | 3A | 3 | 16 | 12F | 33 | 37 |
| Octal | 307 | 123 | 302 | 0 | 72 | 3 | 26 | 457 | 63 | 67 |
| Binary | 11000111 | 1010011 | 11000010 | 0 | 111010 | 11 | 10110 | 100101111 | 110011 | 110111 |
Color Harmonies of #C753C2
Complementary color
Monochromatic Colors of #C753C2
Black with #C753C2
Text Example
Text Example
White with #C753C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C753C2; }
p { color: rgb(199,83,194); }
H1.HeaderClassName
{
color: #C753C2;
}
.AnyTagClassName
{
color: #C753C2;
}
</style>
background-color css
<style>
a { background-color: #C753C2; }
a { background-color: rgb(199,83,194); }
div.DivClassName
{
background-color: #C753C2;
}
.BgClassName
{
background-color: #C753C2;
}
</style>
border-color css
<style>
span { border-color: #C753C2; }
span { border-color: rgb(199,83,194); }
td.TdClassName
{
border-color: #C753C2;
}
.TagClassName
{
border-color: #C753C2;
}
</style>