Shades of Fuchsia #C067AD
Tints of Fuchsia #C067AD
RGB
CMYK
RGB Variations
Color information
#C067AD (or 0xC067AD) is known color: Fuchsia. HEX triplet: C0, 67 and AD. RGB value is (192,103,173). Sum of RGB (Red+Green+Blue) = 192+103+173=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C067AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C067AD is #3F9852. Grayscale: #898989. Windows color (decimal): -4167763 or 11364288. OLE color: 11364288.
HSL color Cylindrical-coordinate representation of color #C067AD: hue angle of 312.81º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C067AD is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 173 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.25 |
| HSL | 312.81º | 0.41% | 0.58% | - |
| HSV(B) | 312.81º | 0.46% | 0.75% | - |
| XYZ | 34.13 | 23.92 | 42.35 | - |
| YUV | 137.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 173 | 0 | 0.46 | 0.10 | 0.25 | 312.81 | 0.41 | 0.58 |
| Hex | C0 | 67 | AD | 0 | 2E | A | 19 | 139 | 29 | 3A |
| Octal | 300 | 147 | 255 | 0 | 56 | 12 | 31 | 471 | 51 | 72 |
| Binary | 11000000 | 1100111 | 10101101 | 0 | 101110 | 1010 | 11001 | 100111001 | 101001 | 111010 |
Color Harmonies of #C067AD
Complementary color
Monochromatic Colors of #C067AD
Black with #C067AD
Text Example
Text Example
White with #C067AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067AD; }
p { color: rgb(192,103,173); }
H1.HeaderClassName
{
color: #C067AD;
}
.AnyTagClassName
{
color: #C067AD;
}
</style>
background-color css
<style>
a { background-color: #C067AD; }
a { background-color: rgb(192,103,173); }
div.DivClassName
{
background-color: #C067AD;
}
.BgClassName
{
background-color: #C067AD;
}
</style>
border-color css
<style>
span { border-color: #C067AD; }
span { border-color: rgb(192,103,173); }
td.TdClassName
{
border-color: #C067AD;
}
.TagClassName
{
border-color: #C067AD;
}
</style>