Shades of Fuchsia #C967BE
Tints of Fuchsia #C967BE
RGB
CMYK
RGB Variations
Color information
#C967BE (or 0xC967BE) is known color: Fuchsia. HEX triplet: C9, 67 and BE. RGB value is (201,103,190). Sum of RGB (Red+Green+Blue) = 201+103+190=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C967BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967BE is #369841. Grayscale: #8D8D8D. Windows color (decimal): -3577922 or 12478409. OLE color: 12478409.
HSL color Cylindrical-coordinate representation of color #C967BE: hue angle of 306.73º 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 #C967BE is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 190 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.21 |
| HSL | 306.73º | 0.48% | 0.6% | - |
| HSV(B) | 306.73º | 0.49% | 0.79% | - |
| XYZ | 38.23 | 25.84 | 51.69 | - |
| YUV | 142.22 | 154.97 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 190 | 0 | 0.49 | 0.05 | 0.21 | 306.73 | 0.48 | 0.6 |
| Hex | C9 | 67 | BE | 0 | 31 | 5 | 15 | 133 | 30 | 3C |
| Octal | 311 | 147 | 276 | 0 | 61 | 5 | 25 | 463 | 60 | 74 |
| Binary | 11001001 | 1100111 | 10111110 | 0 | 110001 | 101 | 10101 | 100110011 | 110000 | 111100 |
Color Harmonies of #C967BE
Complementary color
Monochromatic Colors of #C967BE
Black with #C967BE
Text Example
Text Example
White with #C967BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C967BE; }
p { color: rgb(201,103,190); }
H1.HeaderClassName
{
color: #C967BE;
}
.AnyTagClassName
{
color: #C967BE;
}
</style>
background-color css
<style>
a { background-color: #C967BE; }
a { background-color: rgb(201,103,190); }
div.DivClassName
{
background-color: #C967BE;
}
.BgClassName
{
background-color: #C967BE;
}
</style>
border-color css
<style>
span { border-color: #C967BE; }
span { border-color: rgb(201,103,190); }
td.TdClassName
{
border-color: #C967BE;
}
.TagClassName
{
border-color: #C967BE;
}
</style>