Shades of Fuchsia #C752BD
Tints of Fuchsia #C752BD
RGB
CMYK
RGB Variations
Color information
#C752BD (or 0xC752BD) is known color: Fuchsia. HEX triplet: C7, 52 and BD. RGB value is (199,82,189). Sum of RGB (Red+Green+Blue) = 199+82+189=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C752BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C752BD is #38AD42. Grayscale: #808080. Windows color (decimal): -3714371 or 12407495. OLE color: 12407495.
HSL color Cylindrical-coordinate representation of color #C752BD: hue angle of 305.13º 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 #C752BD is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 189 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.22 |
| HSL | 305.13º | 0.51% | 0.55% | - |
| HSV(B) | 305.13º | 0.59% | 0.78% | - |
| XYZ | 35.76 | 21.85 | 50.48 | - |
| YUV | 129.18 | 161.76 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 189 | 0 | 0.59 | 0.05 | 0.22 | 305.13 | 0.51 | 0.55 |
| Hex | C7 | 52 | BD | 0 | 3B | 5 | 16 | 131 | 33 | 37 |
| Octal | 307 | 122 | 275 | 0 | 73 | 5 | 26 | 461 | 63 | 67 |
| Binary | 11000111 | 1010010 | 10111101 | 0 | 111011 | 101 | 10110 | 100110001 | 110011 | 110111 |
Color Harmonies of #C752BD
Complementary color
Monochromatic Colors of #C752BD
Black with #C752BD
Text Example
Text Example
White with #C752BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C752BD; }
p { color: rgb(199,82,189); }
H1.HeaderClassName
{
color: #C752BD;
}
.AnyTagClassName
{
color: #C752BD;
}
</style>
background-color css
<style>
a { background-color: #C752BD; }
a { background-color: rgb(199,82,189); }
div.DivClassName
{
background-color: #C752BD;
}
.BgClassName
{
background-color: #C752BD;
}
</style>
border-color css
<style>
span { border-color: #C752BD; }
span { border-color: rgb(199,82,189); }
td.TdClassName
{
border-color: #C752BD;
}
.TagClassName
{
border-color: #C752BD;
}
</style>