Shades of Fuchsia #C967C8
Tints of Fuchsia #C967C8
RGB
CMYK
RGB Variations
Color information
#C967C8 (or 0xC967C8) is known color: Fuchsia. HEX triplet: C9, 67 and C8. RGB value is (201,103,200). Sum of RGB (Red+Green+Blue) = 201+103+200=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C967C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967C8 is #369837. Grayscale: #8F8F8F. Windows color (decimal): -3577912 or 13133769. OLE color: 13133769.
HSL color Cylindrical-coordinate representation of color #C967C8: hue angle of 300.61º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C967C8 is Cyan = 0, Magento = 0.49, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 200 | - |
| CMYK | 0 | 0.49 | 0.00 | 0.21 |
| HSL | 300.61º | 0.48% | 0.6% | - |
| HSV(B) | 300.61º | 0.49% | 0.79% | - |
| XYZ | 39.36 | 26.29 | 57.64 | - |
| YUV | 143.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 200 | 0 | 0.49 | 0.00 | 0.21 | 300.61 | 0.48 | 0.6 |
| Hex | C9 | 67 | C8 | 0 | 31 | 0 | 15 | 12D | 30 | 3C |
| Octal | 311 | 147 | 310 | 0 | 61 | 0 | 25 | 455 | 60 | 74 |
| Binary | 11001001 | 1100111 | 11001000 | 0 | 110001 | 0 | 10101 | 100101101 | 110000 | 111100 |
Color Harmonies of #C967C8
Complementary color
Monochromatic Colors of #C967C8
Black with #C967C8
Text Example
Text Example
White with #C967C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C967C8; }
p { color: rgb(201,103,200); }
H1.HeaderClassName
{
color: #C967C8;
}
.AnyTagClassName
{
color: #C967C8;
}
</style>
background-color css
<style>
a { background-color: #C967C8; }
a { background-color: rgb(201,103,200); }
div.DivClassName
{
background-color: #C967C8;
}
.BgClassName
{
background-color: #C967C8;
}
</style>
border-color css
<style>
span { border-color: #C967C8; }
span { border-color: rgb(201,103,200); }
td.TdClassName
{
border-color: #C967C8;
}
.TagClassName
{
border-color: #C967C8;
}
</style>