Shades of Fuchsia #C752CD
Tints of Fuchsia #C752CD
RGB
CMYK
RGB Variations
Color information
#C752CD (or 0xC752CD) is known color: Fuchsia. HEX triplet: C7, 52 and CD. RGB value is (199,82,205). Sum of RGB (Red+Green+Blue) = 199+82+205=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #C752CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C752CD is #38AD32. Grayscale: #828282. Windows color (decimal): -3714355 or 13456071. OLE color: 13456071.
HSL color Cylindrical-coordinate representation of color #C752CD: hue angle of 297.07º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C752CD is Cyan = 0.03, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 82 | 205 | - |
| CMYK | 0.03 | 0.6 | 0 | 0.20 |
| HSL | 297.07º | 0.55% | 0.56% | - |
| HSV(B) | 297.07º | 0.6% | 0.8% | - |
| XYZ | 37.59 | 22.58 | 60.14 | - |
| YUV | 131.01 | 169.76 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 205 | 0.03 | 0.6 | 0 | 0.20 | 297.07 | 0.55 | 0.56 |
| Hex | C7 | 52 | CD | 3 | 3C | 0 | 14 | 129 | 37 | 38 |
| Octal | 307 | 122 | 315 | 3 | 74 | 0 | 24 | 451 | 67 | 70 |
| Binary | 11000111 | 1010010 | 11001101 | 11 | 111100 | 0 | 10100 | 100101001 | 110111 | 111000 |
Color Harmonies of #C752CD
Complementary color
Monochromatic Colors of #C752CD
Black with #C752CD
Text Example
Text Example
White with #C752CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C752CD; }
p { color: rgb(199,82,205); }
H1.HeaderClassName
{
color: #C752CD;
}
.AnyTagClassName
{
color: #C752CD;
}
</style>
background-color css
<style>
a { background-color: #C752CD; }
a { background-color: rgb(199,82,205); }
div.DivClassName
{
background-color: #C752CD;
}
.BgClassName
{
background-color: #C752CD;
}
</style>
border-color css
<style>
span { border-color: #C752CD; }
span { border-color: rgb(199,82,205); }
td.TdClassName
{
border-color: #C752CD;
}
.TagClassName
{
border-color: #C752CD;
}
</style>