Shades of Fuchsia #C75CCC
Tints of Fuchsia #C75CCC
RGB
CMYK
RGB Variations
Color information
#C75CCC (or 0xC75CCC) is known color: Fuchsia. HEX triplet: C7, 5C and CC. RGB value is (199,92,204). Sum of RGB (Red+Green+Blue) = 199+92+204=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #C75CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75CCC is #38A333. Grayscale: #888888. Windows color (decimal): -3711796 or 13393095. OLE color: 13393095.
HSL color Cylindrical-coordinate representation of color #C75CCC: hue angle of 297.32º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C75CCC is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 92 | 204 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.2 |
| HSL | 297.32º | 0.52% | 0.58% | - |
| HSV(B) | 297.32º | 0.55% | 0.8% | - |
| XYZ | 38.28 | 24.16 | 59.77 | - |
| YUV | 136.76 | 165.95 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 204 | 0.02 | 0.55 | 0 | 0.2 | 297.32 | 0.52 | 0.58 |
| Hex | C7 | 5C | CC | 2 | 37 | 0 | 14 | 129 | 34 | 3A |
| Octal | 307 | 134 | 314 | 2 | 67 | 0 | 24 | 451 | 64 | 72 |
| Binary | 11000111 | 1011100 | 11001100 | 10 | 110111 | 0 | 10100 | 100101001 | 110100 | 111010 |
Color Harmonies of #C75CCC
Complementary color
Monochromatic Colors of #C75CCC
Black with #C75CCC
Text Example
Text Example
White with #C75CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75CCC; }
p { color: rgb(199,92,204); }
H1.HeaderClassName
{
color: #C75CCC;
}
.AnyTagClassName
{
color: #C75CCC;
}
</style>
background-color css
<style>
a { background-color: #C75CCC; }
a { background-color: rgb(199,92,204); }
div.DivClassName
{
background-color: #C75CCC;
}
.BgClassName
{
background-color: #C75CCC;
}
</style>
border-color css
<style>
span { border-color: #C75CCC; }
span { border-color: rgb(199,92,204); }
td.TdClassName
{
border-color: #C75CCC;
}
.TagClassName
{
border-color: #C75CCC;
}
</style>