Shades of Fuchsia #C069BD
Tints of Fuchsia #C069BD
RGB
CMYK
RGB Variations
Color information
#C069BD (or 0xC069BD) is known color: Fuchsia. HEX triplet: C0, 69 and BD. RGB value is (192,105,189). Sum of RGB (Red+Green+Blue) = 192+105+189=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C069BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069BD is #3F9642. Grayscale: #8C8C8C. Windows color (decimal): -4167235 or 12413376. OLE color: 12413376.
HSL color Cylindrical-coordinate representation of color #C069BD: hue angle of 302.07º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C069BD is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 189 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.25 |
| HSL | 302.07º | 0.41% | 0.58% | - |
| HSV(B) | 302.07º | 0.45% | 0.75% | - |
| XYZ | 35.98 | 24.98 | 51.07 | - |
| YUV | 140.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 189 | 0 | 0.45 | 0.02 | 0.25 | 302.07 | 0.41 | 0.58 |
| Hex | C0 | 69 | BD | 0 | 2D | 2 | 19 | 12E | 29 | 3A |
| Octal | 300 | 151 | 275 | 0 | 55 | 2 | 31 | 456 | 51 | 72 |
| Binary | 11000000 | 1101001 | 10111101 | 0 | 101101 | 10 | 11001 | 100101110 | 101001 | 111010 |
Color Harmonies of #C069BD
Complementary color
Monochromatic Colors of #C069BD
Black with #C069BD
Text Example
Text Example
White with #C069BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C069BD; }
p { color: rgb(192,105,189); }
H1.HeaderClassName
{
color: #C069BD;
}
.AnyTagClassName
{
color: #C069BD;
}
</style>
background-color css
<style>
a { background-color: #C069BD; }
a { background-color: rgb(192,105,189); }
div.DivClassName
{
background-color: #C069BD;
}
.BgClassName
{
background-color: #C069BD;
}
</style>
border-color css
<style>
span { border-color: #C069BD; }
span { border-color: rgb(192,105,189); }
td.TdClassName
{
border-color: #C069BD;
}
.TagClassName
{
border-color: #C069BD;
}
</style>