Shades of Fuchsia #C752BC
Tints of Fuchsia #C752BC
RGB
CMYK
RGB Variations
Color information
#C752BC (or 0xC752BC) is known color: Fuchsia. HEX triplet: C7, 52 and BC. RGB value is (199,82,188). Sum of RGB (Red+Green+Blue) = 199+82+188=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C752BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C752BC is #38AD43. Grayscale: #808080. Windows color (decimal): -3714372 or 12341959. OLE color: 12341959.
HSL color Cylindrical-coordinate representation of color #C752BC: hue angle of 305.64º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C752BC is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 188 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.22 |
| HSL | 305.64º | 0.51% | 0.55% | - |
| HSV(B) | 305.64º | 0.59% | 0.78% | - |
| XYZ | 35.65 | 21.81 | 49.91 | - |
| YUV | 129.07 | 161.26 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 188 | 0 | 0.59 | 0.06 | 0.22 | 305.64 | 0.51 | 0.55 |
| Hex | C7 | 52 | BC | 0 | 3B | 6 | 16 | 132 | 33 | 37 |
| Octal | 307 | 122 | 274 | 0 | 73 | 6 | 26 | 462 | 63 | 67 |
| Binary | 11000111 | 1010010 | 10111100 | 0 | 111011 | 110 | 10110 | 100110010 | 110011 | 110111 |
Color Harmonies of #C752BC
Complementary color
Monochromatic Colors of #C752BC
Black with #C752BC
Text Example
Text Example
White with #C752BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C752BC; }
p { color: rgb(199,82,188); }
H1.HeaderClassName
{
color: #C752BC;
}
.AnyTagClassName
{
color: #C752BC;
}
</style>
background-color css
<style>
a { background-color: #C752BC; }
a { background-color: rgb(199,82,188); }
div.DivClassName
{
background-color: #C752BC;
}
.BgClassName
{
background-color: #C752BC;
}
</style>
border-color css
<style>
span { border-color: #C752BC; }
span { border-color: rgb(199,82,188); }
td.TdClassName
{
border-color: #C752BC;
}
.TagClassName
{
border-color: #C752BC;
}
</style>