Shades of Fuchsia #C62FCF
Tints of Fuchsia #C62FCF
RGB
CMYK
RGB Variations
Color information
#C62FCF (or 0xC62FCF) is known color: Fuchsia. HEX triplet: C6, 2F and CF. RGB value is (198,47,207). Sum of RGB (Red+Green+Blue) = 198+47+207=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #C62FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62FCF is #39D030. Grayscale: #6D6D6D. Windows color (decimal): -3788849 or 13578182. OLE color: 13578182.
HSL color Cylindrical-coordinate representation of color #C62FCF: hue angle of 296.62º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C62FCF is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 47 | 207 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.19 |
| HSL | 296.63º | 0.63% | 0.5% | - |
| HSV(B) | 296.63º | 0.77% | 0.81% | - |
| XYZ | 35.57 | 18.54 | 60.74 | - |
| YUV | 110.39 | 182.53 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 207 | 0.04 | 0.77 | 0 | 0.19 | 296.63 | 0.63 | 0.5 |
| Hex | C6 | 2F | CF | 4 | 4D | 0 | 13 | 129 | 3F | 32 |
| Octal | 306 | 57 | 317 | 4 | 115 | 0 | 23 | 451 | 77 | 62 |
| Binary | 11000110 | 101111 | 11001111 | 100 | 1001101 | 0 | 10011 | 100101001 | 111111 | 110010 |
Color Harmonies of #C62FCF
Complementary color
Monochromatic Colors of #C62FCF
Black with #C62FCF
Text Example
Text Example
White with #C62FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62FCF; }
p { color: rgb(198,47,207); }
H1.HeaderClassName
{
color: #C62FCF;
}
.AnyTagClassName
{
color: #C62FCF;
}
</style>
background-color css
<style>
a { background-color: #C62FCF; }
a { background-color: rgb(198,47,207); }
div.DivClassName
{
background-color: #C62FCF;
}
.BgClassName
{
background-color: #C62FCF;
}
</style>
border-color css
<style>
span { border-color: #C62FCF; }
span { border-color: rgb(198,47,207); }
td.TdClassName
{
border-color: #C62FCF;
}
.TagClassName
{
border-color: #C62FCF;
}
</style>