Shades of Fuchsia #C867CC
Tints of Fuchsia #C867CC
RGB
CMYK
RGB Variations
Color information
#C867CC (or 0xC867CC) is known color: Fuchsia. HEX triplet: C8, 67 and CC. RGB value is (200,103,204). Sum of RGB (Red+Green+Blue) = 200+103+204=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #C867CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C867CC is #379833. Grayscale: #8F8F8F. Windows color (decimal): -3643444 or 13395912. OLE color: 13395912.
HSL color Cylindrical-coordinate representation of color #C867CC: hue angle of 297.62º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C867CC is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 103 | 204 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.2 |
| HSL | 297.62º | 0.5% | 0.6% | - |
| HSV(B) | 297.62º | 0.5% | 0.8% | - |
| XYZ | 39.57 | 26.34 | 60.13 | - |
| YUV | 143.52 | 162.14 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 204 | 0.02 | 0.50 | 0 | 0.2 | 297.62 | 0.5 | 0.6 |
| Hex | C8 | 67 | CC | 2 | 32 | 0 | 14 | 12A | 32 | 3C |
| Octal | 310 | 147 | 314 | 2 | 62 | 0 | 24 | 452 | 62 | 74 |
| Binary | 11001000 | 1100111 | 11001100 | 10 | 110010 | 0 | 10100 | 100101010 | 110010 | 111100 |
Color Harmonies of #C867CC
Complementary color
Monochromatic Colors of #C867CC
Black with #C867CC
Text Example
Text Example
White with #C867CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C867CC; }
p { color: rgb(200,103,204); }
H1.HeaderClassName
{
color: #C867CC;
}
.AnyTagClassName
{
color: #C867CC;
}
</style>
background-color css
<style>
a { background-color: #C867CC; }
a { background-color: rgb(200,103,204); }
div.DivClassName
{
background-color: #C867CC;
}
.BgClassName
{
background-color: #C867CC;
}
</style>
border-color css
<style>
span { border-color: #C867CC; }
span { border-color: rgb(200,103,204); }
td.TdClassName
{
border-color: #C867CC;
}
.TagClassName
{
border-color: #C867CC;
}
</style>