Shades of Fuchsia #C642C8
Tints of Fuchsia #C642C8
RGB
CMYK
RGB Variations
Color information
#C642C8 (or 0xC642C8) is known color: Fuchsia. HEX triplet: C6, 42 and C8. RGB value is (198,66,200). Sum of RGB (Red+Green+Blue) = 198+66+200=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 66 (26.17% from 255 or 14.22% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 200 - color contains mainly: blue. Hex color #C642C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C642C8 is #39BD37. Grayscale: #787878. Windows color (decimal): -3783992 or 13124294. OLE color: 13124294.
HSL color Cylindrical-coordinate representation of color #C642C8: hue angle of 299.1º degrees, saturation: 0.55, 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 #C642C8 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 200 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.22 |
| HSL | 299.1º | 0.55% | 0.52% | - |
| HSV(B) | 299.1º | 0.67% | 0.78% | - |
| XYZ | 35.66 | 20.07 | 56.64 | - |
| YUV | 120.74 | 172.73 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 200 | 0.01 | 0.67 | 0 | 0.22 | 299.1 | 0.55 | 0.52 |
| Hex | C6 | 42 | C8 | 1 | 43 | 0 | 16 | 12B | 37 | 34 |
| Octal | 306 | 102 | 310 | 1 | 103 | 0 | 26 | 453 | 67 | 64 |
| Binary | 11000110 | 1000010 | 11001000 | 1 | 1000011 | 0 | 10110 | 100101011 | 110111 | 110100 |
Color Harmonies of #C642C8
Complementary color
Monochromatic Colors of #C642C8
Black with #C642C8
Text Example
Text Example
White with #C642C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C642C8; }
p { color: rgb(198,66,200); }
H1.HeaderClassName
{
color: #C642C8;
}
.AnyTagClassName
{
color: #C642C8;
}
</style>
background-color css
<style>
a { background-color: #C642C8; }
a { background-color: rgb(198,66,200); }
div.DivClassName
{
background-color: #C642C8;
}
.BgClassName
{
background-color: #C642C8;
}
</style>
border-color css
<style>
span { border-color: #C642C8; }
span { border-color: rgb(198,66,200); }
td.TdClassName
{
border-color: #C642C8;
}
.TagClassName
{
border-color: #C642C8;
}
</style>