Shades of Fuchsia #C667BE
Tints of Fuchsia #C667BE
RGB
CMYK
RGB Variations
Color information
#C667BE (or 0xC667BE) is known color: Fuchsia. HEX triplet: C6, 67 and BE. RGB value is (198,103,190). Sum of RGB (Red+Green+Blue) = 198+103+190=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 103 (40.62% from 255 or 20.98% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C667BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C667BE is #399841. Grayscale: #8D8D8D. Windows color (decimal): -3774530 or 12478406. OLE color: 12478406.
HSL color Cylindrical-coordinate representation of color #C667BE: hue angle of 305.05º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C667BE is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 190 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.22 |
| HSL | 305.05º | 0.45% | 0.59% | - |
| HSV(B) | 305.05º | 0.48% | 0.78% | - |
| XYZ | 37.43 | 25.42 | 51.65 | - |
| YUV | 141.32 | 155.47 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 190 | 0 | 0.48 | 0.04 | 0.22 | 305.05 | 0.45 | 0.59 |
| Hex | C6 | 67 | BE | 0 | 30 | 4 | 16 | 131 | 2D | 3B |
| Octal | 306 | 147 | 276 | 0 | 60 | 4 | 26 | 461 | 55 | 73 |
| Binary | 11000110 | 1100111 | 10111110 | 0 | 110000 | 100 | 10110 | 100110001 | 101101 | 111011 |
Color Harmonies of #C667BE
Complementary color
Monochromatic Colors of #C667BE
Black with #C667BE
Text Example
Text Example
White with #C667BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C667BE; }
p { color: rgb(198,103,190); }
H1.HeaderClassName
{
color: #C667BE;
}
.AnyTagClassName
{
color: #C667BE;
}
</style>
background-color css
<style>
a { background-color: #C667BE; }
a { background-color: rgb(198,103,190); }
div.DivClassName
{
background-color: #C667BE;
}
.BgClassName
{
background-color: #C667BE;
}
</style>
border-color css
<style>
span { border-color: #C667BE; }
span { border-color: rgb(198,103,190); }
td.TdClassName
{
border-color: #C667BE;
}
.TagClassName
{
border-color: #C667BE;
}
</style>