Shades of Fuchsia #C670B5
Tints of Fuchsia #C670B5
RGB
CMYK
RGB Variations
Color information
#C670B5 (or 0xC670B5) is known color: Fuchsia. HEX triplet: C6, 70 and B5. RGB value is (198,112,181). Sum of RGB (Red+Green+Blue) = 198+112+181=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C670B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C670B5 is #398F4A. Grayscale: #919191. Windows color (decimal): -3772235 or 11890886. OLE color: 11890886.
HSL color Cylindrical-coordinate representation of color #C670B5: hue angle of 311.86º 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 #C670B5 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 181 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.22 |
| HSL | 311.86º | 0.43% | 0.61% | - |
| HSV(B) | 311.86º | 0.43% | 0.78% | - |
| XYZ | 37.42 | 26.93 | 46.94 | - |
| YUV | 145.58 | 147.99 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 181 | 0 | 0.43 | 0.09 | 0.22 | 311.86 | 0.43 | 0.61 |
| Hex | C6 | 70 | B5 | 0 | 2B | 9 | 16 | 138 | 2B | 3D |
| Octal | 306 | 160 | 265 | 0 | 53 | 11 | 26 | 470 | 53 | 75 |
| Binary | 11000110 | 1110000 | 10110101 | 0 | 101011 | 1001 | 10110 | 100111000 | 101011 | 111101 |
Color Harmonies of #C670B5
Complementary color
Monochromatic Colors of #C670B5
Black with #C670B5
Text Example
Text Example
White with #C670B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C670B5; }
p { color: rgb(198,112,181); }
H1.HeaderClassName
{
color: #C670B5;
}
.AnyTagClassName
{
color: #C670B5;
}
</style>
background-color css
<style>
a { background-color: #C670B5; }
a { background-color: rgb(198,112,181); }
div.DivClassName
{
background-color: #C670B5;
}
.BgClassName
{
background-color: #C670B5;
}
</style>
border-color css
<style>
span { border-color: #C670B5; }
span { border-color: rgb(198,112,181); }
td.TdClassName
{
border-color: #C670B5;
}
.TagClassName
{
border-color: #C670B5;
}
</style>