Shades of Fuchsia #C669CC
Tints of Fuchsia #C669CC
RGB
CMYK
RGB Variations
Color information
#C669CC (or 0xC669CC) is known color: Fuchsia. HEX triplet: C6, 69 and CC. RGB value is (198,105,204). Sum of RGB (Red+Green+Blue) = 198+105+204=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #C669CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669CC is #399633. Grayscale: #8F8F8F. Windows color (decimal): -3774004 or 13396422. OLE color: 13396422.
HSL color Cylindrical-coordinate representation of color #C669CC: hue angle of 296.36º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C669CC is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 105 | 204 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.2 |
| HSL | 296.36º | 0.49% | 0.61% | - |
| HSV(B) | 296.36º | 0.49% | 0.8% | - |
| XYZ | 39.24 | 26.47 | 60.17 | - |
| YUV | 144.09 | 161.81 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 204 | 0.03 | 0.49 | 0 | 0.2 | 296.36 | 0.49 | 0.61 |
| Hex | C6 | 69 | CC | 3 | 31 | 0 | 14 | 128 | 31 | 3D |
| Octal | 306 | 151 | 314 | 3 | 61 | 0 | 24 | 450 | 61 | 75 |
| Binary | 11000110 | 1101001 | 11001100 | 11 | 110001 | 0 | 10100 | 100101000 | 110001 | 111101 |
Color Harmonies of #C669CC
Complementary color
Monochromatic Colors of #C669CC
Black with #C669CC
Text Example
Text Example
White with #C669CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C669CC; }
p { color: rgb(198,105,204); }
H1.HeaderClassName
{
color: #C669CC;
}
.AnyTagClassName
{
color: #C669CC;
}
</style>
background-color css
<style>
a { background-color: #C669CC; }
a { background-color: rgb(198,105,204); }
div.DivClassName
{
background-color: #C669CC;
}
.BgClassName
{
background-color: #C669CC;
}
</style>
border-color css
<style>
span { border-color: #C669CC; }
span { border-color: rgb(198,105,204); }
td.TdClassName
{
border-color: #C669CC;
}
.TagClassName
{
border-color: #C669CC;
}
</style>