Shades of Fuchsia #C670B9
Tints of Fuchsia #C670B9
RGB
CMYK
RGB Variations
Color information
#C670B9 (or 0xC670B9) is known color: Fuchsia. HEX triplet: C6, 70 and B9. RGB value is (198,112,185). Sum of RGB (Red+Green+Blue) = 198+112+185=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C670B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C670B9 is #398F46. Grayscale: #919191. Windows color (decimal): -3772231 or 12153030. OLE color: 12153030.
HSL color Cylindrical-coordinate representation of color #C670B9: hue angle of 309.07º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C670B9 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 185 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.22 |
| HSL | 309.07º | 0.43% | 0.61% | - |
| HSV(B) | 309.07º | 0.43% | 0.78% | - |
| XYZ | 37.84 | 27.1 | 49.13 | - |
| YUV | 146.04 | 149.99 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 185 | 0 | 0.43 | 0.07 | 0.22 | 309.07 | 0.43 | 0.61 |
| Hex | C6 | 70 | B9 | 0 | 2B | 7 | 16 | 135 | 2B | 3D |
| Octal | 306 | 160 | 271 | 0 | 53 | 7 | 26 | 465 | 53 | 75 |
| Binary | 11000110 | 1110000 | 10111001 | 0 | 101011 | 111 | 10110 | 100110101 | 101011 | 111101 |
Color Harmonies of #C670B9
Complementary color
Monochromatic Colors of #C670B9
Black with #C670B9
Text Example
Text Example
White with #C670B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C670B9; }
p { color: rgb(198,112,185); }
H1.HeaderClassName
{
color: #C670B9;
}
.AnyTagClassName
{
color: #C670B9;
}
</style>
background-color css
<style>
a { background-color: #C670B9; }
a { background-color: rgb(198,112,185); }
div.DivClassName
{
background-color: #C670B9;
}
.BgClassName
{
background-color: #C670B9;
}
</style>
border-color css
<style>
span { border-color: #C670B9; }
span { border-color: rgb(198,112,185); }
td.TdClassName
{
border-color: #C670B9;
}
.TagClassName
{
border-color: #C670B9;
}
</style>