Shades of Fuchsia #C569CC
Tints of Fuchsia #C569CC
RGB
CMYK
RGB Variations
Color information
#C569CC (or 0xC569CC) is known color: Fuchsia. HEX triplet: C5, 69 and CC. RGB value is (197,105,204). Sum of RGB (Red+Green+Blue) = 197+105+204=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #C569CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C569CC is #3A9633. Grayscale: #8F8F8F. Windows color (decimal): -3839540 or 13396421. OLE color: 13396421.
HSL color Cylindrical-coordinate representation of color #C569CC: hue angle of 295.76º 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 #C569CC is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 105 | 204 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.2 |
| HSL | 295.76º | 0.49% | 0.61% | - |
| HSV(B) | 295.76º | 0.49% | 0.8% | - |
| XYZ | 38.98 | 26.33 | 60.16 | - |
| YUV | 143.79 | 161.98 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 204 | 0.03 | 0.49 | 0 | 0.2 | 295.76 | 0.49 | 0.61 |
| Hex | C5 | 69 | CC | 3 | 31 | 0 | 14 | 128 | 31 | 3D |
| Octal | 305 | 151 | 314 | 3 | 61 | 0 | 24 | 450 | 61 | 75 |
| Binary | 11000101 | 1101001 | 11001100 | 11 | 110001 | 0 | 10100 | 100101000 | 110001 | 111101 |
Color Harmonies of #C569CC
Complementary color
Monochromatic Colors of #C569CC
Black with #C569CC
Text Example
Text Example
White with #C569CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C569CC; }
p { color: rgb(197,105,204); }
H1.HeaderClassName
{
color: #C569CC;
}
.AnyTagClassName
{
color: #C569CC;
}
</style>
background-color css
<style>
a { background-color: #C569CC; }
a { background-color: rgb(197,105,204); }
div.DivClassName
{
background-color: #C569CC;
}
.BgClassName
{
background-color: #C569CC;
}
</style>
border-color css
<style>
span { border-color: #C569CC; }
span { border-color: rgb(197,105,204); }
td.TdClassName
{
border-color: #C569CC;
}
.TagClassName
{
border-color: #C569CC;
}
</style>