Shades of Fuchsia #C862B4
Tints of Fuchsia #C862B4
RGB
CMYK
RGB Variations
Color information
#C862B4 (or 0xC862B4) is known color: Fuchsia. HEX triplet: C8, 62 and B4. RGB value is (200,98,180). Sum of RGB (Red+Green+Blue) = 200+98+180=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C862B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C862B4 is #379D4B. Grayscale: #898989. Windows color (decimal): -3644748 or 11821768. OLE color: 11821768.
HSL color Cylindrical-coordinate representation of color #C862B4: hue angle of 311.76º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C862B4 is Cyan = 0, Magento = 0.51, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 180 | - |
| CMYK | 0 | 0.51 | 0.1 | 0.22 |
| HSL | 311.76º | 0.48% | 0.58% | - |
| HSV(B) | 311.76º | 0.51% | 0.78% | - |
| XYZ | 36.43 | 24.31 | 45.95 | - |
| YUV | 137.85 | 151.79 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 180 | 0 | 0.51 | 0.1 | 0.22 | 311.76 | 0.48 | 0.58 |
| Hex | C8 | 62 | B4 | 0 | 33 | A | 16 | 138 | 30 | 3A |
| Octal | 310 | 142 | 264 | 0 | 63 | 12 | 26 | 470 | 60 | 72 |
| Binary | 11001000 | 1100010 | 10110100 | 0 | 110011 | 1010 | 10110 | 100111000 | 110000 | 111010 |
Color Harmonies of #C862B4
Complementary color
Monochromatic Colors of #C862B4
Black with #C862B4
Text Example
Text Example
White with #C862B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C862B4; }
p { color: rgb(200,98,180); }
H1.HeaderClassName
{
color: #C862B4;
}
.AnyTagClassName
{
color: #C862B4;
}
</style>
background-color css
<style>
a { background-color: #C862B4; }
a { background-color: rgb(200,98,180); }
div.DivClassName
{
background-color: #C862B4;
}
.BgClassName
{
background-color: #C862B4;
}
</style>
border-color css
<style>
span { border-color: #C862B4; }
span { border-color: rgb(200,98,180); }
td.TdClassName
{
border-color: #C862B4;
}
.TagClassName
{
border-color: #C862B4;
}
</style>