Shades of Fuchsia #C767CC
Tints of Fuchsia #C767CC
RGB
CMYK
RGB Variations
Color information
#C767CC (or 0xC767CC) is known color: Fuchsia. HEX triplet: C7, 67 and CC. RGB value is (199,103,204). Sum of RGB (Red+Green+Blue) = 199+103+204=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #C767CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C767CC is #389833. Grayscale: #8E8E8E. Windows color (decimal): -3708980 or 13395911. OLE color: 13395911.
HSL color Cylindrical-coordinate representation of color #C767CC: hue angle of 297.03º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C767CC is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 103 | 204 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.2 |
| HSL | 297.03º | 0.5% | 0.6% | - |
| HSV(B) | 297.03º | 0.5% | 0.8% | - |
| XYZ | 39.3 | 26.2 | 60.11 | - |
| YUV | 143.22 | 162.3 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 204 | 0.02 | 0.50 | 0 | 0.2 | 297.03 | 0.5 | 0.6 |
| Hex | C7 | 67 | CC | 2 | 32 | 0 | 14 | 129 | 32 | 3C |
| Octal | 307 | 147 | 314 | 2 | 62 | 0 | 24 | 451 | 62 | 74 |
| Binary | 11000111 | 1100111 | 11001100 | 10 | 110010 | 0 | 10100 | 100101001 | 110010 | 111100 |
Color Harmonies of #C767CC
Complementary color
Monochromatic Colors of #C767CC
Black with #C767CC
Text Example
Text Example
White with #C767CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C767CC; }
p { color: rgb(199,103,204); }
H1.HeaderClassName
{
color: #C767CC;
}
.AnyTagClassName
{
color: #C767CC;
}
</style>
background-color css
<style>
a { background-color: #C767CC; }
a { background-color: rgb(199,103,204); }
div.DivClassName
{
background-color: #C767CC;
}
.BgClassName
{
background-color: #C767CC;
}
</style>
border-color css
<style>
span { border-color: #C767CC; }
span { border-color: rgb(199,103,204); }
td.TdClassName
{
border-color: #C767CC;
}
.TagClassName
{
border-color: #C767CC;
}
</style>