Shades of Fuchsia #C642BE
Tints of Fuchsia #C642BE
RGB
CMYK
RGB Variations
Color information
#C642BE (or 0xC642BE) is known color: Fuchsia. HEX triplet: C6, 42 and BE. RGB value is (198,66,190). Sum of RGB (Red+Green+Blue) = 198+66+190=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C642BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C642BE is #39BD41. Grayscale: #777777. Windows color (decimal): -3784002 or 12468934. OLE color: 12468934.
HSL color Cylindrical-coordinate representation of color #C642BE: hue angle of 303.64º 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 #C642BE is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 190 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.22 |
| HSL | 303.64º | 0.54% | 0.52% | - |
| HSV(B) | 303.64º | 0.67% | 0.78% | - |
| XYZ | 34.53 | 19.62 | 50.68 | - |
| YUV | 119.6 | 167.73 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 190 | 0 | 0.67 | 0.04 | 0.22 | 303.64 | 0.54 | 0.52 |
| Hex | C6 | 42 | BE | 0 | 43 | 4 | 16 | 130 | 36 | 34 |
| Octal | 306 | 102 | 276 | 0 | 103 | 4 | 26 | 460 | 66 | 64 |
| Binary | 11000110 | 1000010 | 10111110 | 0 | 1000011 | 100 | 10110 | 100110000 | 110110 | 110100 |
Color Harmonies of #C642BE
Complementary color
Monochromatic Colors of #C642BE
Black with #C642BE
Text Example
Text Example
White with #C642BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C642BE; }
p { color: rgb(198,66,190); }
H1.HeaderClassName
{
color: #C642BE;
}
.AnyTagClassName
{
color: #C642BE;
}
</style>
background-color css
<style>
a { background-color: #C642BE; }
a { background-color: rgb(198,66,190); }
div.DivClassName
{
background-color: #C642BE;
}
.BgClassName
{
background-color: #C642BE;
}
</style>
border-color css
<style>
span { border-color: #C642BE; }
span { border-color: rgb(198,66,190); }
td.TdClassName
{
border-color: #C642BE;
}
.TagClassName
{
border-color: #C642BE;
}
</style>