Shades of Fuchsia #C642AD
Tints of Fuchsia #C642AD
RGB
CMYK
RGB Variations
Color information
#C642AD (or 0xC642AD) is known color: Fuchsia. HEX triplet: C6, 42 and AD. RGB value is (198,66,173). Sum of RGB (Red+Green+Blue) = 198+66+173=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C642AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C642AD is #39BD52. Grayscale: #757575. Windows color (decimal): -3784019 or 11354822. OLE color: 11354822.
HSL color Cylindrical-coordinate representation of color #C642AD: hue angle of 311.36º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C642AD is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 173 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.22 |
| HSL | 311.36º | 0.54% | 0.52% | - |
| HSV(B) | 311.36º | 0.67% | 0.78% | - |
| XYZ | 32.78 | 18.92 | 41.46 | - |
| YUV | 117.67 | 159.23 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 173 | 0 | 0.67 | 0.13 | 0.22 | 311.36 | 0.54 | 0.52 |
| Hex | C6 | 42 | AD | 0 | 43 | D | 16 | 137 | 36 | 34 |
| Octal | 306 | 102 | 255 | 0 | 103 | 15 | 26 | 467 | 66 | 64 |
| Binary | 11000110 | 1000010 | 10101101 | 0 | 1000011 | 1101 | 10110 | 100110111 | 110110 | 110100 |
Color Harmonies of #C642AD
Complementary color
Monochromatic Colors of #C642AD
Black with #C642AD
Text Example
Text Example
White with #C642AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C642AD; }
p { color: rgb(198,66,173); }
H1.HeaderClassName
{
color: #C642AD;
}
.AnyTagClassName
{
color: #C642AD;
}
</style>
background-color css
<style>
a { background-color: #C642AD; }
a { background-color: rgb(198,66,173); }
div.DivClassName
{
background-color: #C642AD;
}
.BgClassName
{
background-color: #C642AD;
}
</style>
border-color css
<style>
span { border-color: #C642AD; }
span { border-color: rgb(198,66,173); }
td.TdClassName
{
border-color: #C642AD;
}
.TagClassName
{
border-color: #C642AD;
}
</style>