Shades of Fuchsia #C62FCB
Tints of Fuchsia #C62FCB
RGB
CMYK
RGB Variations
Color information
#C62FCB (or 0xC62FCB) is known color: Fuchsia. HEX triplet: C6, 2F and CB. RGB value is (198,47,203). Sum of RGB (Red+Green+Blue) = 198+47+203=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #C62FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62FCB is #39D034. Grayscale: #6D6D6D. Windows color (decimal): -3788853 or 13316038. OLE color: 13316038.
HSL color Cylindrical-coordinate representation of color #C62FCB: hue angle of 298.08º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C62FCB is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 47 | 203 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.20 |
| HSL | 298.08º | 0.62% | 0.49% | - |
| HSV(B) | 298.08º | 0.77% | 0.8% | - |
| XYZ | 35.08 | 18.35 | 58.19 | - |
| YUV | 109.93 | 180.53 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 203 | 0.02 | 0.77 | 0 | 0.20 | 298.08 | 0.62 | 0.49 |
| Hex | C6 | 2F | CB | 2 | 4D | 0 | 14 | 12A | 3E | 31 |
| Octal | 306 | 57 | 313 | 2 | 115 | 0 | 24 | 452 | 76 | 61 |
| Binary | 11000110 | 101111 | 11001011 | 10 | 1001101 | 0 | 10100 | 100101010 | 111110 | 110001 |
Color Harmonies of #C62FCB
Complementary color
Monochromatic Colors of #C62FCB
Black with #C62FCB
Text Example
Text Example
White with #C62FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62FCB; }
p { color: rgb(198,47,203); }
H1.HeaderClassName
{
color: #C62FCB;
}
.AnyTagClassName
{
color: #C62FCB;
}
</style>
background-color css
<style>
a { background-color: #C62FCB; }
a { background-color: rgb(198,47,203); }
div.DivClassName
{
background-color: #C62FCB;
}
.BgClassName
{
background-color: #C62FCB;
}
</style>
border-color css
<style>
span { border-color: #C62FCB; }
span { border-color: rgb(198,47,203); }
td.TdClassName
{
border-color: #C62FCB;
}
.TagClassName
{
border-color: #C62FCB;
}
</style>