Shades of Fuchsia #C669C7
Tints of Fuchsia #C669C7
RGB
CMYK
RGB Variations
Color information
#C669C7 (or 0xC669C7) is known color: Fuchsia. HEX triplet: C6, 69 and C7. RGB value is (198,105,199). Sum of RGB (Red+Green+Blue) = 198+105+199=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 199 (78.12% from 255 or 39.64% from 502); Max value from RGB is 199 - color contains mainly: blue. Hex color #C669C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669C7 is #399638. Grayscale: #8F8F8F. Windows color (decimal): -3774009 or 13068742. OLE color: 13068742.
HSL color Cylindrical-coordinate representation of color #C669C7: hue angle of 299.36º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C669C7 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 199 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.22 |
| HSL | 299.36º | 0.46% | 0.6% | - |
| HSV(B) | 299.36º | 0.47% | 0.78% | - |
| XYZ | 38.65 | 26.23 | 57.06 | - |
| YUV | 143.52 | 159.31 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 199 | 0.01 | 0.47 | 0 | 0.22 | 299.36 | 0.46 | 0.6 |
| Hex | C6 | 69 | C7 | 1 | 2F | 0 | 16 | 12B | 2E | 3C |
| Octal | 306 | 151 | 307 | 1 | 57 | 0 | 26 | 453 | 56 | 74 |
| Binary | 11000110 | 1101001 | 11000111 | 1 | 101111 | 0 | 10110 | 100101011 | 101110 | 111100 |
Color Harmonies of #C669C7
Complementary color
Monochromatic Colors of #C669C7
Black with #C669C7
Text Example
Text Example
White with #C669C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C669C7; }
p { color: rgb(198,105,199); }
H1.HeaderClassName
{
color: #C669C7;
}
.AnyTagClassName
{
color: #C669C7;
}
</style>
background-color css
<style>
a { background-color: #C669C7; }
a { background-color: rgb(198,105,199); }
div.DivClassName
{
background-color: #C669C7;
}
.BgClassName
{
background-color: #C669C7;
}
</style>
border-color css
<style>
span { border-color: #C669C7; }
span { border-color: rgb(198,105,199); }
td.TdClassName
{
border-color: #C669C7;
}
.TagClassName
{
border-color: #C669C7;
}
</style>